2023-12-08T10:13:31.400 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T10:13:31.400 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464 --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/orig.config.yaml 2023-12-08T10:13:31.435 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:13:31.512 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464 branch: wip-yuri5-testing-2023-12-07-0740-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7483464' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 kernel: hwe: true workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi194.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T10:13:31.512 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T10:13:31.513 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T10:13:31.513 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T10:13:31.515 INFO:teuthology.task.internal:Checking packages... 2023-12-08T10:13:31.538 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T10:13:31.538 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T10:13:31.538 INFO:teuthology.packaging:ref: None 2023-12-08T10:13:31.538 INFO:teuthology.packaging:tag: None 2023-12-08T10:13:31.538 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T10:13:31.538 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:13:31.538 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-07-0740-pacific 2023-12-08T10:13:31.763 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365-g451ceae1-1focal 2023-12-08T10:13:31.764 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T10:13:31.769 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T10:13:31.769 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T10:13:31.776 INFO:teuthology.task.internal:Saving configuration 2023-12-08T10:13:31.790 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T10:13:31.795 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:13:31.819 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464', '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-08 10:07:23.542768', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-08T10:13:31.844 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464', '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-08 10:07:23.541669', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-08T10:13:31.844 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T10:13:31.848 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T10:13:31.848 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T10:13:31.848 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T10:13:31.920 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f52323e70d0>, signals=[15]) 2023-12-08T10:13:31.921 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T10:13:31.926 INFO:teuthology.task.internal:Opening connections... 2023-12-08T10:13:31.926 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T10:13:31.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:13:31.978 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-12-08T10:13:31.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:13:32.027 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T10:13:32.033 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2023-12-08T10:13:32.055 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2023-12-08T10:13:32.056 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2023-12-08T10:13:32.102 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="Ubuntu" 2023-12-08T10:13:32.102 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-08T10:13:32.102 INFO:teuthology.orchestra.run.smithi156.stdout:ID=ubuntu 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE=debian 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="20.04" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_CODENAME=focal 2023-12-08T10:13:32.103 INFO:teuthology.orchestra.run.smithi156.stdout:UBUNTU_CODENAME=focal 2023-12-08T10:13:32.104 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2023-12-08T10:13:32.131 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-12-08T10:13:32.138 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-12-08T10:13:32.138 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="20.04" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-08T10:13:32.145 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=focal 2023-12-08T10:13:32.146 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=focal 2023-12-08T10:13:32.146 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-12-08T10:13:32.173 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T10:13:32.180 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T10:13:32.185 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T10:13:32.185 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:13:32.188 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:13:32.193 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T10:13:32.198 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T10:13:32.199 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:13:32.234 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:13:32.252 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T10:13:32.306 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T10:13:32.319 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T10:13:32.319 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-08T10:13:32.320 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-08T10:13:32.320 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-08T10:13:32.320 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:13:32.320 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:13:32.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:13:32.326 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-12-08T10:13:32.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:13:32.327 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-12-08T10:13:32.333 INFO:teuthology.orchestra.run.smithi156.stdout:5.4.0-124-generic 2023-12-08T10:13:32.333 INFO:teuthology.task.kernel:Running kernel on smithi156: 5.4.0-124-generic 2023-12-08T10:13:32.333 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2023-12-08T10:13:32.334 INFO:teuthology.orchestra.run.smithi194.stdout:5.4.0-124-generic 2023-12-08T10:13:32.334 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.4.0-124-generic 2023-12-08T10:13:32.335 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-12-08T10:13:32.435 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-12-08T10:13:32.451 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2023-12-08T10:13:32.603 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-08T10:13:32.612 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-08T10:13:32.622 INFO:teuthology.orchestra.run.smithi156.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-08T10:13:32.684 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-08T10:13:32.706 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-08T10:13:32.927 INFO:teuthology.orchestra.run.smithi156.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-08T10:13:32.998 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-08T10:13:33.085 INFO:teuthology.orchestra.run.smithi156.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-08T10:13:33.095 INFO:teuthology.orchestra.run.smithi156.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-08T10:13:33.099 INFO:teuthology.orchestra.run.smithi156.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-08T10:13:33.099 INFO:teuthology.orchestra.run.smithi156.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-08T10:13:33.120 INFO:teuthology.orchestra.run.smithi156.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-08T10:13:33.121 INFO:teuthology.orchestra.run.smithi156.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-08T10:13:33.123 INFO:teuthology.orchestra.run.smithi156.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-08T10:13:33.123 INFO:teuthology.orchestra.run.smithi156.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-08T10:13:33.129 INFO:teuthology.orchestra.run.smithi156.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-08T10:13:33.137 INFO:teuthology.orchestra.run.smithi156.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-08T10:13:33.138 INFO:teuthology.orchestra.run.smithi156.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-08T10:13:33.143 INFO:teuthology.orchestra.run.smithi156.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-08T10:13:33.143 INFO:teuthology.orchestra.run.smithi156.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-08T10:13:33.143 INFO:teuthology.orchestra.run.smithi156.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-08T10:13:33.144 INFO:teuthology.orchestra.run.smithi156.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-08T10:13:33.165 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-08T10:13:33.178 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-08T10:13:33.181 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-08T10:13:33.181 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-08T10:13:33.201 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-08T10:13:33.201 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-08T10:13:33.205 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-08T10:13:33.205 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-08T10:13:33.211 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-08T10:13:33.222 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-08T10:13:33.224 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-08T10:13:33.224 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-08T10:13:33.225 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-08T10:13:33.225 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-08T10:13:33.225 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-08T10:13:33.245 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-08T10:13:33.246 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-08T10:13:33.246 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-08T10:13:33.247 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-08T10:13:33.247 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-08T10:13:33.270 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-08T10:13:33.352 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-08T10:13:33.835 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-08T10:13:33.857 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-08T10:13:33.865 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-08T10:13:33.865 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-08T10:13:33.866 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-08T10:13:33.942 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-08T10:13:33.949 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-08T10:13:33.949 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-08T10:13:33.963 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-08T10:13:34.146 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-08T10:13:34.575 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-08T10:13:34.580 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-08T10:13:34.587 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-08T10:13:34.590 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-08T10:13:34.591 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-08T10:13:36.765 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:18 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-08T10:13:36.783 INFO:teuthology.orchestra.run.smithi156.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-08T10:13:36.854 INFO:teuthology.orchestra.run.smithi156.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-08T10:13:37.080 INFO:teuthology.orchestra.run.smithi156.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-08T10:13:37.149 INFO:teuthology.orchestra.run.smithi156.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-08T10:13:37.188 INFO:teuthology.orchestra.run.smithi156.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-08T10:13:37.191 INFO:teuthology.orchestra.run.smithi156.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-08T10:13:37.192 INFO:teuthology.orchestra.run.smithi156.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-08T10:13:37.192 INFO:teuthology.orchestra.run.smithi156.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-08T10:13:37.209 INFO:teuthology.orchestra.run.smithi156.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-08T10:13:37.212 INFO:teuthology.orchestra.run.smithi156.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-08T10:13:37.212 INFO:teuthology.orchestra.run.smithi156.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-08T10:13:37.217 INFO:teuthology.orchestra.run.smithi156.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-08T10:13:37.224 INFO:teuthology.orchestra.run.smithi156.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-08T10:13:37.226 INFO:teuthology.orchestra.run.smithi156.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-08T10:13:37.226 INFO:teuthology.orchestra.run.smithi156.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-08T10:13:37.227 INFO:teuthology.orchestra.run.smithi156.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-08T10:13:37.227 INFO:teuthology.orchestra.run.smithi156.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-08T10:13:37.239 INFO:teuthology.orchestra.run.smithi156.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-08T10:13:37.239 INFO:teuthology.orchestra.run.smithi156.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-08T10:13:37.240 INFO:teuthology.orchestra.run.smithi156.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-08T10:13:37.240 INFO:teuthology.orchestra.run.smithi156.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-08T10:13:37.256 INFO:teuthology.orchestra.run.smithi156.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-08T10:13:37.257 INFO:teuthology.orchestra.run.smithi156.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-08T10:13:37.257 INFO:teuthology.orchestra.run.smithi156.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-08T10:13:37.274 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 18.4 MB in 3s (6,818 kB/s) 2023-12-08T10:13:38.723 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-08T10:13:38.746 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-08T10:13:38.862 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-08T10:13:39.066 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-12-08T10:13:39.066 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-12-08T10:13:39.242 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2023-12-08T10:13:39.242 INFO:teuthology.orchestra.run.smithi194.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-08T10:13:39.242 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-08T10:13:39.242 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-08T10:13:39.243 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2023-12-08T10:13:39.243 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-08T10:13:39.243 INFO:teuthology.orchestra.run.smithi194.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-08T10:13:39.292 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2023-12-08T10:13:39.292 INFO:teuthology.orchestra.run.smithi194.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-08T10:13:39.292 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-08T10:13:39.293 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-08T10:13:39.293 INFO:teuthology.orchestra.run.smithi194.stdout: thermald upower usbmuxd 2023-12-08T10:13:39.475 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-08T10:13:39.475 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 90.9 MB of archives. 2023-12-08T10:13:39.476 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-08T10:13:39.476 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-08T10:13:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-08T10:13:39.789 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-08T10:13:39.809 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-08T10:13:39.881 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-08T10:13:39.917 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:40.092 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 18.4 MB in 6s (3,217 kB/s) 2023-12-08T10:13:40.823 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:41.108 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:41.483 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-08T10:13:41.506 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-08T10:13:41.582 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-08T10:13:41.767 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2023-12-08T10:13:41.767 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2023-12-08T10:13:41.936 INFO:teuthology.orchestra.run.smithi156.stdout:The following additional packages will be installed: 2023-12-08T10:13:41.936 INFO:teuthology.orchestra.run.smithi156.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-08T10:13:41.936 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-08T10:13:41.936 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-08T10:13:41.937 INFO:teuthology.orchestra.run.smithi156.stdout:Suggested packages: 2023-12-08T10:13:41.937 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-08T10:13:41.938 INFO:teuthology.orchestra.run.smithi156.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-08T10:13:41.998 INFO:teuthology.orchestra.run.smithi156.stdout:The following NEW packages will be installed: 2023-12-08T10:13:41.998 INFO:teuthology.orchestra.run.smithi156.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-08T10:13:41.999 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-08T10:13:41.999 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-08T10:13:41.999 INFO:teuthology.orchestra.run.smithi156.stdout: thermald upower usbmuxd 2023-12-08T10:13:42.184 INFO:teuthology.orchestra.run.smithi156.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-08T10:13:42.184 INFO:teuthology.orchestra.run.smithi156.stdout:Need to get 90.9 MB of archives. 2023-12-08T10:13:42.184 INFO:teuthology.orchestra.run.smithi156.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-08T10:13:42.185 INFO:teuthology.orchestra.run.smithi156.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-08T10:13:42.468 INFO:teuthology.orchestra.run.smithi156.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-08T10:13:42.498 INFO:teuthology.orchestra.run.smithi156.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-08T10:13:42.517 INFO:teuthology.orchestra.run.smithi156.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-08T10:13:42.589 INFO:teuthology.orchestra.run.smithi156.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-08T10:13:42.624 INFO:teuthology.orchestra.run.smithi156.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-08T10:13:42.998 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:43.070 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:43.071 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-08T10:13:43.241 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-08T10:13:43.535 INFO:teuthology.orchestra.run.smithi156.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-08T10:13:43.587 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-08T10:13:43.820 INFO:teuthology.orchestra.run.smithi156.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-08T10:13:44.238 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-12-08T10:13:44.446 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-08T10:13:45.712 INFO:teuthology.orchestra.run.smithi156.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-08T10:13:45.789 INFO:teuthology.orchestra.run.smithi156.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-08T10:13:45.790 INFO:teuthology.orchestra.run.smithi156.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-08T10:13:45.959 INFO:teuthology.orchestra.run.smithi156.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-08T10:13:46.310 INFO:teuthology.orchestra.run.smithi156.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-08T10:13:46.550 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:46.555 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-08T10:13:46.810 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-08T10:13:46.972 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 90.9 MB in 4s (21.0 MB/s) 2023-12-08T10:13:47.146 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-08T10:13:47.160 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-08T10:13:47.167 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-08T10:13:47.196 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-08T10:13:47.457 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-08T10:13:47.470 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-08T10:13:47.499 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-08T10:13:47.827 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-08T10:13:47.842 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-08T10:13:47.885 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-08T10:13:48.246 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-08T10:13:48.260 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-08T10:13:48.306 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-08T10:13:48.616 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-08T10:13:48.628 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-08T10:13:48.657 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:48.884 INFO:teuthology.orchestra.run.smithi156.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-08T10:13:48.889 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-08T10:13:49.023 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-08T10:13:49.376 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-08T10:13:49.390 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-08T10:13:49.434 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-08T10:13:49.787 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-08T10:13:49.801 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-08T10:13:49.845 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-08T10:13:50.156 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-08T10:13:50.173 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-08T10:13:50.215 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-08T10:13:50.560 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-08T10:13:50.575 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-08T10:13:50.618 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-08T10:13:50.946 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-08T10:13:50.958 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-08T10:13:50.995 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:51.174 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-08T10:13:51.187 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-08T10:13:51.277 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:51.803 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-08T10:13:51.816 INFO:teuthology.orchestra.run.smithi194.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-08T10:13:51.861 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:53.430 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-08T10:13:53.446 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-08T10:13:53.542 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:54.050 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-08T10:13:54.062 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-08T10:13:54.099 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:13:58.809 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-08T10:13:58.828 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-08T10:13:58.876 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-08T10:13:59.212 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-08T10:13:59.225 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-08T10:13:59.270 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:13:59.631 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package thermald. 2023-12-08T10:13:59.647 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-08T10:13:59.689 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-08T10:14:00.253 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package upower. 2023-12-08T10:14:00.268 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-08T10:14:00.328 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-08T10:14:00.748 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package usbmuxd. 2023-12-08T10:14:00.764 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-08T10:14:00.807 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-08T10:14:01.110 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-08T10:14:01.207 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-08T10:14:01.219 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-08T10:14:01.223 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-08T10:14:01.265 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-08T10:14:01.320 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-08T10:14:01.421 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-08T10:14:01.572 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-08T10:14:01.585 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-08T10:14:01.600 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-08T10:14:01.651 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:14:01.698 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:14:01.824 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-08T10:14:02.013 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package thermald. 2023-12-08T10:14:02.026 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-08T10:14:02.071 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-08T10:14:02.359 INFO:teuthology.orchestra.run.smithi194.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-08T10:14:02.428 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-08T10:14:02.609 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package upower. 2023-12-08T10:14:02.625 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-08T10:14:02.645 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-08T10:14:02.652 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-08T10:14:02.652 INFO:teuthology.orchestra.run.smithi194.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-08T10:14:02.683 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-08T10:14:03.088 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package usbmuxd. 2023-12-08T10:14:03.102 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-08T10:14:03.147 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-08T10:14:03.161 INFO:teuthology.orchestra.run.smithi194.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-08T10:14:03.379 INFO:teuthology.orchestra.run.smithi194.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-08T10:14:03.425 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-08T10:14:03.434 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-08T10:14:03.559 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-08T10:14:03.694 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-08T10:14:03.752 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-08T10:14:03.752 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-08T10:14:03.820 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-08T10:14:03.962 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-08T10:14:04.088 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:14:04.206 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-08T10:14:04.213 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:04.731 INFO:teuthology.orchestra.run.smithi156.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-08T10:14:04.952 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-08T10:14:05.443 INFO:teuthology.orchestra.run.smithi156.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-08T10:14:05.450 INFO:teuthology.orchestra.run.smithi156.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-08T10:14:05.450 INFO:teuthology.orchestra.run.smithi156.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-08T10:14:05.783 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:05.783 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:05.963 INFO:teuthology.orchestra.run.smithi156.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-08T10:14:06.182 INFO:teuthology.orchestra.run.smithi156.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-08T10:14:06.234 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-08T10:14:06.289 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:06.548 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-08T10:14:06.548 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-08T10:14:07.016 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:07.690 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-08T10:14:07.807 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:08.329 INFO:teuthology.orchestra.run.smithi156.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:08.330 INFO:teuthology.orchestra.run.smithi156.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:08.484 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:09.226 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-08T10:14:09.498 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-08T10:14:09.918 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-08T10:14:10.044 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:10.234 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-08T10:14:10.334 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:10.400 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-08T10:14:10.401 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:11.429 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-08T10:14:11.693 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-08T10:14:12.438 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-08T10:14:12.530 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-08T10:14:12.601 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-08T10:14:12.601 INFO:teuthology.orchestra.run.smithi156.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:36.021 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-08T10:14:36.022 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2023-12-08T10:14:36.040 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-08T10:14:36.057 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2023-12-08T10:14:36.405 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:36.424 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:36.844 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-08T10:14:36.860 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-08T10:14:37.720 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-08T10:14:37.720 INFO:teuthology.orchestra.run.smithi156.stdout:Sourcing file `/etc/default/grub' 2023-12-08T10:14:37.733 INFO:teuthology.orchestra.run.smithi156.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-08T10:14:37.755 INFO:teuthology.orchestra.run.smithi156.stdout:Generating grub configuration file ... 2023-12-08T10:14:38.025 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:38.047 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:38.482 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-08T10:14:38.494 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-08T10:14:39.270 INFO:teuthology.orchestra.run.smithi194.stdout:done 2023-12-08T10:14:39.712 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic-hwe-20.04 2023-12-08T10:14:39.758 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic-hwe-20.04 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 20 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta-hwe-5.15 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.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-08T10:14:39.759 INFO:teuthology.orchestra.run.smithi194.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-08T10:14:39.760 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-12-08T10:14:39.760 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-12-08T10:14:39.760 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:14:39.760 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-12-08T10:14:39.760 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-08T10:14:39.760 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:14:39.760 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:14:39.760 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T10:14:39.761 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:14:39.761 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-12-08T10:14:39.863 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-12-08T10:14:40.000 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-08T10:14:40.006 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-08T10:14:40.023 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-08T10:14:40.119 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-08T10:14:40.538 INFO:teuthology.orchestra.run.smithi156.stdout:done 2023-12-08T10:14:40.933 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic-hwe-20.04 2023-12-08T10:14:40.984 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic-hwe-20.04 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 20 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta-hwe-5.15 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:14:40.985 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2023-12-08T10:14:40.986 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-08T10:14:40.986 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:14:40.986 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:14:40.986 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T10:14:40.986 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:14:40.986 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2023-12-08T10:14:41.063 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2023-12-08T10:14:41.193 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-08T10:14:41.193 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-08T10:14:41.211 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-08T10:14:41.232 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-08T10:14:41.741 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-08T10:14:41.768 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-08T10:14:41.834 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-08T10:14:42.040 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-12-08T10:14:42.041 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-12-08T10:14:42.264 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-08T10:14:42.264 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-08T10:14:42.265 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic-hwe-20.04 2023-12-08T10:14:42.286 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic-hwe-20.04 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 20 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta-hwe-5.15 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.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-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.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-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-12-08T10:14:42.287 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-12-08T10:14:42.288 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:14:42.288 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-12-08T10:14:42.288 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2023-12-08T10:14:42.292 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.0lF1JjERTk 2023-12-08T10:14:42.292 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0lF1JjERTk 2023-12-08T10:14:42.350 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.0lF1JjERTk 2023-12-08T10:14:42.386 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.0lF1JjERTk is 9KB 2023-12-08T10:14:42.400 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.0lF1JjERTk 2023-12-08T10:14:42.406 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-08T10:14:42.462 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:14:42.462 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-08T10:14:42.462 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-08T10:14:42.500 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-08T10:14:42.500 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2023-12-08T10:14:42.949 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-08T10:14:42.976 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-08T10:14:43.044 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-08T10:14:43.251 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2023-12-08T10:14:43.252 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2023-12-08T10:14:43.469 INFO:teuthology.orchestra.run.smithi156.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-08T10:14:43.469 INFO:teuthology.orchestra.run.smithi156.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-08T10:14:43.471 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic-hwe-20.04 2023-12-08T10:14:43.487 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic-hwe-20.04 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 20 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta-hwe-5.15 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2023-12-08T10:14:43.488 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:14:43.489 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2023-12-08T10:14:43.489 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2023-12-08T10:14:43.496 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.yL3nzg5A3E 2023-12-08T10:14:43.496 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub/grub.cfg /tmp/tmp.yL3nzg5A3E 2023-12-08T10:14:43.510 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.yL3nzg5A3E 2023-12-08T10:14:43.592 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.yL3nzg5A3E is 9KB 2023-12-08T10:14:43.645 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.yL3nzg5A3E 2023-12-08T10:14:43.652 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-08T10:14:43.666 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:14:43.666 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-08T10:14:43.666 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-08T10:14:43.743 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-08T10:14:43.743 DEBUG:teuthology.orchestra.run.smithi156:> sudo update-grub 2023-12-08T10:14:43.824 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2023-12-08T10:14:43.831 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-08T10:14:43.845 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2023-12-08T10:14:44.101 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:44.113 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:44.472 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-08T10:14:44.484 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-08T10:14:44.979 INFO:teuthology.orchestra.run.smithi156.stderr:Sourcing file `/etc/default/grub' 2023-12-08T10:14:44.987 INFO:teuthology.orchestra.run.smithi156.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-08T10:14:45.000 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2023-12-08T10:14:45.232 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-08T10:14:45.244 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-08T10:14:45.631 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-08T10:14:45.646 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-08T10:14:45.856 INFO:teuthology.orchestra.run.smithi194.stderr:done 2023-12-08T10:14:45.857 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2023-12-08T10:14:46.627 INFO:teuthology.orchestra.run.smithi156.stderr:done 2023-12-08T10:14:46.629 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2023-12-08T10:15:15.886 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T10:15:15.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:15:15.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:15:16.633 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T10:15:16.633 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:15:16.634 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:15:34.246 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-12-08T10:15:35.015 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-12-08T10:15:43.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:15:43.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:15:44.017 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:15:44.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:15:46.306 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-12-08T10:15:47.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-12-08T10:15:58.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:15:58.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:15:59.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:15:59.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:16:16.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-12-08T10:16:17.506 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-12-08T10:16:31.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:16:31.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:16:32.179 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-12-08T10:16:32.507 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:16:32.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:16:32.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:16:32.702 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-08T10:16:32.703 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-12-08T10:16:32.752 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-91-generic 2023-12-08T10:16:32.753 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-08T10:16:32.753 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:16:32.753 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-08T10:16:32.889 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-12-08T10:16:33.754 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T10:16:33.755 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:16:34.032 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:16:34.033 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-08T10:16:34.033 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-12-08T10:16:34.079 INFO:teuthology.orchestra.run.smithi156.stdout:5.15.0-91-generic 2023-12-08T10:16:34.079 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-08T10:16:34.079 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:16:34.080 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-08T10:16:34.103 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-12-08T10:16:34.128 DEBUG:teuthology.parallel:result is None 2023-12-08T10:16:35.081 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T10:16:35.081 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:16:35.164 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2023-12-08T10:16:35.190 DEBUG:teuthology.parallel:result is None 2023-12-08T10:16:35.191 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T10:16:35.197 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T10:16:35.197 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:16:35.200 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:16:35.207 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T10:16:35.213 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T10:16:35.223 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T10:16:35.223 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:16:35.247 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:16:35.270 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T10:16:35.277 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T10:16:35.277 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T10:16:35.304 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:16:35.329 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:16:35.330 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:16:35.339 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:16:35.339 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:16:35.340 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T10:16:35.356 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T10:16:35.356 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T10:16:35.384 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T10:16:35.400 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T10:16:35.410 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T10:16:35.410 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:16:35.444 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:16:35.451 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:16:35.497 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:16:35.545 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:16:35.545 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:16:35.607 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:16:35.615 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:16:35.664 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:16:35.664 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:16:35.726 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2023-12-08T10:16:35.729 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-12-08T10:16:35.812 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T10:16:35.820 INFO:teuthology.task.internal:Starting timer... 2023-12-08T10:16:35.820 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T10:16:35.842 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T10:16:35.851 DEBUG:teuthology.task.selinux:Excluding smithi156: OS 'ubuntu' does not support SELinux 2023-12-08T10:16:35.852 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2023-12-08T10:16:35.852 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T10:16:35.852 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-08T10:16:35.852 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T10:16:35.852 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T10:16:35.862 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-08T10:16:35.871 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-08T10:16:36.061 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T10:16:36.080 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-08T10:16:36.081 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi156.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T10:23:00.060 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi156.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-12-08T10:23:00.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:23:00.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:23:00.154 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-12-08T10:23:00.276 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-08T10:23:00.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:23:00.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:23:00.363 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-12-08T10:23:00.483 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-08T10:23:00.484 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T10:23:00.494 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T10:23:00.495 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:23:00.495 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:23:00.497 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:23:00.498 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:00.526 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-08T10:23:00.526 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Command line: ntpd -gq 2023-12-08T10:23:00.527 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: proto: precision = 0.070 usec (-24) 2023-12-08T10:23:00.527 INFO:teuthology.orchestra.run.smithi156.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:23:00.528 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:23:00.528 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:23:00.528 INFO:teuthology.orchestra.run.smithi156.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen and drop on 0 v6wildcard [::]:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen normally on 2 lo 127.0.0.1:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen normally on 3 enp3s0f1 172.21.15.156:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen normally on 4 lo [::1]:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6dfd%5]:123 2023-12-08T10:23:00.529 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:00 ntpd[23420]: Listening on routing socket on fd #22 for interface updates 2023-12-08T10:23:00.558 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-08T10:23:00.558 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Command line: ntpd -gq 2023-12-08T10:23:00.559 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: proto: precision = 0.070 usec (-24) 2023-12-08T10:23:00.559 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:23:00.559 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:23:00.560 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen and drop on 0 v6wildcard [::]:123 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen normally on 2 lo 127.0.0.1:123 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen normally on 4 lo [::1]:123 2023-12-08T10:23:00.562 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2023-12-08T10:23:00.563 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:00 ntpd[23423]: Listening on routing socket on fd #22 for interface updates 2023-12-08T10:23:01.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:01.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:01 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:01.559 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.559 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.559 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.559 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:01.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:01 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:03.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:03.529 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:03 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:03.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:03.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:03.562 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:03.562 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:03 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:04.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:04.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:04.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:04.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:04.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:04.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:04 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:05.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:05.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:05 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:05.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:05.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:05 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:06.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:06 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:07.527 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:07.528 INFO:teuthology.orchestra.run.smithi156.stdout: 8 Dec 10:23:07 ntpd[23420]: ntpd: time slew +0.001626 s 2023-12-08T10:23:07.528 INFO:teuthology.orchestra.run.smithi156.stdout:ntpd: time slew +0.001626s 2023-12-08T10:23:07.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-08T10:23:07.528 INFO:teuthology.orchestra.run.smithi156.stderr: 8 Dec 10:23:07 ntpd[23420]: can't open /var/log/ntpstats/loopstats.20231208: Permission denied 2023-12-08T10:23:07.559 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:23:07.560 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:23:07.561 INFO:teuthology.orchestra.run.smithi194.stdout: 8 Dec 10:23:07 ntpd[23423]: ntpd: time slew -0.000070 s 2023-12-08T10:23:07.561 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.000070s 2023-12-08T10:23:07.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-08T10:23:07.561 INFO:teuthology.orchestra.run.smithi194.stderr: 8 Dec 10:23:07 ntpd[23423]: can't open /var/log/ntpstats/loopstats.20231208: Permission denied 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.591 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.616 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:23:07.617 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2023-12-08T10:23:07.617 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.617 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.617 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.617 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:23:07.617 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T10:23:07.628 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T10:23:07.628 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:23:07.628 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:23:07.640 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-08T10:23:07.640 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_1 2023-12-08T10:23:07.688 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:23:07.688 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:07.688 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 492 Links: 1 2023-12-08T10:23:07.688 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:07.688 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:21:17.492857325 +0000 2023-12-08T10:23:07.689 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:21:17.144865352 +0000 2023-12-08T10:23:07.689 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:21:17.144865352 +0000 2023-12-08T10:23:07.689 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:23:07.689 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:23:07.744 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:23:07.744 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:23:07.744 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000303846 s, 1.7 MB/s 2023-12-08T10:23:07.745 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:23:07.798 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_2 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:21:18.036844776 +0000 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:21:17.712852250 +0000 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:21:17.712852250 +0000 2023-12-08T10:23:07.849 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:23:07.849 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:23:07.907 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:23:07.907 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:23:07.907 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000292848 s, 1.7 MB/s 2023-12-08T10:23:07.909 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:23:07.962 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_3 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:21:18.240840071 +0000 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:21:18.236840162 +0000 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:21:18.236840162 +0000 2023-12-08T10:23:08.012 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:23:08.013 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:23:08.066 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:23:08.066 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:23:08.066 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.00029377 s, 1.7 MB/s 2023-12-08T10:23:08.067 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:23:08.118 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_4 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:21:19.096820325 +0000 2023-12-08T10:23:08.172 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:21:18.764827984 +0000 2023-12-08T10:23:08.173 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:21:18.764827984 +0000 2023-12-08T10:23:08.173 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:23:08.173 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:23:08.227 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:23:08.227 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:23:08.227 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000303262 s, 1.7 MB/s 2023-12-08T10:23:08.228 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:23:08.278 DEBUG:teuthology.orchestra.run.smithi156:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-08T10:23:08.404 INFO:teuthology.orchestra.run.smithi156.stdout:loop 2023-12-08T10:23:08.405 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2023-12-08T10:23:08.406 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-08T10:23:08.424 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-08T10:23:08.452 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:23:08.476 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2023-12-08T10:23:08.476 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-08T10:23:08.541 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-08T10:23:08.563 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:23:08.588 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2023-12-08T10:23:08.588 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-08T10:23:08.651 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-08T10:23:08.676 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:23:08.700 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2023-12-08T10:23:08.701 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-08T10:23:08.766 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-08T10:23:08.788 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:23:08.809 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:23:08.809 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:23:08.859 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme list 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme0n1 PHMB74760040480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme1n1 225c7c6f02dc4c7d650a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme2n1 31addfad9985286f4dd2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme3n1 ceca9aedd5f961e51ad3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:08.916 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme4n1 cdf4a5b844c2614899b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:08.917 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:23:08.917 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:23:08.917 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2023-12-08T10:23:08.976 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:23:08.976 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:23:08.984 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-08T10:23:08.984 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-12-08T10:23:09.033 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:23:09.033 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:09.033 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 492 Links: 1 2023-12-08T10:23:09.034 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:09.034 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:21:28.601520754 +0000 2023-12-08T10:23:09.034 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:21:28.273528318 +0000 2023-12-08T10:23:09.034 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:21:28.273528318 +0000 2023-12-08T10:23:09.034 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:23:09.034 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:23:09.087 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:23:09.087 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:23:09.087 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000373799 s, 1.4 MB/s 2023-12-08T10:23:09.089 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:23:09.139 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-12-08T10:23:09.193 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:23:09.193 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:09.193 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-08T10:23:09.193 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:09.193 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:21:29.173507562 +0000 2023-12-08T10:23:09.194 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:21:28.837515311 +0000 2023-12-08T10:23:09.194 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:21:28.837515311 +0000 2023-12-08T10:23:09.194 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:23:09.194 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:23:09.247 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:23:09.247 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:23:09.247 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000375479 s, 1.4 MB/s 2023-12-08T10:23:09.248 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:23:09.300 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-12-08T10:23:09.349 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:23:09.349 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:09.349 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 505 Links: 1 2023-12-08T10:23:09.350 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:09.350 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:21:29.421501843 +0000 2023-12-08T10:23:09.350 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:21:29.417501935 +0000 2023-12-08T10:23:09.350 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:21:29.417501935 +0000 2023-12-08T10:23:09.350 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:23:09.350 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:23:09.405 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:23:09.405 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:23:09.405 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000409231 s, 1.3 MB/s 2023-12-08T10:23:09.407 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:23:09.459 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-12-08T10:23:09.509 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 512 Links: 1 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:21:30.273482195 +0000 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:21:29.957489482 +0000 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:21:29.957489482 +0000 2023-12-08T10:23:09.510 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:23:09.510 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:23:09.563 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:23:09.563 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:23:09.563 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000416738 s, 1.2 MB/s 2023-12-08T10:23:09.564 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:23:09.615 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:09.745 INFO:teuthology.orchestra.run.smithi194.stdout:loop 2023-12-08T10:23:09.746 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-12-08T10:23:09.746 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:09.767 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-08T10:23:09.792 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:23:09.814 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-12-08T10:23:09.815 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:09.888 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-08T10:23:09.911 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:23:09.935 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-12-08T10:23:09.935 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:10.006 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-08T10:23:10.030 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:23:10.051 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-12-08T10:23:10.051 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T10:23:10.118 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-08T10:23:10.143 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:23:10.166 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:23:10.166 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:23:10.217 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme list 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme0n1 CVFT6240002A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme1n1 d092bd2df0c8aa7f2423 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme2n1 d717b9fa3f0661252117 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme3n1 cc0e49397b8827f7e022 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:10.272 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme4n1 080b72dcb9af000bac59 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-08T10:23:10.273 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:23:10.274 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:23:10.274 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-12-08T10:23:10.331 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T10:23:10.422 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T10:23:10.422 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:23:10.422 INFO:tasks.cephadm:Cluster fsid is c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:23:10.422 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T10:23:10.422 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T10:23:10.423 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi156': '172.21.15.156', 'mon.smithi194': '172.21.15.194'} 2023-12-08T10:23:10.423 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T10:23:10.423 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2023-12-08T10:23:10.440 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-12-08T10:23:10.455 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T10:23:10.456 DEBUG:teuthology.orchestra.run.smithi156:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.642 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 8 10:23 /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.642 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.799 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 8 10:23 /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.799 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.809 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:23:10.826 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /etc/ceph 2023-12-08T10:23:10.868 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-12-08T10:23:10.883 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 777 /etc/ceph 2023-12-08T10:23:10.927 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-12-08T10:23:10.942 INFO:tasks.cephadm:Writing seed config... 2023-12-08T10:23:10.943 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T10:23:10.944 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T10:23:10.944 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:23:10.945 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T10:23:10.974 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 = c9503658-95b3-11ee-95a3-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-08T10:23:10.974 DEBUG:teuthology.orchestra.run.smithi156:mon.smithi156> sudo journalctl -f -n 0 -u ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service 2023-12-08T10:23:11.017 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T10:23:11.017 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid c9503658-95b3-11ee-95a3-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.156 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:23:11.278 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-08T10:23:11.432 INFO:teuthology.orchestra.run.smithi156.stderr:-------------------------------------------------------------------------------- 2023-12-08T10:23:11.432 INFO:teuthology.orchestra.run.smithi156.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', 'c9503658-95b3-11ee-95a3-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.156', '--skip-admin-label'] 2023-12-08T10:23:11.432 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying podman|docker is present... 2023-12-08T10:23:11.432 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying lvm2 is present... 2023-12-08T10:23:11.432 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying time synchronization is in place... 2023-12-08T10:23:11.440 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:23:11.449 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.454 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-08T10:23:11.460 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.467 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: masked 2023-12-08T10:23:11.474 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.480 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-08T10:23:11.488 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.496 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: enabled 2023-12-08T10:23:11.502 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: active 2023-12-08T10:23:11.503 INFO:teuthology.orchestra.run.smithi156.stderr:Unit ntp.service is enabled and running 2023-12-08T10:23:11.504 INFO:teuthology.orchestra.run.smithi156.stderr:Repeating the final host check... 2023-12-08T10:23:11.504 INFO:teuthology.orchestra.run.smithi156.stderr:docker (/usr/bin/docker) is present 2023-12-08T10:23:11.504 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl is present 2023-12-08T10:23:11.504 INFO:teuthology.orchestra.run.smithi156.stderr:lvcreate is present 2023-12-08T10:23:11.510 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:23:11.516 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.523 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-08T10:23:11.530 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.537 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: masked 2023-12-08T10:23:11.543 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.551 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-08T10:23:11.558 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: inactive 2023-12-08T10:23:11.566 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: enabled 2023-12-08T10:23:11.572 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: active 2023-12-08T10:23:11.573 INFO:teuthology.orchestra.run.smithi156.stderr:Unit ntp.service is enabled and running 2023-12-08T10:23:11.573 INFO:teuthology.orchestra.run.smithi156.stderr:Host looks OK 2023-12-08T10:23:11.573 INFO:teuthology.orchestra.run.smithi156.stderr:Cluster fsid: c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:23:11.573 INFO:teuthology.orchestra.run.smithi156.stderr:Acquiring lock 140238834211232 on /run/cephadm/c9503658-95b3-11ee-95a3-87774f69a715.lock 2023-12-08T10:23:11.573 INFO:teuthology.orchestra.run.smithi156.stderr:Lock 140238834211232 acquired on /run/cephadm/c9503658-95b3-11ee-95a3-87774f69a715.lock 2023-12-08T10:23:11.574 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying IP 172.21.15.156 port 3300 ... 2023-12-08T10:23:11.574 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying IP 172.21.15.156 port 6789 ... 2023-12-08T10:23:11.574 INFO:teuthology.orchestra.run.smithi156.stderr:Base mon IP(s) is [172.21.15.156:3300, 172.21.15.156:6789], mon addrv is [v2:172.21.15.156:3300,v1:172.21.15.156:6789] 2023-12-08T10:23:11.578 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-08T10:23:11.578 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.156 metric 100 2023-12-08T10:23:11.579 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-08T10:23:11.579 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.156 2023-12-08T10:23:11.579 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.156 metric 100 2023-12-08T10:23:11.582 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T10:23:11.582 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-08T10:23:11.582 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1791sec pref medium 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:6dfd/64 scope link 2023-12-08T10:23:11.586 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:23:11.587 INFO:teuthology.orchestra.run.smithi156.stderr:Mon IP `172.21.15.156` is in CIDR network `172.21.0.0/20` 2023-12-08T10:23:11.588 INFO:teuthology.orchestra.run.smithi156.stderr:Mon IP `172.21.15.156` is in CIDR network `172.21.0.0/20` 2023-12-08T10:23:11.588 INFO:teuthology.orchestra.run.smithi156.stderr:Mon IP `172.21.15.156` is in CIDR network `172.21.15.254/32` 2023-12-08T10:23:11.588 INFO:teuthology.orchestra.run.smithi156.stderr:Mon IP `172.21.15.156` is in CIDR network `172.21.15.254/32` 2023-12-08T10:23:11.588 INFO:teuthology.orchestra.run.smithi156.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-08T10:23:11.588 INFO:teuthology.orchestra.run.smithi156.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T10:23:11.589 INFO:teuthology.orchestra.run.smithi156.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:23:11.961 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: 451ceae11b5d4caee05e94372fe658621eefc0b1: Pulling from ceph-ci/ceph 2023-12-08T10:23:11.971 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: d3e436ac93e4: Pulling fs layer 2023-12-08T10:23:11.971 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: eb7ecf2ef1f5: Pulling fs layer 2023-12-08T10:23:27.451 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: d3e436ac93e4: Verifying Checksum 2023-12-08T10:23:27.451 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: d3e436ac93e4: Download complete 2023-12-08T10:23:31.366 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: d3e436ac93e4: Pull complete 2023-12-08T10:23:31.983 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: eb7ecf2ef1f5: Verifying Checksum 2023-12-08T10:23:31.984 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: eb7ecf2ef1f5: Download complete 2023-12-08T10:23:43.989 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: eb7ecf2ef1f5: Pull complete 2023-12-08T10:23:44.122 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: Digest: sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726 2023-12-08T10:23:44.173 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:23:44.205 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:23:56.520 INFO:teuthology.orchestra.run.smithi156.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:23:57.234 INFO:teuthology.orchestra.run.smithi156.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:23:57.234 INFO:teuthology.orchestra.run.smithi156.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T10:23:58.022 INFO:teuthology.orchestra.run.smithi156.stderr:stat: 167 167 2023-12-08T10:23:58.604 INFO:teuthology.orchestra.run.smithi156.stderr:Creating initial keys... 2023-12-08T10:23:59.382 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-authtool: AQC/7nJlUaCuFhAAwNSO+gims0Uy4yqhVKMDDg== 2023-12-08T10:24:00.861 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-authtool: AQDA7nJleqw/MxAAa4A9tHZyHO8H1bqAIynyHQ== 2023-12-08T10:24:02.289 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-authtool: AQDC7nJlULsfERAAwbzjnf2ODrKoENhtbWazRw== 2023-12-08T10:24:02.885 INFO:teuthology.orchestra.run.smithi156.stderr:Creating initial monmap... 2023-12-08T10:24:03.708 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:24:03.708 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:03.709 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:24:04.331 INFO:teuthology.orchestra.run.smithi156.stderr:monmaptool for smithi156 [v2:172.21.15.156:3300,v1:172.21.15.156:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:24:04.331 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/monmaptool: set fsid to c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:04.331 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:24:04.332 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:24:04.332 INFO:teuthology.orchestra.run.smithi156.stderr:Creating mon... 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.098+0000 7f4afe571880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.098+0000 7f4afe571880 1 imported monmap: 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: fsid c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T10:24:03.706612+0000 2023-12-08T10:24:05.106 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: created 2023-12-08T10:24:03.706612+0000 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] mon.smithi156 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.098+0000 7f4afe571880 0 /usr/bin/ceph-mon: set fsid to c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:24:05.107 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: DB SUMMARY 2023-12-08T10:24:05.130 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi156/store.db dir, Total Num: 0, files: 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi156/store.db: 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.env: 0x55bf7adc2080 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.info_log: 0x55bf7d137380 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:24:05.131 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:24:05.132 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:24:05.133 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi156/store.db 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:24:05.134 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.write_buffer_manager: 0x55bf7d13d980 2023-12-08T10:24:05.135 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:24:05.136 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:24:05.137 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.row_cache: None 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:24:05.138 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:24:05.139 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:24:05.140 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:24:05.141 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:24:05.142 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 2023-12-08T10:24:05.143 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.merge_operator: 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:24:05.144 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bf7d04bd30) 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T10:24:05.145 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_cache: 0x55bf7d082d10 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T10:24:05.146 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T10:24:05.147 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T10:24:05.148 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T10:24:05.149 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:24:05.150 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:24:05.151 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:24:05.152 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:24:05.153 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:24:05.154 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:24:05.155 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:24:05.156 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:24:05.157 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T10:24:05.158 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.102+0000 7f4afe571880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4afe571880 4 rocksdb: DB pointer 0x55bf7d14b800 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4ae73f8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4ae73f8700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T10:24:05.159 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.160 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.161 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:24:05.162 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.163 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.164 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.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-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: 2023-12-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4afe571880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4afe571880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T10:24:05.165 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:24:05.106+0000 7f4afe571880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi156 for mon.smithi156 2023-12-08T10:24:05.652 INFO:teuthology.orchestra.run.smithi156.stderr:create mon.smithi156 on 2023-12-08T10:24:05.875 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-08T10:24:06.094 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target. 2023-12-08T10:24:06.094 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target. 2023-12-08T10:24:06.525 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to reset failed state of unit ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service: Unit ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service not loaded. 2023-12-08T10:24:06.533 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target.wants/ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service -> /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715@.service. 2023-12-08T10:24:06.744 INFO:teuthology.orchestra.run.smithi156.stderr:firewalld does not appear to be present 2023-12-08T10:24:06.744 INFO:teuthology.orchestra.run.smithi156.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:24:06.744 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mon to start... 2023-12-08T10:24:06.744 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mon... 2023-12-08T10:24:08.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:08 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.016176+0000 mon.smithi156 (mon.0) 1 : cluster [INF] mon.smithi156 is new leader, mons smithi156 in quorum (ranks 0) 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: cluster: 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: id: c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: services: 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi156 (age 0.225514s) 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: data: 2023-12-08T10:24:08.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T10:24:08.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T10:24:08.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T10:24:08.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: pgs: 2023-12-08T10:24:08.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:08.853 INFO:teuthology.orchestra.run.smithi156.stderr:mon is available 2023-12-08T10:24:08.854 INFO:teuthology.orchestra.run.smithi156.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.023153+0000 mon.smithi156 (mon.0) 2 : cluster [INF] mon.smithi156 is new leader, mons smithi156 in quorum (ranks 0) 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.023506+0000 mon.smithi156 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.027186+0000 mon.smithi156 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.029120+0000 mon.smithi156 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: cluster 2023-12-08T10:24:08.029663+0000 mon.smithi156 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:24:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:09 smithi156 bash[24392]: audit 2023-12-08T10:24:08.248576+0000 mon.smithi156 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.156:0/2144785501' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T10:24:09.992 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [global] 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: fsid = c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.156:3300,v1:172.21.15.156:6789] 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:24:09.993 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:09.994 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:24:09.994 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:24:09.994 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:24:10.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:10 smithi156 bash[24392]: audit 2023-12-08T10:24:09.983094+0000 mon.smithi156 (mon.0) 8 : audit [INF] from='client.? 172.21.15.156:0/2879664322' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:24:10.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:10 smithi156 bash[24392]: audit 2023-12-08T10:24:09.988540+0000 mon.smithi156 (mon.0) 9 : audit [INF] from='client.? 172.21.15.156:0/2879664322' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T10:24:10.653 INFO:teuthology.orchestra.run.smithi156.stderr:Generating new minimal ceph.conf... 2023-12-08T10:24:12.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:11 smithi156 bash[24392]: audit 2023-12-08T10:24:11.696062+0000 mon.smithi156 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.156:0/2928109471' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:12.356 INFO:teuthology.orchestra.run.smithi156.stderr:Restarting the monitor... 2023-12-08T10:24:12.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:12 smithi156 systemd[1]: Stopping Ceph mon.smithi156 for c9503658-95b3-11ee-95a3-87774f69a715... 2023-12-08T10:24:12.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:12 smithi156 bash[24777]: Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-mon.smithi156 2023-12-08T10:24:12.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:12 smithi156 bash[24392]: debug 2023-12-08T10:24:12.522+0000 7fc9b6246700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi156 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T10:24:12.648 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:12 smithi156 bash[24392]: debug 2023-12-08T10:24:12.522+0000 7fc9b6246700 -1 mon.smithi156@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T10:24:13.270 INFO:teuthology.orchestra.run.smithi156.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2023-12-08T10:24:13.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:13 smithi156 bash[24812]: ceph-c9503658-95b3-11ee-95a3-87774f69a715-mon-smithi156 2023-12-08T10:24:13.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:13 smithi156 bash[24876]: Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-mon-smithi156 2023-12-08T10:24:13.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:13 smithi156 systemd[1]: ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service: Succeeded. 2023-12-08T10:24:13.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:13 smithi156 systemd[1]: Stopped Ceph mon.smithi156 for c9503658-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:24:13.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:13 smithi156 systemd[1]: Started Ceph mon.smithi156 for c9503658-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.406+0000 7f382b556880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.406+0000 7f382b556880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.406+0000 7f382b556880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.414+0000 7f382b556880 0 load: jerasure load: lrc load: isa 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:24:14.691 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: DB SUMMARY 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi156/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi156/store.db: 000006.log size: 86565 ; 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.env: 0x5592837c2080 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.info_log: 0x559284158520 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:24:14.692 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:24:14.693 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:24:14.694 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi156/store.db 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.write_buffer_manager: 0x559284e4c420 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:24:14.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.row_cache: None 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:24:14.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:24:14.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:24:14.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000005 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.merge_operator: 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:24:14.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5592840fbd28) 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: cache_index_and_filter_blocks: 1 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: pin_top_level_index_and_filter: 1 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: index_type: 0 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: data_block_index_type: 0 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: index_shortening: 1 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: hash_index_allow_collision: 1 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: checksum: 1 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: no_block_cache: 0 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_cache: 0x559284132f10 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_cache_name: BinnedLRUCache 2023-12-08T10:24:14.700 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_cache_options: 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: capacity : 536870912 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: num_shard_bits : 4 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: strict_capacity_limit : 0 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: high_pri_pool_ratio: 0.000 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_cache_compressed: (nil) 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: persistent_cache: (nil) 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_size: 4096 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_size_deviation: 10 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_restart_interval: 16 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: index_block_restart_interval: 1 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: metadata_block_size: 4096 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: partition_filters: 0 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: use_delta_encoding: 1 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: whole_key_filtering: 1 2023-12-08T10:24:14.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: verify_compression: 0 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: read_amp_bytes_per_bit: 0 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: format_version: 2 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: enable_index_compression: 1 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: block_align: 0 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:24:14.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:24:14.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:24:14.704 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:24:14.705 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:24:14.706 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:24:14.707 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:24:14.708 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi156/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-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031054422013, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T10:24:14.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.418+0000 7f382b556880 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-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f382b556880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031054423381, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83438, "table_properties": {"data_size": 81705, "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": 76217, "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": 1702031054, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f382b556880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f382b556880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031054424063, "job": 1, "event": "recovery_finished"} 2023-12-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f382b556880 4 rocksdb: DB pointer 0x5592841fb800 2023-12-08T10:24:14.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f381235c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f381235c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** DB Stats ** 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** Compaction Stats [default] ** 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** Compaction Stats [default] ** 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:14.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Cumulative compaction: 0.00 GB write, 17.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Interval compaction: 0.00 GB write, 17.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** Compaction Stats [default] ** 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** Compaction Stats [default] ** 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:24:14.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.8 0.00 0.00 1 0.001 0 0 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: Cumulative compaction: 0.00 GB write, 17.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.422+0000 7f382b556880 0 starting mon.smithi156 rank 0 at public addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] at bind addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi156 fsid c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 1 mon.smithi156@-1(???) e1 preinit fsid c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).mds e1 new map 2023-12-08T10:24:14.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).mds e1 print_map 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: e1 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 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-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: legacy client fscid: -1 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: No filesystems configured 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 0 mon.smithi156@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: audit 2023-12-08T10:24:11.696062+0000 mon.smithi156 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.156:0/2928109471' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:14.715 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:14 smithi156 bash[24915]: debug 2023-12-08T10:24:14.426+0000 7f382b556880 1 mon.smithi156@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T10:24:15.324 INFO:teuthology.orchestra.run.smithi156.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T10:24:15.324 INFO:teuthology.orchestra.run.smithi156.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:24:15.324 INFO:teuthology.orchestra.run.smithi156.stderr:Creating mgr... 2023-12-08T10:24:15.324 INFO:teuthology.orchestra.run.smithi156.stderr:Verifying port 9283 ... 2023-12-08T10:24:15.552 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Failed to reset failed state of unit ceph-c9503658-95b3-11ee-95a3-87774f69a715@mgr.smithi156.dvayok.service: Unit ceph-c9503658-95b3-11ee-95a3-87774f69a715@mgr.smithi156.dvayok.service not loaded. 2023-12-08T10:24:15.560 INFO:teuthology.orchestra.run.smithi156.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715.target.wants/ceph-c9503658-95b3-11ee-95a3-87774f69a715@mgr.smithi156.dvayok.service -> /etc/systemd/system/ceph-c9503658-95b3-11ee-95a3-87774f69a715@.service. 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: cluster 2023-12-08T10:24:14.452273+0000 mon.smithi156 (mon.0) 1 : cluster [INF] mon.smithi156 is new leader, mons smithi156 in quorum (ranks 0) 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: cluster 2023-12-08T10:24:14.452394+0000 mon.smithi156 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: cluster 2023-12-08T10:24:14.453395+0000 mon.smithi156 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: cluster 2023-12-08T10:24:14.453466+0000 mon.smithi156 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: cluster 2023-12-08T10:24:14.454260+0000 mon.smithi156 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:24:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:15 smithi156 bash[24915]: audit 2023-12-08T10:24:14.637648+0000 mon.smithi156 (mon.0) 6 : audit [INF] from='client.? 172.21.15.156:0/2199199443' entity='client.admin' 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:firewalld does not appear to be present 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:firewalld does not appear to be present 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mgr to start... 2023-12-08T10:24:15.777 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mgr... 2023-12-08T10:24:17.308 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:17.308 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:24:17.309 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsid": "c9503658-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:24:17.309 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 0 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "smithi156" 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:24:17.315 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:24:17.316 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:24:17.317 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:24:08.025803+0000", 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:17.318 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:17.319 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:24:17.319 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:24:17.507 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:17 smithi156 bash[24915]: audit 2023-12-08T10:24:17.305999+0000 mon.smithi156 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.156:0/4084304440' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:24:17.975 INFO:teuthology.orchestra.run.smithi156.stderr:mgr not available, waiting (1/15)... 2023-12-08T10:24:21.094 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:21.094 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:24:21.094 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsid": "c9503658-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:24:21.094 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:24:21.094 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 0 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "smithi156" 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:24:21.095 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:24:21.096 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:21.101 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:24:08.025803+0000", 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:24:21.102 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:24:21.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:21 smithi156 bash[24915]: audit 2023-12-08T10:24:21.089694+0000 mon.smithi156 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.156:0/2006980285' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:24:21.821 INFO:teuthology.orchestra.run.smithi156.stderr:mgr not available, waiting (2/15)... 2023-12-08T10:24:23.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: cluster 2023-12-08T10:24:23.649651+0000 mon.smithi156 (mon.0) 9 : cluster [INF] Activating manager daemon smithi156.dvayok 2023-12-08T10:24:23.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: cluster 2023-12-08T10:24:23.655985+0000 mon.smithi156 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi156.dvayok(active, starting, since 0.00654255s) 2023-12-08T10:24:23.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.657846+0000 mon.smithi156 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:24:23.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.658242+0000 mon.smithi156 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.658599+0000 mon.smithi156 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.658870+0000 mon.smithi156 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.659174+0000 mon.smithi156 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi156.dvayok", "id": "smithi156.dvayok"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: cluster 2023-12-08T10:24:23.662875+0000 mon.smithi156 (mon.0) 16 : cluster [INF] Manager daemon smithi156.dvayok is now available 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.675631+0000 mon.smithi156 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.685679+0000 mon.smithi156 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.689689+0000 mon.smithi156 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/trash_purge_schedule"}]: dispatch 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.694887+0000 mon.smithi156 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:23 smithi156 bash[24915]: audit 2023-12-08T10:24:23.697577+0000 mon.smithi156 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.156:0/2215425443' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:25.245 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:25.245 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:24:25.245 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsid": "c9503658-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:24:25.245 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:24:25.245 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 0 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "smithi156" 2023-12-08T10:24:25.246 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:25.250 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-08T10:24:25.250 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.251 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.252 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ], 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:24:08.025803+0000", 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: }, 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:24:25.253 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:24:25.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:25 smithi156 bash[24915]: cluster 2023-12-08T10:24:24.662226+0000 mon.smithi156 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi156.dvayok(active, since 1.01278s) 2023-12-08T10:24:25.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:25 smithi156 bash[24915]: audit 2023-12-08T10:24:25.238858+0000 mon.smithi156 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.156:0/773262440' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:24:25.929 INFO:teuthology.orchestra.run.smithi156.stderr:mgr is available 2023-12-08T10:24:26.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:26 smithi156 bash[24915]: cluster 2023-12-08T10:24:25.659007+0000 mon.smithi156 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi156.dvayok(active, since 2s) 2023-12-08T10:24:27.269 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:27.269 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [global] 2023-12-08T10:24:27.269 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: fsid = c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:27.269 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:24:27.270 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:24:27.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:27 smithi156 bash[24915]: audit 2023-12-08T10:24:27.264957+0000 mon.smithi156 (mon.0) 25 : audit [INF] from='client.? 172.21.15.156:0/3396059432' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:24:27.874 INFO:teuthology.orchestra.run.smithi156.stderr:Enabling cephadm module... 2023-12-08T10:24:29.657 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:29 smithi156 bash[24915]: audit 2023-12-08T10:24:29.292616+0000 mon.smithi156 (mon.0) 26 : audit [INF] from='client.? 172.21.15.156:0/476921098' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T10:24:30.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:30 smithi156 bash[24915]: audit 2023-12-08T10:24:29.349553+0000 mon.smithi156 (mon.0) 27 : audit [INF] from='client.? 172.21.15.156:0/476921098' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T10:24:30.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:30 smithi156 bash[24915]: cluster 2023-12-08T10:24:29.349712+0000 mon.smithi156 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi156.dvayok(active, since 5s) 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "active_name": "smithi156.dvayok", 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:24:31.420 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:24:31.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:31 smithi156 bash[24915]: audit 2023-12-08T10:24:31.417653+0000 mon.smithi156 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.156:0/1488830959' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:24:31.980 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for the mgr to restart... 2023-12-08T10:24:31.980 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mgr epoch 5... 2023-12-08T10:24:36.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: cluster 2023-12-08T10:24:36.081526+0000 mon.smithi156 (mon.0) 30 : cluster [INF] Active manager daemon smithi156.dvayok restarted 2023-12-08T10:24:36.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: cluster 2023-12-08T10:24:36.082287+0000 mon.smithi156 (mon.0) 31 : cluster [INF] Activating manager daemon smithi156.dvayok 2023-12-08T10:24:36.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: cluster 2023-12-08T10:24:36.089439+0000 mon.smithi156 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: cluster 2023-12-08T10:24:36.089663+0000 mon.smithi156 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi156.dvayok(active, starting, since 0.00767874s) 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: audit 2023-12-08T10:24:36.090565+0000 mon.smithi156 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: audit 2023-12-08T10:24:36.091570+0000 mon.smithi156 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi156.dvayok", "id": "smithi156.dvayok"}]: dispatch 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: audit 2023-12-08T10:24:36.092406+0000 mon.smithi156 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: audit 2023-12-08T10:24:36.092564+0000 mon.smithi156 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: audit 2023-12-08T10:24:36.092751+0000 mon.smithi156 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:24:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:36 smithi156 bash[24915]: cluster 2023-12-08T10:24:36.115486+0000 mon.smithi156 (mon.0) 39 : cluster [INF] Manager daemon smithi156.dvayok is now available 2023-12-08T10:24:37.111 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:24:37.111 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T10:24:37.111 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:24:37.111 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:24:37.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: cephadm 2023-12-08T10:24:36.133392+0000 mgr.smithi156.dvayok (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T10:24:37.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.138953+0000 mon.smithi156 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:37.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.267110+0000 mon.smithi156 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:37.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.269165+0000 mon.smithi156 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.271318+0000 mon.smithi156 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.274852+0000 mon.smithi156 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.300808+0000 mon.smithi156 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:24:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: audit 2023-12-08T10:24:36.304638+0000 mon.smithi156 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/trash_purge_schedule"}]: dispatch 2023-12-08T10:24:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:37 smithi156 bash[24915]: cluster 2023-12-08T10:24:37.093430+0000 mon.smithi156 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi156.dvayok(active, since 1.01144s) 2023-12-08T10:24:37.829 INFO:teuthology.orchestra.run.smithi156.stderr:mgr epoch 5 is available 2023-12-08T10:24:37.829 INFO:teuthology.orchestra.run.smithi156.stderr:Setting orchestrator backend to cephadm... 2023-12-08T10:24:38.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:38 smithi156 bash[24915]: audit 2023-12-08T10:24:37.092555+0000 mgr.smithi156.dvayok (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:24:38.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:38 smithi156 bash[24915]: audit 2023-12-08T10:24:37.108646+0000 mgr.smithi156.dvayok (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:24:39.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:39 smithi156 bash[24915]: cluster 2023-12-08T10:24:38.146867+0000 mon.smithi156 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi156.dvayok(active, since 2s) 2023-12-08T10:24:40.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:40 smithi156 bash[24915]: audit 2023-12-08T10:24:39.154442+0000 mgr.smithi156.dvayok (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-08T10:24:40.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:40 smithi156 bash[24915]: audit 2023-12-08T10:24:39.161846+0000 mon.smithi156 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:40.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:40 smithi156 bash[24915]: audit 2023-12-08T10:24:39.209285+0000 mon.smithi156 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:41.070 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: value unchanged 2023-12-08T10:24:41.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:41 smithi156 bash[24915]: audit 2023-12-08T10:24:41.066769+0000 mgr.smithi156.dvayok (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:41.764 INFO:teuthology.orchestra.run.smithi156.stderr:Generating ssh key... 2023-12-08T10:24:44.681 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:44 smithi156 bash[24915]: audit 2023-12-08T10:24:43.183682+0000 mgr.smithi156.dvayok (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:44.682 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:44 smithi156 bash[24915]: cephadm 2023-12-08T10:24:43.183943+0000 mgr.smithi156.dvayok (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-08T10:24:44.682 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:44 smithi156 bash[24915]: audit 2023-12-08T10:24:43.318177+0000 mon.smithi156 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:44.682 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:44 smithi156 bash[24915]: audit 2023-12-08T10:24:43.320769+0000 mon.smithi156 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:45.255 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFy702l1fWS2GlJl7bp+LArwS1MgMlisRNVVzLf3mLl0bqTl/L+dCmSNH+0I2hFmjLk8rLmtOgIEEJhAt5WQDNgPG80Ro9XXjlLluzVrjrjGwN6zRAxoNPkTjGjTheWub5pqQ1zPTgces1u+V6QNf23YZuY7jCgiUGeSPIVw6FCrV1PGSLhRvy5PaKkISEMHoT+Dsr4/iCsra43bsDsA6Wm+xI1kNeiLOEwXtafRNH0NLANjMOr088VapnduJqbdpJhIpc9+lhiw+cWm1aaWDUwHQirA+UnokFUvLhtjPxeS5sqjh9+G4cdJWmHpjqfocrx07DrI6tYtxuMgyyMWmQ6Ouqv5SvmmNRo0uMPRtLS9liINYPd2+RwiTw1ENHdr0lpaCvQt9t0d5ToIzoavd5GEaNrJSnEqNQ1B051uAlPtPE9P89oTaisR1Bibj4uE1wEHIM74sChMGNYV8zzn8wcrtJihkrHTT41SKG+/9zpz2tO7cZCxR+9GqgxaJR6EE= ceph-c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:24:45.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:45 smithi156 bash[24915]: audit 2023-12-08T10:24:45.252545+0000 mgr.smithi156.dvayok (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:45.960 INFO:teuthology.orchestra.run.smithi156.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:24:45.960 INFO:teuthology.orchestra.run.smithi156.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T10:24:45.961 INFO:teuthology.orchestra.run.smithi156.stderr:Adding host smithi156... 2023-12-08T10:24:47.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:47 smithi156 bash[24915]: audit 2023-12-08T10:24:47.237466+0000 mgr.smithi156.dvayok (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi156", "addr": "172.21.15.156", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:48.073 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Added host 'smithi156' with addr '172.21.15.156' 2023-12-08T10:24:48.990 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying mon service with default placement... 2023-12-08T10:24:49.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:49 smithi156 bash[24915]: audit 2023-12-08T10:24:48.070422+0000 mon.smithi156 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:49.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:49 smithi156 bash[24915]: cephadm 2023-12-08T10:24:48.071117+0000 mgr.smithi156.dvayok (mgr.14116) 10 : cephadm [INF] Added host smithi156 2023-12-08T10:24:49.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:49 smithi156 bash[24915]: audit 2023-12-08T10:24:48.105783+0000 mon.smithi156 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:50.864 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T10:24:51.722 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying mgr service with default placement... 2023-12-08T10:24:51.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:51 smithi156 bash[24915]: audit 2023-12-08T10:24:50.856053+0000 mgr.smithi156.dvayok (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:51.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:51 smithi156 bash[24915]: cephadm 2023-12-08T10:24:50.859203+0000 mgr.smithi156.dvayok (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T10:24:51.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:51 smithi156 bash[24915]: audit 2023-12-08T10:24:50.861809+0000 mon.smithi156 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:51.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:51 smithi156 bash[24915]: audit 2023-12-08T10:24:51.171831+0000 mon.smithi156 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:51.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:51 smithi156 bash[24915]: audit 2023-12-08T10:24:51.415915+0000 mon.smithi156 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:53.112 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T10:24:53.885 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying crash service with default placement... 2023-12-08T10:24:54.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:54 smithi156 bash[24915]: audit 2023-12-08T10:24:53.103572+0000 mgr.smithi156.dvayok (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:54.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:54 smithi156 bash[24915]: cephadm 2023-12-08T10:24:53.105744+0000 mgr.smithi156.dvayok (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T10:24:54.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:54 smithi156 bash[24915]: audit 2023-12-08T10:24:53.108780+0000 mon.smithi156 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:55.258 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T10:24:56.027 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying prometheus service with default placement... 2023-12-08T10:24:56.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:56 smithi156 bash[24915]: audit 2023-12-08T10:24:55.248144+0000 mgr.smithi156.dvayok (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:56.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:56 smithi156 bash[24915]: cephadm 2023-12-08T10:24:55.250496+0000 mgr.smithi156.dvayok (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T10:24:56.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:56 smithi156 bash[24915]: audit 2023-12-08T10:24:55.254723+0000 mon.smithi156 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:57.472 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T10:24:57.513 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:57 smithi156 bash[24915]: cluster 2023-12-08T10:24:56.094576+0000 mgr.smithi156.dvayok (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:24:57.513 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:57 smithi156 bash[24915]: audit 2023-12-08T10:24:56.793764+0000 mon.smithi156 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:58.183 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying grafana service with default placement... 2023-12-08T10:24:58.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:58 smithi156 bash[24915]: audit 2023-12-08T10:24:57.463404+0000 mgr.smithi156.dvayok (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:24:58.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:58 smithi156 bash[24915]: cephadm 2023-12-08T10:24:57.465605+0000 mgr.smithi156.dvayok (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T10:24:58.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:58 smithi156 bash[24915]: audit 2023-12-08T10:24:57.469006+0000 mon.smithi156 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:24:58.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:24:58 smithi156 bash[24915]: cluster 2023-12-08T10:24:58.095021+0000 mgr.smithi156.dvayok (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:24:59.615 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T10:25:00.367 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying node-exporter service with default placement... 2023-12-08T10:25:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:00 smithi156 bash[24915]: audit 2023-12-08T10:24:59.606559+0000 mgr.smithi156.dvayok (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:25:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:00 smithi156 bash[24915]: cephadm 2023-12-08T10:24:59.607662+0000 mgr.smithi156.dvayok (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T10:25:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:00 smithi156 bash[24915]: audit 2023-12-08T10:24:59.611993+0000 mon.smithi156 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:00 smithi156 bash[24915]: cluster 2023-12-08T10:25:00.095484+0000 mgr.smithi156.dvayok (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:02.345 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T10:25:03.316 INFO:teuthology.orchestra.run.smithi156.stderr:Deploying alertmanager service with default placement... 2023-12-08T10:25:03.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:03 smithi156 bash[24915]: cluster 2023-12-08T10:25:02.095810+0000 mgr.smithi156.dvayok (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:03.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:03 smithi156 bash[24915]: audit 2023-12-08T10:25:02.337372+0000 mgr.smithi156.dvayok (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:25:03.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:03 smithi156 bash[24915]: cephadm 2023-12-08T10:25:02.338427+0000 mgr.smithi156.dvayok (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T10:25:03.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:03 smithi156 bash[24915]: audit 2023-12-08T10:25:02.342741+0000 mon.smithi156 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:04.887 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T10:25:05.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:05 smithi156 bash[24915]: cluster 2023-12-08T10:25:04.096238+0000 mgr.smithi156.dvayok (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:05.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:05 smithi156 bash[24915]: audit 2023-12-08T10:25:04.883915+0000 mon.smithi156 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.156:0/3276564802' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:06.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:06 smithi156 bash[24915]: audit 2023-12-08T10:25:04.877252+0000 mgr.smithi156.dvayok (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:25:06.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:06 smithi156 bash[24915]: cephadm 2023-12-08T10:25:04.879451+0000 mgr.smithi156.dvayok (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T10:25:07.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:07 smithi156 bash[24915]: cluster 2023-12-08T10:25:06.096679+0000 mgr.smithi156.dvayok (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:07.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:07 smithi156 bash[24915]: audit 2023-12-08T10:25:07.084935+0000 mon.smithi156 (mon.0) 65 : audit [INF] from='client.? 172.21.15.156:0/918853687' entity='client.admin' 2023-12-08T10:25:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:09 smithi156 bash[24915]: cluster 2023-12-08T10:25:08.097143+0000 mgr.smithi156.dvayok (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:09 smithi156 bash[24915]: audit 2023-12-08T10:25:09.213397+0000 mon.smithi156 (mon.0) 66 : audit [INF] from='client.? 172.21.15.156:0/3091275463' entity='client.admin' 2023-12-08T10:25:09.946 INFO:teuthology.orchestra.run.smithi156.stderr:Enabling the dashboard module... 2023-12-08T10:25:10.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:10 smithi156 bash[24915]: cluster 2023-12-08T10:25:10.097609+0000 mgr.smithi156.dvayok (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:11.722 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:11 smithi156 bash[24915]: audit 2023-12-08T10:25:11.407050+0000 mon.smithi156 (mon.0) 67 : audit [INF] from='client.? 172.21.15.156:0/1902330773' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T10:25:12.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:12 smithi156 bash[24915]: audit 2023-12-08T10:25:11.458371+0000 mon.smithi156 (mon.0) 68 : audit [INF] from='client.? 172.21.15.156:0/1902330773' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T10:25:12.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:12 smithi156 bash[24915]: cluster 2023-12-08T10:25:11.458463+0000 mon.smithi156 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi156.dvayok(active, since 35s) 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "active_name": "smithi156.dvayok", 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:25:13.805 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:25:13.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:13 smithi156 bash[24915]: audit 2023-12-08T10:25:13.802309+0000 mon.smithi156 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.156:0/1090584757' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:25:14.475 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for the mgr to restart... 2023-12-08T10:25:14.475 INFO:teuthology.orchestra.run.smithi156.stderr:Waiting for mgr epoch 9... 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: cluster 2023-12-08T10:25:18.321351+0000 mon.smithi156 (mon.0) 71 : cluster [INF] Active manager daemon smithi156.dvayok restarted 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: cluster 2023-12-08T10:25:18.321788+0000 mon.smithi156 (mon.0) 72 : cluster [INF] Activating manager daemon smithi156.dvayok 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: cluster 2023-12-08T10:25:18.327878+0000 mon.smithi156 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: cluster 2023-12-08T10:25:18.328111+0000 mon.smithi156 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi156.dvayok(active, starting, since 0.00648565s) 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: audit 2023-12-08T10:25:18.330241+0000 mon.smithi156 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: audit 2023-12-08T10:25:18.331092+0000 mon.smithi156 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi156.dvayok", "id": "smithi156.dvayok"}]: dispatch 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: audit 2023-12-08T10:25:18.332215+0000 mon.smithi156 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: audit 2023-12-08T10:25:18.332430+0000 mon.smithi156 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: audit 2023-12-08T10:25:18.332593+0000 mon.smithi156 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:25:18.590 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:18 smithi156 bash[24915]: cluster 2023-12-08T10:25:18.336469+0000 mon.smithi156 (mon.0) 80 : cluster [INF] Manager daemon smithi156.dvayok is now available 2023-12-08T10:25:19.351 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: { 2023-12-08T10:25:19.351 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T10:25:19.351 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:25:19.352 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: } 2023-12-08T10:25:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:19 smithi156 bash[24915]: audit 2023-12-08T10:25:18.474549+0000 mon.smithi156 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:25:19.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:19 smithi156 bash[24915]: audit 2023-12-08T10:25:18.477486+0000 mon.smithi156 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:25:19.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:19 smithi156 bash[24915]: audit 2023-12-08T10:25:18.518521+0000 mon.smithi156 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:25:19.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:19 smithi156 bash[24915]: audit 2023-12-08T10:25:18.524003+0000 mon.smithi156 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/trash_purge_schedule"}]: dispatch 2023-12-08T10:25:19.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:19 smithi156 bash[24915]: cluster 2023-12-08T10:25:19.332899+0000 mon.smithi156 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi156.dvayok(active, since 1.01127s) 2023-12-08T10:25:20.218 INFO:teuthology.orchestra.run.smithi156.stderr:mgr epoch 9 is available 2023-12-08T10:25:20.218 INFO:teuthology.orchestra.run.smithi156.stderr:Generating a dashboard self-signed certificate... 2023-12-08T10:25:20.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:20 smithi156 bash[24915]: audit 2023-12-08T10:25:19.331727+0000 mgr.smithi156.dvayok (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:25:20.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:20 smithi156 bash[24915]: audit 2023-12-08T10:25:19.348237+0000 mgr.smithi156.dvayok (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:25:21.647 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T10:25:21.731 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:21 smithi156 bash[24915]: cluster 2023-12-08T10:25:20.449099+0000 mon.smithi156 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi156.dvayok(active, since 2s) 2023-12-08T10:25:22.417 INFO:teuthology.orchestra.run.smithi156.stderr:Creating initial admin user... 2023-12-08T10:25:22.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:22 smithi156 bash[24915]: audit 2023-12-08T10:25:21.574813+0000 mgr.smithi156.dvayok (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:25:22.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:22 smithi156 bash[24915]: audit 2023-12-08T10:25:21.639379+0000 mon.smithi156 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:22.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:22 smithi156 bash[24915]: audit 2023-12-08T10:25:21.643848+0000 mon.smithi156 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:24.227 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cAO2s.mpdHHGqej25rekl.7638DR0y7jKzYGdHpbxBAQFNqcahL4u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702031124, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T10:25:24.952 INFO:teuthology.orchestra.run.smithi156.stderr:Fetching dashboard port number... 2023-12-08T10:25:25.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:25 smithi156 bash[24915]: audit 2023-12-08T10:25:23.984772+0000 mgr.smithi156.dvayok (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-08T10:25:25.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:25 smithi156 bash[24915]: audit 2023-12-08T10:25:24.223878+0000 mon.smithi156 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:26.296 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: 8443 2023-12-08T10:25:26.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:26 smithi156 bash[24915]: cluster 2023-12-08T10:25:25.224927+0000 mon.smithi156 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi156.dvayok(active, since 6s) 2023-12-08T10:25:26.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:26 smithi156 bash[24915]: audit 2023-12-08T10:25:25.692610+0000 mon.smithi156 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:27.019 INFO:teuthology.orchestra.run.smithi156.stderr:firewalld does not appear to be present 2023-12-08T10:25:27.019 INFO:teuthology.orchestra.run.smithi156.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr:Ceph Dashboard is now available at: 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr: URL: https://smithi156.front.sepia.ceph.com:8443/ 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr: User: admin 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr: Password: 4dc23v1w6i 2023-12-08T10:25:27.022 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:27.023 INFO:teuthology.orchestra.run.smithi156.stderr:Enabling autotune for osd_memory_target 2023-12-08T10:25:27.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:27 smithi156 bash[24915]: audit 2023-12-08T10:25:26.294115+0000 mon.smithi156 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.156:0/1913034641' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T10:25:31.045 INFO:teuthology.orchestra.run.smithi156.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T10:25:32.045 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: ceph telemetry on 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr:For more information see: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T10:25:32.046 INFO:teuthology.orchestra.run.smithi156.stderr:Bootstrap complete. 2023-12-08T10:25:32.084 INFO:tasks.cephadm:Fetching config... 2023-12-08T10:25:32.084 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:25:32.084 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T10:25:32.089 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T10:25:32.089 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:25:32.090 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T10:25:32.146 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T10:25:32.146 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:25:32.146 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/keyring of=/dev/stdout 2023-12-08T10:25:32.203 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T10:25:32.203 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:25:32.203 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T10:25:32.256 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T10:25:32.257 DEBUG:teuthology.orchestra.run.smithi156:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFy702l1fWS2GlJl7bp+LArwS1MgMlisRNVVzLf3mLl0bqTl/L+dCmSNH+0I2hFmjLk8rLmtOgIEEJhAt5WQDNgPG80Ro9XXjlLluzVrjrjGwN6zRAxoNPkTjGjTheWub5pqQ1zPTgces1u+V6QNf23YZuY7jCgiUGeSPIVw6FCrV1PGSLhRvy5PaKkISEMHoT+Dsr4/iCsra43bsDsA6Wm+xI1kNeiLOEwXtafRNH0NLANjMOr088VapnduJqbdpJhIpc9+lhiw+cWm1aaWDUwHQirA+UnokFUvLhtjPxeS5sqjh9+G4cdJWmHpjqfocrx07DrI6tYtxuMgyyMWmQ6Ouqv5SvmmNRo0uMPRtLS9liINYPd2+RwiTw1ENHdr0lpaCvQt9t0d5ToIzoavd5GEaNrJSnEqNQ1B051uAlPtPE9P89oTaisR1Bibj4uE1wEHIM74sChMGNYV8zzn8wcrtJihkrHTT41SKG+/9zpz2tO7cZCxR+9GqgxaJR6EE= ceph-c9503658-95b3-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:25:32.315 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:32 smithi156 bash[24915]: audit 2023-12-08T10:25:31.040031+0000 mon.smithi156 (mon.0) 93 : audit [INF] from='client.? 172.21.15.156:0/4051392603' entity='client.admin' 2023-12-08T10:25:32.324 INFO:teuthology.orchestra.run.smithi156.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFy702l1fWS2GlJl7bp+LArwS1MgMlisRNVVzLf3mLl0bqTl/L+dCmSNH+0I2hFmjLk8rLmtOgIEEJhAt5WQDNgPG80Ro9XXjlLluzVrjrjGwN6zRAxoNPkTjGjTheWub5pqQ1zPTgces1u+V6QNf23YZuY7jCgiUGeSPIVw6FCrV1PGSLhRvy5PaKkISEMHoT+Dsr4/iCsra43bsDsA6Wm+xI1kNeiLOEwXtafRNH0NLANjMOr088VapnduJqbdpJhIpc9+lhiw+cWm1aaWDUwHQirA+UnokFUvLhtjPxeS5sqjh9+G4cdJWmHpjqfocrx07DrI6tYtxuMgyyMWmQ6Ouqv5SvmmNRo0uMPRtLS9liINYPd2+RwiTw1ENHdr0lpaCvQt9t0d5ToIzoavd5GEaNrJSnEqNQ1B051uAlPtPE9P89oTaisR1Bibj4uE1wEHIM74sChMGNYV8zzn8wcrtJihkrHTT41SKG+/9zpz2tO7cZCxR+9GqgxaJR6EE= ceph-c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:25:32.333 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFy702l1fWS2GlJl7bp+LArwS1MgMlisRNVVzLf3mLl0bqTl/L+dCmSNH+0I2hFmjLk8rLmtOgIEEJhAt5WQDNgPG80Ro9XXjlLluzVrjrjGwN6zRAxoNPkTjGjTheWub5pqQ1zPTgces1u+V6QNf23YZuY7jCgiUGeSPIVw6FCrV1PGSLhRvy5PaKkISEMHoT+Dsr4/iCsra43bsDsA6Wm+xI1kNeiLOEwXtafRNH0NLANjMOr088VapnduJqbdpJhIpc9+lhiw+cWm1aaWDUwHQirA+UnokFUvLhtjPxeS5sqjh9+G4cdJWmHpjqfocrx07DrI6tYtxuMgyyMWmQ6Ouqv5SvmmNRo0uMPRtLS9liINYPd2+RwiTw1ENHdr0lpaCvQt9t0d5ToIzoavd5GEaNrJSnEqNQ1B051uAlPtPE9P89oTaisR1Bibj4uE1wEHIM74sChMGNYV8zzn8wcrtJihkrHTT41SKG+/9zpz2tO7cZCxR+9GqgxaJR6EE= ceph-c9503658-95b3-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:25:32.358 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFy702l1fWS2GlJl7bp+LArwS1MgMlisRNVVzLf3mLl0bqTl/L+dCmSNH+0I2hFmjLk8rLmtOgIEEJhAt5WQDNgPG80Ro9XXjlLluzVrjrjGwN6zRAxoNPkTjGjTheWub5pqQ1zPTgces1u+V6QNf23YZuY7jCgiUGeSPIVw6FCrV1PGSLhRvy5PaKkISEMHoT+Dsr4/iCsra43bsDsA6Wm+xI1kNeiLOEwXtafRNH0NLANjMOr088VapnduJqbdpJhIpc9+lhiw+cWm1aaWDUwHQirA+UnokFUvLhtjPxeS5sqjh9+G4cdJWmHpjqfocrx07DrI6tYtxuMgyyMWmQ6Ouqv5SvmmNRo0uMPRtLS9liINYPd2+RwiTw1ENHdr0lpaCvQt9t0d5ToIzoavd5GEaNrJSnEqNQ1B051uAlPtPE9P89oTaisR1Bibj4uE1wEHIM74sChMGNYV8zzn8wcrtJihkrHTT41SKG+/9zpz2tO7cZCxR+9GqgxaJR6EE= ceph-c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:25:32.367 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T10:25:37.566 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T10:25:37.566 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T10:25:37.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:37 smithi156 bash[24915]: audit 2023-12-08T10:25:36.531306+0000 mon.smithi156 (mon.0) 94 : audit [INF] from='client.? 172.21.15.156:0/1429157953' entity='client.admin' 2023-12-08T10:25:38.810 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:38 smithi156 bash[24915]: cluster 2023-12-08T10:25:38.334011+0000 mgr.smithi156.dvayok (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:41.604 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:41 smithi156 bash[24915]: cluster 2023-12-08T10:25:40.334486+0000 mgr.smithi156.dvayok (mgr.14156) 6 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:41.604 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:41 smithi156 bash[24915]: audit 2023-12-08T10:25:40.348857+0000 mon.smithi156 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:41.605 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:41 smithi156 bash[24915]: audit 2023-12-08T10:25:40.651068+0000 mon.smithi156 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:25:41.605 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:41 smithi156 bash[24915]: audit 2023-12-08T10:25:40.657570+0000 mon.smithi156 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:41.605 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:41 smithi156 bash[24915]: audit 2023-12-08T10:25:41.242458+0000 mon.smithi156 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:42.302 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-12-08T10:25:42.303 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:25:42.303 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-12-08T10:25:42.310 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:25:42.311 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:25:42.361 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-12-08T10:25:42.361 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch host add smithi194 2023-12-08T10:25:42.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:42 smithi156 bash[24915]: cephadm 2023-12-08T10:25:40.678328+0000 mgr.smithi156.dvayok (mgr.14156) 7 : cephadm [INF] Deploying daemon alertmanager.smithi156 on smithi156 2023-12-08T10:25:42.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:42 smithi156 bash[24915]: audit 2023-12-08T10:25:41.237312+0000 mgr.smithi156.dvayok (mgr.14156) 8 : 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-08T10:25:43.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:43 smithi156 bash[24915]: cluster 2023-12-08T10:25:42.334947+0000 mgr.smithi156.dvayok (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:45.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:45 smithi156 bash[24915]: cluster 2023-12-08T10:25:44.335443+0000 mgr.smithi156.dvayok (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:47.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:47 smithi156 bash[24915]: cluster 2023-12-08T10:25:46.336020+0000 mgr.smithi156.dvayok (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:49.764 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:49 smithi156 bash[24915]: cluster 2023-12-08T10:25:48.336492+0000 mgr.smithi156.dvayok (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:49.764 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:49 smithi156 bash[24915]: audit 2023-12-08T10:25:49.447906+0000 mon.smithi156 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:49.765 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:49 smithi156 bash[24915]: audit 2023-12-08T10:25:49.452336+0000 mon.smithi156 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:25:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:50 smithi156 bash[24915]: audit 2023-12-08T10:25:49.454877+0000 mon.smithi156 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:25:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:50 smithi156 bash[24915]: audit 2023-12-08T10:25:49.457764+0000 mon.smithi156 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:25:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:50 smithi156 bash[24915]: cephadm 2023-12-08T10:25:49.458665+0000 mgr.smithi156.dvayok (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi156 on smithi156 2023-12-08T10:25:51.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:51 smithi156 bash[24915]: cluster 2023-12-08T10:25:50.336975+0000 mgr.smithi156.dvayok (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:53.350 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.233297+0000 mon.smithi156 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:53.350 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.290698+0000 mon.smithi156 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.292857+0000 mon.smithi156 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.295582+0000 mon.smithi156 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.296487+0000 mgr.smithi156.dvayok (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: audit 2023-12-08T10:25:52.299814+0000 mon.smithi156 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: cephadm 2023-12-08T10:25:52.305993+0000 mgr.smithi156.dvayok (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi156 on smithi156 2023-12-08T10:25:53.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:53 smithi156 bash[24915]: cluster 2023-12-08T10:25:52.337493+0000 mgr.smithi156.dvayok (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:54.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:54 smithi156 bash[24915]: audit 2023-12-08T10:25:53.514879+0000 mon.smithi156 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:25:55.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:55 smithi156 bash[24915]: cluster 2023-12-08T10:25:54.337837+0000 mgr.smithi156.dvayok (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:56.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:56 smithi156 bash[24915]: cluster 2023-12-08T10:25:56.338201+0000 mgr.smithi156.dvayok (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:25:59.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:25:59 smithi156 bash[24915]: cluster 2023-12-08T10:25:58.338513+0000 mgr.smithi156.dvayok (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:01.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:01 smithi156 bash[24915]: cluster 2023-12-08T10:26:00.338885+0000 mgr.smithi156.dvayok (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:03.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:03 smithi156 bash[24915]: cluster 2023-12-08T10:26:02.339179+0000 mgr.smithi156.dvayok (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:05 smithi156 bash[24915]: cluster 2023-12-08T10:26:04.339608+0000 mgr.smithi156.dvayok (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:07.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:07 smithi156 bash[24915]: cluster 2023-12-08T10:26:06.340110+0000 mgr.smithi156.dvayok (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:09.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:09 smithi156 bash[24915]: cluster 2023-12-08T10:26:08.340518+0000 mgr.smithi156.dvayok (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:11.688 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:11 smithi156 bash[24915]: cluster 2023-12-08T10:26:10.340983+0000 mgr.smithi156.dvayok (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:13.690 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:13 smithi156 bash[24915]: cluster 2023-12-08T10:26:12.341390+0000 mgr.smithi156.dvayok (mgr.14156) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:13.690 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:13 smithi156 bash[24915]: audit 2023-12-08T10:26:12.667522+0000 mon.smithi156 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:13.690 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:13 smithi156 bash[24915]: audit 2023-12-08T10:26:13.372787+0000 mon.smithi156 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:13.690 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:13 smithi156 bash[24915]: audit 2023-12-08T10:26:13.375883+0000 mon.smithi156 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T10:26:14.586 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:14 smithi156 bash[24915]: cephadm 2023-12-08T10:26:12.672423+0000 mgr.smithi156.dvayok (mgr.14156) 28 : cephadm [INF] Deploying daemon node-exporter.smithi156 on smithi156 2023-12-08T10:26:14.587 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:14 smithi156 bash[24915]: audit 2023-12-08T10:26:13.523158+0000 mon.smithi156 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:14.587 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:14 smithi156 bash[24915]: audit 2023-12-08T10:26:14.373809+0000 mon.smithi156 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.156:0/2291336500' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T10:26:14.587 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:14 smithi156 bash[24915]: cluster 2023-12-08T10:26:14.373882+0000 mon.smithi156 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi156.dvayok(active, since 56s) 2023-12-08T10:26:21.386 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: cluster 2023-12-08T10:26:21.144893+0000 mon.smithi156 (mon.0) 115 : cluster [INF] Active manager daemon smithi156.dvayok restarted 2023-12-08T10:26:21.386 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: cluster 2023-12-08T10:26:21.145170+0000 mon.smithi156 (mon.0) 116 : cluster [INF] Activating manager daemon smithi156.dvayok 2023-12-08T10:26:21.386 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: cluster 2023-12-08T10:26:21.150243+0000 mon.smithi156 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: cluster 2023-12-08T10:26:21.150465+0000 mon.smithi156 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi156.dvayok(active, starting, since 0.00537578s) 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: audit 2023-12-08T10:26:21.151743+0000 mon.smithi156 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: audit 2023-12-08T10:26:21.152789+0000 mon.smithi156 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi156.dvayok", "id": "smithi156.dvayok"}]: dispatch 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: audit 2023-12-08T10:26:21.153876+0000 mon.smithi156 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: audit 2023-12-08T10:26:21.154092+0000 mon.smithi156 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: audit 2023-12-08T10:26:21.154253+0000 mon.smithi156 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:26:21.387 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:21 smithi156 bash[24915]: cluster 2023-12-08T10:26:21.178140+0000 mon.smithi156 (mon.0) 124 : cluster [INF] Manager daemon smithi156.dvayok is now available 2023-12-08T10:26:22.445 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: audit 2023-12-08T10:26:21.318175+0000 mon.smithi156 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:26:22.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: audit 2023-12-08T10:26:21.320237+0000 mon.smithi156 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:26:22.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: audit 2023-12-08T10:26:21.343154+0000 mon.smithi156 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:22.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: audit 2023-12-08T10:26:21.366781+0000 mon.smithi156 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:26:22.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: audit 2023-12-08T10:26:21.373327+0000 mon.smithi156 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi156.dvayok/trash_purge_schedule"}]: dispatch 2023-12-08T10:26:22.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:22 smithi156 bash[24915]: cluster 2023-12-08T10:26:22.150695+0000 mon.smithi156 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi156.dvayok(active, since 1.00561s) 2023-12-08T10:26:24.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:24 smithi156 bash[24915]: cluster 2023-12-08T10:26:23.201609+0000 mon.smithi156 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi156.dvayok(active, since 2s) 2023-12-08T10:26:28.006 INFO:teuthology.orchestra.run.smithi194.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.112857+0000 mon.smithi156 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.375213+0000 mon.smithi156 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.376931+0000 mon.smithi156 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.378256+0000 mon.smithi156 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: cephadm 2023-12-08T10:26:27.380062+0000 mgr.smithi156.dvayok (mgr.14180) 2 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: cephadm 2023-12-08T10:26:27.423747+0000 mgr.smithi156.dvayok (mgr.14180) 3 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:26:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.485965+0000 mon.smithi156 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:28.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:27.490470+0000 mon.smithi156 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:28.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:28 smithi156 bash[24915]: audit 2023-12-08T10:26:28.002355+0000 mon.smithi156 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:28.784 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T10:26:29.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:29 smithi156 bash[24915]: cephadm 2023-12-08T10:26:27.512649+0000 mgr.smithi156.dvayok (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi156 on smithi156 2023-12-08T10:26:29.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:29 smithi156 bash[24915]: cephadm 2023-12-08T10:26:28.003007+0000 mgr.smithi156.dvayok (mgr.14180) 5 : cephadm [INF] Added host smithi194 2023-12-08T10:26:31.598 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:26:31.598 INFO:teuthology.orchestra.run.smithi194.stdout:[{"addr": "172.21.15.156", "hostname": "smithi156", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-12-08T10:26:32.179 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T10:26:32.179 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T10:26:32.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:32 smithi156 bash[24915]: audit 2023-12-08T10:26:31.595093+0000 mgr.smithi156.dvayok (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:26:38.572 INFO:teuthology.orchestra.run.smithi156.stderr:adjusted tunables profile to default 2023-12-08T10:26:38.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:38 smithi156 bash[24915]: audit 2023-12-08T10:26:38.511752+0000 mon.smithi156 (mon.0) 139 : audit [INF] from='client.? 172.21.15.156:0/2922030689' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T10:26:39.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:39 smithi156 bash[24915]: audit 2023-12-08T10:26:38.566860+0000 mon.smithi156 (mon.0) 140 : audit [INF] from='client.? 172.21.15.156:0/2922030689' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T10:26:39.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:39 smithi156 bash[24915]: cluster 2023-12-08T10:26:38.566968+0000 mon.smithi156 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:26:40.102 INFO:tasks.cephadm:Adding mon.smithi156 on smithi156 2023-12-08T10:26:40.102 INFO:tasks.cephadm:Adding mon.smithi194 on smithi194 2023-12-08T10:26:40.102 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi156:172.21.15.156=smithi156;smithi194:172.21.15.194=smithi194' 2023-12-08T10:26:42.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:42 smithi156 bash[24915]: cluster 2023-12-08T10:26:41.155674+0000 mgr.smithi156.dvayok (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:42.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:42 smithi156 bash[24915]: audit 2023-12-08T10:26:41.886683+0000 mon.smithi156 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:42.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:42 smithi156 bash[24915]: audit 2023-12-08T10:26:41.888471+0000 mon.smithi156 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:26:42.785 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-12-08T10:26:43.471 DEBUG:teuthology.orchestra.run.smithi194:mon.smithi194> sudo journalctl -f -n 0 -u ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi194.service 2023-12-08T10:26:43.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:26:43.473 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:26:43.676 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-08T10:26:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:43 smithi156 bash[24915]: audit 2023-12-08T10:26:42.401056+0000 mon.smithi156 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:43 smithi156 bash[24915]: audit 2023-12-08T10:26:42.782623+0000 mon.smithi156 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:44.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:44 smithi156 bash[24915]: audit 2023-12-08T10:26:42.772914+0000 mgr.smithi156.dvayok (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi156:172.21.15.156=smithi156;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:26:44.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:44 smithi156 bash[24915]: cephadm 2023-12-08T10:26:42.778982+0000 mgr.smithi156.dvayok (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi156:172.21.15.156=smithi156;smithi194:172.21.15.194=smithi194;count:2 2023-12-08T10:26:44.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:44 smithi156 bash[24915]: cluster 2023-12-08T10:26:43.156217+0000 mgr.smithi156.dvayok (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:45.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:45 smithi156 bash[24915]: audit 2023-12-08T10:26:44.448837+0000 mon.smithi156 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:45.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:45 smithi156 bash[24915]: cluster 2023-12-08T10:26:45.156715+0000 mgr.smithi156.dvayok (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:46.450 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:26:46.451 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:24:03.706612Z","created":"2023-12-08T10:24:03.706612Z","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":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:26:46.454 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-08T10:26:47.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:47 smithi156 bash[24915]: audit 2023-12-08T10:26:46.348314+0000 mon.smithi156 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:47.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:47 smithi156 bash[24915]: audit 2023-12-08T10:26:46.448045+0000 mon.smithi156 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.194:0/3364094169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:26:48.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:26:48.348 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:26:48.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:48 smithi156 bash[24915]: cluster 2023-12-08T10:26:47.157110+0000 mgr.smithi156.dvayok (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:48.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:48 smithi156 bash[24915]: audit 2023-12-08T10:26:47.664817+0000 mon.smithi156 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:50.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:50 smithi156 bash[24915]: cluster 2023-12-08T10:26:49.157572+0000 mgr.smithi156.dvayok (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:52.198 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:26:52.199 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:24:03.706612Z","created":"2023-12-08T10:24:03.706612Z","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":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:26:52.202 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: cluster 2023-12-08T10:26:51.158003+0000 mgr.smithi156.dvayok (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:51.889975+0000 mon.smithi156 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.196013+0000 mon.smithi156 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.194:0/2035440984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.205468+0000 mon.smithi156 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.206855+0000 mon.smithi156 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.208544+0000 mon.smithi156 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.209926+0000 mon.smithi156 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.256936+0000 mon.smithi156 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.262204+0000 mon.smithi156 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.265624+0000 mon.smithi156 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.268007+0000 mon.smithi156 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:26:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:52 smithi156 bash[24915]: audit 2023-12-08T10:26:52.269342+0000 mon.smithi156 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:53.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:53 smithi156 bash[24915]: cephadm 2023-12-08T10:26:52.212078+0000 mgr.smithi156.dvayok (mgr.14180) 15 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-08T10:26:53.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:53 smithi156 bash[24915]: cephadm 2023-12-08T10:26:52.235442+0000 mgr.smithi156.dvayok (mgr.14180) 16 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:26:53.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:53 smithi156 bash[24915]: cephadm 2023-12-08T10:26:52.270641+0000 mgr.smithi156.dvayok (mgr.14180) 17 : cephadm [INF] Deploying daemon crash.smithi194 on smithi194 2023-12-08T10:26:54.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:26:54.227 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:26:54.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:54 smithi156 bash[24915]: cluster 2023-12-08T10:26:53.158493+0000 mgr.smithi156.dvayok (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: cluster 2023-12-08T10:26:55.158978+0000 mgr.smithi156.dvayok (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:55.432529+0000 mon.smithi156 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:55.436739+0000 mon.smithi156 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.sgucxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:55.439616+0000 mon.smithi156 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.sgucxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:55.440790+0000 mon.smithi156 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:55.442139+0000 mon.smithi156 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:56 smithi156 bash[24915]: audit 2023-12-08T10:26:56.355994+0000 mon.smithi156 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:57.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:57 smithi156 bash[24915]: cephadm 2023-12-08T10:26:55.443015+0000 mgr.smithi156.dvayok (mgr.14180) 20 : cephadm [INF] Deploying daemon mgr.smithi194.sgucxw on smithi194 2023-12-08T10:26:58.509 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:26:58.509 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:24:03.706612Z","created":"2023-12-08T10:24:03.706612Z","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":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:26:58.512 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-08T10:26:58.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:58 smithi156 bash[24915]: cluster 2023-12-08T10:26:57.159400+0000 mgr.smithi156.dvayok (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:26:59.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: audit 2023-12-08T10:26:58.506488+0000 mon.smithi156 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.194:0/4118525037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:26:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: audit 2023-12-08T10:26:59.044550+0000 mon.smithi156 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:26:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: audit 2023-12-08T10:26:59.047962+0000 mon.smithi156 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:26:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: audit 2023-12-08T10:26:59.049237+0000 mon.smithi156 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: cephadm 2023-12-08T10:26:59.050267+0000 mgr.smithi156.dvayok (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi194 on smithi194 2023-12-08T10:26:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:26:59 smithi156 bash[24915]: cluster 2023-12-08T10:26:59.159744+0000 mgr.smithi156.dvayok (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:00.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:27:00.285 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:27:02.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:02 smithi156 bash[24915]: cluster 2023-12-08T10:27:01.160115+0000 mgr.smithi156.dvayok (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:02.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:02 smithi156 bash[24915]: audit 2023-12-08T10:27:01.362608+0000 mon.smithi156 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:04.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:04 smithi156 bash[24915]: cluster 2023-12-08T10:27:03.160558+0000 mgr.smithi156.dvayok (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:05.488 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:27:05.488 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:24:03.706612Z","created":"2023-12-08T10:24:03.706612Z","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":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:27:05.491 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-08T10:27:05.607 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:05 smithi194 systemd[1]: Started Ceph mon.smithi194 for c9503658-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: cluster 2023-12-08T10:27:05.161029+0000 mgr.smithi156.dvayok (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: audit 2023-12-08T10:27:05.381278+0000 mon.smithi156 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: cephadm 2023-12-08T10:27:05.384238+0000 mgr.smithi156.dvayok (mgr.14180) 27 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: audit 2023-12-08T10:27:05.486125+0000 mon.smithi156 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.194:0/2920133455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: audit 2023-12-08T10:27:06.124522+0000 mon.smithi156 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: audit 2023-12-08T10:27:06.128105+0000 mon.smithi156 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:06 smithi156 bash[24915]: audit 2023-12-08T10:27:06.369847+0000 mon.smithi156 (mon.0) 176 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:07.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.241+0000 7f6bbdc9f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.241+0000 7f6bbdc9f880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.241+0000 7f6bbdc9f880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.245+0000 7f6bbdc9f880 0 load: jerasure load: lrc load: isa 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: DB SUMMARY 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi194/store.db dir, Total Num: 0, files: 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi194/store.db: 000003.log size: 511 ; 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:27:07.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.env: 0x5584ae3c2080 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.info_log: 0x5584aff02520 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:27:07.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi194/store.db 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:27:07.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.write_buffer_manager: 0x5584b0bf6420 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:27:07.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.row_cache: None 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:27:07.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:27:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:27:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi194/store.db/MANIFEST-000001 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.merge_operator: 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5584afea5d28) 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: cache_index_and_filter_blocks: 1 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: pin_top_level_index_and_filter: 1 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: index_type: 0 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: data_block_index_type: 0 2023-12-08T10:27:07.575 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: index_shortening: 1 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: hash_index_allow_collision: 1 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: checksum: 1 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: no_block_cache: 0 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_cache: 0x5584afedcf10 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_cache_name: BinnedLRUCache 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_cache_options: 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: capacity : 536870912 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: num_shard_bits : 4 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: strict_capacity_limit : 0 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: high_pri_pool_ratio: 0.000 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_cache_compressed: (nil) 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: persistent_cache: (nil) 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_size: 4096 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_size_deviation: 10 2023-12-08T10:27:07.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_restart_interval: 16 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: index_block_restart_interval: 1 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: metadata_block_size: 4096 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: partition_filters: 0 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: use_delta_encoding: 1 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: whole_key_filtering: 1 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: verify_compression: 0 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: read_amp_bytes_per_bit: 0 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: format_version: 2 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: enable_index_compression: 1 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: block_align: 0 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:27:07.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:27:07.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:27:07.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:27:07.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:27:07.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi194/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-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031227251976, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 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-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031227252510, "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": 1702031227, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031227252966, "job": 1, "event": "recovery_finished"} 2023-12-08T10:27:07.582 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 4 rocksdb: DB pointer 0x5584affa5800 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6ba4aa5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6ba4aa5700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** DB Stats ** 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** Compaction Stats [default] ** 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** Compaction Stats [default] ** 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:27:07.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** Compaction Stats [default] ** 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** Compaction Stats [default] ** 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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.8 0.00 0.00 1 0.000 0 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:27:07.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 0 mon.smithi194 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.249+0000 7f6bbdc9f880 0 using public_addr v2:172.21.15.194:0/0 -> [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.253+0000 7f6bbdc9f880 0 starting mon.smithi194 rank -1 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi194 fsid c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.253+0000 7f6bbdc9f880 1 mon.smithi194@-1(???) e0 preinit fsid c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).mds e1 new map 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).mds e1 print_map 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: e1 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 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-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: legacy client fscid: -1 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: 2023-12-08T10:27:07.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: No filesystems configured 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.293+0000 7f6ba72aa700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: cluster 2023-12-08T10:27:05.161029+0000 mgr.smithi156.dvayok (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: audit 2023-12-08T10:27:05.381278+0000 mon.smithi156 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: cephadm 2023-12-08T10:27:05.384238+0000 mgr.smithi156.dvayok (mgr.14180) 27 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: audit 2023-12-08T10:27:05.486125+0000 mon.smithi156 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.194:0/2920133455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:27:07.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: audit 2023-12-08T10:27:06.124522+0000 mon.smithi156 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:07.588 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: audit 2023-12-08T10:27:06.128105+0000 mon.smithi156 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:07.588 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: audit 2023-12-08T10:27:06.369847+0000 mon.smithi156 (mon.0) 176 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:07.588 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:07 smithi194 bash[28991]: debug 2023-12-08T10:27:07.297+0000 7f6ba72aa700 1 mon.smithi194@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T10:27:08.038 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:27:08.038 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:27:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:07.161444+0000 mgr.smithi156.dvayok (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:07.303750+0000 mon.smithi156 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:07.307944+0000 mon.smithi156 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:27:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:07.308197+0000 mon.smithi156 (mon.0) 184 : cluster [INF] mon.smithi156 calling monitor election 2023-12-08T10:27:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:07.328558+0000 mon.smithi156 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:08.303110+0000 mon.smithi156 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:09.161894+0000 mgr.smithi156.dvayok (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:09.303223+0000 mon.smithi156 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:09.305833+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:10.303633+0000 mon.smithi156 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:11.162275+0000 mgr.smithi156.dvayok (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:11.303629+0000 mon.smithi156 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.303830+0000 mon.smithi156 (mon.0) 190 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.351473+0000 mon.smithi156 (mon.0) 191 : cluster [INF] mon.smithi156 is new leader, mons smithi156,smithi194 in quorum (ranks 0,1) 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.361004+0000 mon.smithi156 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.380232+0000 mon.smithi156 (mon.0) 193 : cluster [DBG] fsmap 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.380330+0000 mon.smithi156 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:27:12.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.380820+0000 mon.smithi156 (mon.0) 195 : cluster [DBG] mgrmap e17: smithi156.dvayok(active, since 51s) 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.381462+0000 mon.smithi156 (mon.0) 196 : cluster [DBG] Standby manager daemon smithi194.sgucxw started 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.387444+0000 mon.smithi156 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.391717+0000 mon.smithi156 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.393183+0000 mon.smithi156 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.394691+0000 mon.smithi156 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.427221+0000 mon.smithi156 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:12 smithi156 bash[24915]: audit 2023-12-08T10:27:12.430862+0000 mon.smithi156 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:07.161444+0000 mgr.smithi156.dvayok (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:07.303750+0000 mon.smithi156 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:07.307944+0000 mon.smithi156 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:07.308197+0000 mon.smithi156 (mon.0) 184 : cluster [INF] mon.smithi156 calling monitor election 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:07.328558+0000 mon.smithi156 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:08.303110+0000 mon.smithi156 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:09.161894+0000 mgr.smithi156.dvayok (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:09.303223+0000 mon.smithi156 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:09.305833+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:10.303633+0000 mon.smithi156 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:11.162275+0000 mgr.smithi156.dvayok (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:11.303629+0000 mon.smithi156 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.303830+0000 mon.smithi156 (mon.0) 190 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.351473+0000 mon.smithi156 (mon.0) 191 : cluster [INF] mon.smithi156 is new leader, mons smithi156,smithi194 in quorum (ranks 0,1) 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.361004+0000 mon.smithi156 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.380232+0000 mon.smithi156 (mon.0) 193 : cluster [DBG] fsmap 2023-12-08T10:27:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.380330+0000 mon.smithi156 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.380820+0000 mon.smithi156 (mon.0) 195 : cluster [DBG] mgrmap e17: smithi156.dvayok(active, since 51s) 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.381462+0000 mon.smithi156 (mon.0) 196 : cluster [DBG] Standby manager daemon smithi194.sgucxw started 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.387444+0000 mon.smithi156 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.391717+0000 mon.smithi156 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.393183+0000 mon.smithi156 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.394691+0000 mon.smithi156 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.427221+0000 mon.smithi156 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:12 smithi194 bash[28991]: audit 2023-12-08T10:27:12.430862+0000 mon.smithi156 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:12.856 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-08T10:27:12.856 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:27:07.303233Z","created":"2023-12-08T10:24:03.706612Z","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":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi194","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T10:27:12.859 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2023-12-08T10:27:13.618 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T10:27:13.618 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cephadm 2023-12-08T10:27:12.396732+0000 mgr.smithi156.dvayok (mgr.14180) 31 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cephadm 2023-12-08T10:27:12.397249+0000 mgr.smithi156.dvayok (mgr.14180) 32 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cluster 2023-12-08T10:27:12.438970+0000 mon.smithi156 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi156.dvayok(active, since 51s), standbys: smithi194.sgucxw 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.439726+0000 mon.smithi156 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi194.sgucxw", "id": "smithi194.sgucxw"}]: dispatch 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.444958+0000 mon.smithi156 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cephadm 2023-12-08T10:27:12.450167+0000 mgr.smithi156.dvayok (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi156 (unknown last config time)... 2023-12-08T10:27:13.732 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.450579+0000 mon.smithi156 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.451638+0000 mon.smithi156 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.452771+0000 mon.smithi156 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cephadm 2023-12-08T10:27:12.453814+0000 mgr.smithi156.dvayok (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:12.853578+0000 mon.smithi156 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.194:0/434494372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: cluster 2023-12-08T10:27:13.162705+0000 mgr.smithi156.dvayok (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:13.733 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:13 smithi156 bash[24915]: audit 2023-12-08T10:27:13.303707+0000 mon.smithi156 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cephadm 2023-12-08T10:27:12.396732+0000 mgr.smithi156.dvayok (mgr.14180) 31 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-08T10:27:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cephadm 2023-12-08T10:27:12.397249+0000 mgr.smithi156.dvayok (mgr.14180) 32 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-08T10:27:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cluster 2023-12-08T10:27:12.438970+0000 mon.smithi156 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi156.dvayok(active, since 51s), standbys: smithi194.sgucxw 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.439726+0000 mon.smithi156 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr metadata", "who": "smithi194.sgucxw", "id": "smithi194.sgucxw"}]: dispatch 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.444958+0000 mon.smithi156 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cephadm 2023-12-08T10:27:12.450167+0000 mgr.smithi156.dvayok (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi156 (unknown last config time)... 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.450579+0000 mon.smithi156 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.451638+0000 mon.smithi156 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.452771+0000 mon.smithi156 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cephadm 2023-12-08T10:27:12.453814+0000 mgr.smithi156.dvayok (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:12.853578+0000 mon.smithi156 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.194:0/434494372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: cluster 2023-12-08T10:27:13.162705+0000 mgr.smithi156.dvayok (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:13.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:13 smithi194 bash[28991]: audit 2023-12-08T10:27:13.303707+0000 mon.smithi156 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-08T10:27:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: audit 2023-12-08T10:27:14.804182+0000 mon.smithi156 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:16.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: cephadm 2023-12-08T10:27:14.805105+0000 mgr.smithi156.dvayok (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi156.dvayok (unknown last config time)... 2023-12-08T10:27:16.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: audit 2023-12-08T10:27:14.805446+0000 mon.smithi156 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.dvayok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:27:16.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: audit 2023-12-08T10:27:14.806607+0000 mon.smithi156 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:27:16.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: audit 2023-12-08T10:27:14.807549+0000 mon.smithi156 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:16.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: cephadm 2023-12-08T10:27:14.808438+0000 mgr.smithi156.dvayok (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi156.dvayok on smithi156 2023-12-08T10:27:16.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:15 smithi194 bash[28991]: cluster 2023-12-08T10:27:15.163065+0000 mgr.smithi156.dvayok (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:16.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: audit 2023-12-08T10:27:14.804182+0000 mon.smithi156 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:16.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: cephadm 2023-12-08T10:27:14.805105+0000 mgr.smithi156.dvayok (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi156.dvayok (unknown last config time)... 2023-12-08T10:27:16.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: audit 2023-12-08T10:27:14.805446+0000 mon.smithi156 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.dvayok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:27:16.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: audit 2023-12-08T10:27:14.806607+0000 mon.smithi156 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:27:16.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: audit 2023-12-08T10:27:14.807549+0000 mon.smithi156 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:16.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: cephadm 2023-12-08T10:27:14.808438+0000 mgr.smithi156.dvayok (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi156.dvayok on smithi156 2023-12-08T10:27:16.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:15 smithi156 bash[24915]: cluster 2023-12-08T10:27:15.163065+0000 mgr.smithi156.dvayok (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:18.365 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:18 smithi156 bash[24915]: cluster 2023-12-08T10:27:17.163487+0000 mgr.smithi156.dvayok (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:18.365 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:18 smithi156 bash[24915]: audit 2023-12-08T10:27:18.141221+0000 mon.smithi156 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:18.513 INFO:teuthology.orchestra.run.smithi156.stdout:# minimal ceph.conf for c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:27:18.514 INFO:teuthology.orchestra.run.smithi156.stdout:[global] 2023-12-08T10:27:18.514 INFO:teuthology.orchestra.run.smithi156.stdout: fsid = c9503658-95b3-11ee-95a3-87774f69a715 2023-12-08T10:27:18.514 INFO:teuthology.orchestra.run.smithi156.stdout: mon_host = [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-12-08T10:27:18.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:18 smithi194 bash[28991]: cluster 2023-12-08T10:27:17.163487+0000 mgr.smithi156.dvayok (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:18 smithi194 bash[28991]: audit 2023-12-08T10:27:18.141221+0000 mon.smithi156 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:19.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:19 smithi194 bash[28991]: cephadm 2023-12-08T10:27:18.142760+0000 mgr.smithi156.dvayok (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi156 (dependencies changed)... 2023-12-08T10:27:19.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:19 smithi194 bash[28991]: cephadm 2023-12-08T10:27:18.154457+0000 mgr.smithi156.dvayok (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi156 on smithi156 2023-12-08T10:27:19.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:19 smithi194 bash[28991]: audit 2023-12-08T10:27:18.511474+0000 mon.smithi156 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.156:0/3168478086' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:19 smithi156 bash[24915]: cephadm 2023-12-08T10:27:18.142760+0000 mgr.smithi156.dvayok (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi156 (dependencies changed)... 2023-12-08T10:27:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:19 smithi156 bash[24915]: cephadm 2023-12-08T10:27:18.154457+0000 mgr.smithi156.dvayok (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi156 on smithi156 2023-12-08T10:27:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:19 smithi156 bash[24915]: audit 2023-12-08T10:27:18.511474+0000 mon.smithi156 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.156:0/3168478086' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:19.921 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T10:27:19.921 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:27:19.921 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:27:19.932 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:27:19.932 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:27:19.986 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:27:19.986 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:27:20.003 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:27:20.003 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:27:20.062 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T10:27:20.062 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:27:20.062 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:27:20.069 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:27:20.069 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme1n1 2023-12-08T10:27:20.119 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme1n1 2023-12-08T10:27:20.119 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.119 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-12-08T10:27:20.119 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.119 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:25:38.276469037 +0000 2023-12-08T10:27:20.120 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:25:38.160471712 +0000 2023-12-08T10:27:20.120 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:25:38.160471712 +0000 2023-12-08T10:27:20.120 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:27:20.120 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:27:20.178 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:27:20.178 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:27:20.178 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000294975 s, 1.7 MB/s 2023-12-08T10:27:20.179 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:27:20.230 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme2n1 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme2n1 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:25:38.296468576 +0000 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:25:38.160471712 +0000 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:25:38.160471712 +0000 2023-12-08T10:27:20.279 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:27:20.280 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:27:20.336 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:27:20.337 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:27:20.337 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000192357 s, 2.7 MB/s 2023-12-08T10:27:20.338 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:27:20.389 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme3n1 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme3n1 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:25:38.312468207 +0000 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:25:38.164471620 +0000 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:25:38.164471620 +0000 2023-12-08T10:27:20.444 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:27:20.445 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:27:20.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:20 smithi156 bash[24915]: cluster 2023-12-08T10:27:19.163976+0000 mgr.smithi156.dvayok (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:20.498 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:27:20.498 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:27:20.498 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000210004 s, 2.4 MB/s 2023-12-08T10:27:20.499 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:27:20.549 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme4n1 2023-12-08T10:27:20.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:20 smithi194 bash[28991]: cluster 2023-12-08T10:27:19.163976+0000 mgr.smithi156.dvayok (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:20.603 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme4n1 2023-12-08T10:27:20.603 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.603 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-12-08T10:27:20.604 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.604 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-08 10:25:38.328467837 +0000 2023-12-08T10:27:20.604 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-08 10:25:38.164471620 +0000 2023-12-08T10:27:20.604 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-08 10:25:38.164471620 +0000 2023-12-08T10:27:20.604 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-08T10:27:20.604 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:27:20.663 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-08T10:27:20.663 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-08T10:27:20.663 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000346206 s, 1.5 MB/s 2023-12-08T10:27:20.664 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:27:20.720 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:27:20.720 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:27:20.728 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:27:20.728 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme1n1 2023-12-08T10:27:20.777 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme1n1 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:26:50.190102987 +0000 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:26:50.070105690 +0000 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:26:50.070105690 +0000 2023-12-08T10:27:20.778 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:27:20.778 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:27:20.834 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:27:20.834 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:27:20.834 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.00047455 s, 1.1 MB/s 2023-12-08T10:27:20.835 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:27:20.888 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme2n1 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme2n1 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:26:50.206102627 +0000 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:20.938 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:27:20.939 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:27:20.993 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:27:20.993 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:27:20.993 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000428627 s, 1.2 MB/s 2023-12-08T10:27:20.995 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:27:21.047 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme3n1 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme3n1 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:26:50.222102267 +0000 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:21.098 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:27:21.099 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:27:21.153 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:27:21.153 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:27:21.153 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000490516 s, 1.0 MB/s 2023-12-08T10:27:21.154 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:27:21.208 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme4n1 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme4n1 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-08 10:26:50.242101817 +0000 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-08 10:26:50.074105599 +0000 2023-12-08T10:27:21.258 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-08T10:27:21.259 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:27:21.313 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-08T10:27:21.313 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-08T10:27:21.313 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000328161 s, 1.6 MB/s 2023-12-08T10:27:21.314 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:27:21.364 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T10:27:22.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:22 smithi156 bash[24915]: cluster 2023-12-08T10:27:21.164447+0000 mgr.smithi156.dvayok (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:22.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:22 smithi194 bash[28991]: cluster 2023-12-08T10:27:21.164447+0000 mgr.smithi156.dvayok (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:24.425 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled osd.all-available-devices update... 2023-12-08T10:27:24.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: cluster 2023-12-08T10:27:23.164846+0000 mgr.smithi156.dvayok (mgr.14180) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: audit 2023-12-08T10:27:23.406443+0000 mon.smithi156 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: cephadm 2023-12-08T10:27:23.407385+0000 mgr.smithi156.dvayok (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2023-12-08T10:27:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: audit 2023-12-08T10:27:23.407944+0000 mon.smithi156 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:27:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: audit 2023-12-08T10:27:23.409304+0000 mon.smithi156 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:24 smithi156 bash[24915]: cephadm 2023-12-08T10:27:23.410409+0000 mgr.smithi156.dvayok (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: cluster 2023-12-08T10:27:23.164846+0000 mgr.smithi156.dvayok (mgr.14180) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: audit 2023-12-08T10:27:23.406443+0000 mon.smithi156 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: cephadm 2023-12-08T10:27:23.407385+0000 mgr.smithi156.dvayok (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: audit 2023-12-08T10:27:23.407944+0000 mon.smithi156 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: audit 2023-12-08T10:27:23.409304+0000 mon.smithi156 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:24 smithi194 bash[28991]: cephadm 2023-12-08T10:27:23.410409+0000 mgr.smithi156.dvayok (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2023-12-08T10:27:25.104 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T10:27:25.105 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:25 smithi156 bash[24915]: audit 2023-12-08T10:27:24.413490+0000 mgr.smithi156.dvayok (mgr.14180) 47 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:25.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:25 smithi156 bash[24915]: cephadm 2023-12-08T10:27:24.417190+0000 mgr.smithi156.dvayok (mgr.14180) 48 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2023-12-08T10:27:25.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:25 smithi156 bash[24915]: cephadm 2023-12-08T10:27:24.417321+0000 mgr.smithi156.dvayok (mgr.14180) 49 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-12-08T10:27:25.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:25 smithi156 bash[24915]: cephadm 2023-12-08T10:27:24.417892+0000 mgr.smithi156.dvayok (mgr.14180) 50 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:27:25.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:25 smithi156 bash[24915]: audit 2023-12-08T10:27:24.422280+0000 mon.smithi156 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:25.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:25 smithi194 bash[28991]: audit 2023-12-08T10:27:24.413490+0000 mgr.smithi156.dvayok (mgr.14180) 47 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:25.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:25 smithi194 bash[28991]: cephadm 2023-12-08T10:27:24.417190+0000 mgr.smithi156.dvayok (mgr.14180) 48 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2023-12-08T10:27:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:25 smithi194 bash[28991]: cephadm 2023-12-08T10:27:24.417321+0000 mgr.smithi156.dvayok (mgr.14180) 49 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-12-08T10:27:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:25 smithi194 bash[28991]: cephadm 2023-12-08T10:27:24.417892+0000 mgr.smithi156.dvayok (mgr.14180) 50 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:27:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:25 smithi194 bash[28991]: audit 2023-12-08T10:27:24.422280+0000 mon.smithi156 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:26.667 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:26 smithi156 bash[24915]: cluster 2023-12-08T10:27:25.165151+0000 mgr.smithi156.dvayok (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:26.667 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:26 smithi156 bash[24915]: audit 2023-12-08T10:27:26.175150+0000 mon.smithi156 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:26.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:26 smithi194 bash[28991]: cluster 2023-12-08T10:27:25.165151+0000 mgr.smithi156.dvayok (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:26 smithi194 bash[28991]: audit 2023-12-08T10:27:26.175150+0000 mon.smithi156 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:27 smithi156 bash[24915]: cephadm 2023-12-08T10:27:26.176171+0000 mgr.smithi156.dvayok (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi156 (dependencies changed)... 2023-12-08T10:27:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:27 smithi156 bash[24915]: cephadm 2023-12-08T10:27:26.220379+0000 mgr.smithi156.dvayok (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi156 on smithi156 2023-12-08T10:27:27.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:27 smithi194 bash[28991]: cephadm 2023-12-08T10:27:26.176171+0000 mgr.smithi156.dvayok (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi156 (dependencies changed)... 2023-12-08T10:27:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:27 smithi194 bash[28991]: cephadm 2023-12-08T10:27:26.220379+0000 mgr.smithi156.dvayok (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi156 on smithi156 2023-12-08T10:27:28.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:28 smithi156 bash[24915]: cluster 2023-12-08T10:27:27.165584+0000 mgr.smithi156.dvayok (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:28.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:28 smithi194 bash[28991]: cluster 2023-12-08T10:27:27.165584+0000 mgr.smithi156.dvayok (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:30.393 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:27:30.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:30 smithi156 bash[24915]: cluster 2023-12-08T10:27:29.166008+0000 mgr.smithi156.dvayok (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:30.695 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:30 smithi156 bash[24915]: audit 2023-12-08T10:27:30.391433+0000 mon.smithi156 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.156:0/3764350365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:30.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:30 smithi194 bash[28991]: cluster 2023-12-08T10:27:29.166008+0000 mgr.smithi156.dvayok (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:30 smithi194 bash[28991]: audit 2023-12-08T10:27:30.391433+0000 mon.smithi156 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.156:0/3764350365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:31.335 INFO:teuthology.orchestra.run.smithi156.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-08T10:27:32.336 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:32.625 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:32 smithi156 bash[24915]: cluster 2023-12-08T10:27:31.166236+0000 mgr.smithi156.dvayok (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:32.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:32 smithi194 bash[28991]: cluster 2023-12-08T10:27:31.166236+0000 mgr.smithi156.dvayok (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:33.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:33 smithi156 bash[24915]: cluster 2023-12-08T10:27:33.166686+0000 mgr.smithi156.dvayok (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:33.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:33 smithi194 bash[28991]: cluster 2023-12-08T10:27:33.166686+0000 mgr.smithi156.dvayok (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:34 smithi156 bash[24915]: audit 2023-12-08T10:27:33.529252+0000 mon.smithi156 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:34 smithi156 bash[24915]: cephadm 2023-12-08T10:27:33.530619+0000 mgr.smithi156.dvayok (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi156 (dependencies changed)... 2023-12-08T10:27:34.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:34 smithi156 bash[24915]: cephadm 2023-12-08T10:27:33.535951+0000 mgr.smithi156.dvayok (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi156 on smithi156 2023-12-08T10:27:34.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:34 smithi194 bash[28991]: audit 2023-12-08T10:27:33.529252+0000 mon.smithi156 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:34 smithi194 bash[28991]: cephadm 2023-12-08T10:27:33.530619+0000 mgr.smithi156.dvayok (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi156 (dependencies changed)... 2023-12-08T10:27:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:34 smithi194 bash[28991]: cephadm 2023-12-08T10:27:33.535951+0000 mgr.smithi156.dvayok (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi156 on smithi156 2023-12-08T10:27:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:35 smithi194 bash[28991]: cluster 2023-12-08T10:27:35.167133+0000 mgr.smithi156.dvayok (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:35.846 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:35 smithi156 bash[24915]: cluster 2023-12-08T10:27:35.167133+0000 mgr.smithi156.dvayok (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:38.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:38 smithi156 bash[24915]: cluster 2023-12-08T10:27:37.167627+0000 mgr.smithi156.dvayok (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:38.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:38 smithi194 bash[28991]: cluster 2023-12-08T10:27:37.167627+0000 mgr.smithi156.dvayok (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:38.589 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:27:39.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:39 smithi156 bash[24915]: audit 2023-12-08T10:27:38.586554+0000 mon.smithi156 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.156:0/2763729414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:39.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:39 smithi194 bash[28991]: audit 2023-12-08T10:27:38.586554+0000 mon.smithi156 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.156:0/2763729414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:39.847 INFO:teuthology.orchestra.run.smithi156.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-08T10:27:40.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:40 smithi156 bash[24915]: cluster 2023-12-08T10:27:39.168084+0000 mgr.smithi156.dvayok (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:40.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:40 smithi194 bash[28991]: cluster 2023-12-08T10:27:39.168084+0000 mgr.smithi156.dvayok (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:40.848 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:42.540 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:42 smithi156 bash[24915]: cluster 2023-12-08T10:27:41.168394+0000 mgr.smithi156.dvayok (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:42.540 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:42 smithi156 bash[24915]: audit 2023-12-08T10:27:42.158390+0000 mon.smithi156 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:42.541 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:42 smithi156 bash[24915]: audit 2023-12-08T10:27:42.160016+0000 mon.smithi156 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:27:42.541 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:42 smithi156 bash[24915]: audit 2023-12-08T10:27:42.161021+0000 mon.smithi156 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:42 smithi194 bash[28991]: cluster 2023-12-08T10:27:41.168394+0000 mgr.smithi156.dvayok (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:42 smithi194 bash[28991]: audit 2023-12-08T10:27:42.158390+0000 mon.smithi156 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:42 smithi194 bash[28991]: audit 2023-12-08T10:27:42.160016+0000 mon.smithi156 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:27:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:42 smithi194 bash[28991]: audit 2023-12-08T10:27:42.161021+0000 mon.smithi156 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:43.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:43 smithi156 bash[24915]: cephadm 2023-12-08T10:27:42.159618+0000 mgr.smithi156.dvayok (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-12-08T10:27:43.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:43 smithi156 bash[24915]: cephadm 2023-12-08T10:27:42.161804+0000 mgr.smithi156.dvayok (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-12-08T10:27:43.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:43 smithi194 bash[28991]: cephadm 2023-12-08T10:27:42.159618+0000 mgr.smithi156.dvayok (mgr.14180) 64 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-12-08T10:27:43.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:43 smithi194 bash[28991]: cephadm 2023-12-08T10:27:42.161804+0000 mgr.smithi156.dvayok (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-12-08T10:27:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:44 smithi156 bash[24915]: cluster 2023-12-08T10:27:43.168704+0000 mgr.smithi156.dvayok (mgr.14180) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:44 smithi156 bash[24915]: audit 2023-12-08T10:27:44.021559+0000 mon.smithi156 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:44 smithi156 bash[24915]: audit 2023-12-08T10:27:44.023577+0000 mon.smithi156 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.sgucxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:27:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:44 smithi156 bash[24915]: audit 2023-12-08T10:27:44.025277+0000 mon.smithi156 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:27:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:44 smithi156 bash[24915]: audit 2023-12-08T10:27:44.026674+0000 mon.smithi156 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:44.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:44 smithi194 bash[28991]: cluster 2023-12-08T10:27:43.168704+0000 mgr.smithi156.dvayok (mgr.14180) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:44 smithi194 bash[28991]: audit 2023-12-08T10:27:44.021559+0000 mon.smithi156 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:44 smithi194 bash[28991]: audit 2023-12-08T10:27:44.023577+0000 mon.smithi156 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.sgucxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:27:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:44 smithi194 bash[28991]: audit 2023-12-08T10:27:44.025277+0000 mon.smithi156 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:27:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:44 smithi194 bash[28991]: audit 2023-12-08T10:27:44.026674+0000 mon.smithi156 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:45.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:45 smithi156 bash[24915]: cephadm 2023-12-08T10:27:44.022954+0000 mgr.smithi156.dvayok (mgr.14180) 67 : cephadm [INF] Reconfiguring mgr.smithi194.sgucxw (monmap changed)... 2023-12-08T10:27:45.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:45 smithi156 bash[24915]: cephadm 2023-12-08T10:27:44.027920+0000 mgr.smithi156.dvayok (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi194.sgucxw on smithi194 2023-12-08T10:27:45.517 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:27:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:45 smithi194 bash[28991]: cephadm 2023-12-08T10:27:44.022954+0000 mgr.smithi156.dvayok (mgr.14180) 67 : cephadm [INF] Reconfiguring mgr.smithi194.sgucxw (monmap changed)... 2023-12-08T10:27:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:45 smithi194 bash[28991]: cephadm 2023-12-08T10:27:44.027920+0000 mgr.smithi156.dvayok (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi194.sgucxw on smithi194 2023-12-08T10:27:46.312 INFO:teuthology.orchestra.run.smithi156.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-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: cluster 2023-12-08T10:27:45.169123+0000 mgr.smithi156.dvayok (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: audit 2023-12-08T10:27:45.515108+0000 mon.smithi156 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.156:0/646282316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: audit 2023-12-08T10:27:45.802887+0000 mon.smithi156 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: audit 2023-12-08T10:27:45.804382+0000 mon.smithi156 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: audit 2023-12-08T10:27:45.805583+0000 mon.smithi156 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:27:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:46 smithi194 bash[28991]: audit 2023-12-08T10:27:45.806656+0000 mon.smithi156 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:46.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: cluster 2023-12-08T10:27:45.169123+0000 mgr.smithi156.dvayok (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: audit 2023-12-08T10:27:45.515108+0000 mon.smithi156 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.156:0/646282316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: audit 2023-12-08T10:27:45.802887+0000 mon.smithi156 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: audit 2023-12-08T10:27:45.804382+0000 mon.smithi156 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:27:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: audit 2023-12-08T10:27:45.805583+0000 mon.smithi156 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:27:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:46 smithi156 bash[24915]: audit 2023-12-08T10:27:45.806656+0000 mon.smithi156 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:47.314 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:47.511 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:47 smithi156 bash[24915]: cephadm 2023-12-08T10:27:45.803848+0000 mgr.smithi156.dvayok (mgr.14180) 70 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-12-08T10:27:47.511 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:47 smithi156 bash[24915]: cephadm 2023-12-08T10:27:45.807617+0000 mgr.smithi156.dvayok (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-12-08T10:27:47.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:47 smithi194 bash[28991]: cephadm 2023-12-08T10:27:45.803848+0000 mgr.smithi156.dvayok (mgr.14180) 70 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-12-08T10:27:47.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:47 smithi194 bash[28991]: cephadm 2023-12-08T10:27:45.807617+0000 mgr.smithi156.dvayok (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: cluster 2023-12-08T10:27:47.169469+0000 mgr.smithi156.dvayok (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.481271+0000 mon.smithi156 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.486778+0000 mon.smithi156 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.488682+0000 mon.smithi156 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi156.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.494366+0000 mon.smithi156 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.503856+0000 mon.smithi156 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.509915+0000 mon.smithi156 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi156.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:27:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.515594+0000 mon.smithi156 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.522857+0000 mon.smithi156 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:27:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.527213+0000 mon.smithi156 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:27:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.532481+0000 mon.smithi156 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:48 smithi194 bash[28991]: audit 2023-12-08T10:27:47.535092+0000 mon.smithi156 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: cluster 2023-12-08T10:27:47.169469+0000 mgr.smithi156.dvayok (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.481271+0000 mon.smithi156 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.486778+0000 mon.smithi156 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.488682+0000 mon.smithi156 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi156.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.494366+0000 mon.smithi156 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.503856+0000 mon.smithi156 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.509915+0000 mon.smithi156 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi156.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.515594+0000 mon.smithi156 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.522857+0000 mon.smithi156 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.527213+0000 mon.smithi156 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:27:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.532481+0000 mon.smithi156 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:48.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:48 smithi156 bash[24915]: audit 2023-12-08T10:27:47.535092+0000 mon.smithi156 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.487404+0000 mgr.smithi156.dvayok (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.489133+0000 mgr.smithi156.dvayok (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi156.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.504511+0000 mgr.smithi156.dvayok (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.510594+0000 mgr.smithi156.dvayok (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi156.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.523441+0000 mgr.smithi156.dvayok (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:27:49.538 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:49 smithi156 bash[24915]: audit 2023-12-08T10:27:47.527857+0000 mgr.smithi156.dvayok (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.487404+0000 mgr.smithi156.dvayok (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.489133+0000 mgr.smithi156.dvayok (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi156.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.504511+0000 mgr.smithi156.dvayok (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.510594+0000 mgr.smithi156.dvayok (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi156.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.523441+0000 mgr.smithi156.dvayok (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:27:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:49 smithi194 bash[28991]: audit 2023-12-08T10:27:47.527857+0000 mgr.smithi156.dvayok (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi156.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:27:50.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:50 smithi194 bash[28991]: cluster 2023-12-08T10:27:49.169900+0000 mgr.smithi156.dvayok (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:50.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:50 smithi156 bash[24915]: cluster 2023-12-08T10:27:49.169900+0000 mgr.smithi156.dvayok (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:50.830 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:27:51.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:51 smithi156 bash[24915]: audit 2023-12-08T10:27:50.828342+0000 mon.smithi156 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.156:0/2656295564' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:51.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:51 smithi194 bash[28991]: audit 2023-12-08T10:27:50.828342+0000 mon.smithi156 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.156:0/2656295564' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:51.616 INFO:teuthology.orchestra.run.smithi156.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-08T10:27:52.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:52 smithi194 bash[28991]: cluster 2023-12-08T10:27:51.170302+0000 mgr.smithi156.dvayok (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:52.617 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:52.625 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:52 smithi156 bash[24915]: cluster 2023-12-08T10:27:51.170302+0000 mgr.smithi156.dvayok (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:52.807845+0000 mon.smithi156 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.111068+0000 mon.smithi156 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: cluster 2023-12-08T10:27:53.170613+0000 mgr.smithi156.dvayok (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.351737+0000 mon.smithi156 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.625035+0000 mon.smithi156 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.626266+0000 mon.smithi156 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.627224+0000 mon.smithi156 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.632989+0000 mon.smithi156 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.639731+0000 mon.smithi156 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.644717+0000 mon.smithi156 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.646281+0000 mon.smithi156 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.646729+0000 mon.smithi156 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:54.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:53 smithi194 bash[28991]: audit 2023-12-08T10:27:53.647536+0000 mon.smithi156 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:52.807845+0000 mon.smithi156 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.111068+0000 mon.smithi156 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: cluster 2023-12-08T10:27:53.170613+0000 mgr.smithi156.dvayok (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.351737+0000 mon.smithi156 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.625035+0000 mon.smithi156 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.626266+0000 mon.smithi156 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.627224+0000 mon.smithi156 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:54.081 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.632989+0000 mon.smithi156 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:27:54.082 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.639731+0000 mon.smithi156 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:27:54.082 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.644717+0000 mon.smithi156 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:27:54.082 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.646281+0000 mon.smithi156 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:27:54.082 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.646729+0000 mon.smithi156 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:54.082 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:53 smithi156 bash[24915]: audit 2023-12-08T10:27:53.647536+0000 mon.smithi156 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:55 smithi156 bash[24915]: cluster 2023-12-08T10:27:55.171039+0000 mgr.smithi156.dvayok (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:55 smithi194 bash[28991]: cluster 2023-12-08T10:27:55.171039+0000 mgr.smithi156.dvayok (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:55.848 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:27:56.632 INFO:teuthology.orchestra.run.smithi156.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-08T10:27:56.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:56 smithi156 bash[24915]: audit 2023-12-08T10:27:55.845959+0000 mon.smithi156 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.156:0/3085431338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:56 smithi194 bash[28991]: audit 2023-12-08T10:27:55.845959+0000 mon.smithi156 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.156:0/3085431338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:27:57.632 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:27:57.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:27:57 smithi194 bash[28991]: cluster 2023-12-08T10:27:57.171491+0000 mgr.smithi156.dvayok (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:27:57.829 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:27:57 smithi156 bash[24915]: cluster 2023-12-08T10:27:57.171491+0000 mgr.smithi156.dvayok (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:00.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:00 smithi194 bash[28991]: cluster 2023-12-08T10:27:59.171785+0000 mgr.smithi156.dvayok (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:00.530 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:00 smithi156 bash[24915]: cluster 2023-12-08T10:27:59.171785+0000 mgr.smithi156.dvayok (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:01.319 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:02.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:02 smithi156 bash[24915]: cluster 2023-12-08T10:28:01.172146+0000 mgr.smithi156.dvayok (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:02.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:02 smithi156 bash[24915]: audit 2023-12-08T10:28:01.317178+0000 mon.smithi156 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.156:0/877760792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:02.538 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:02 smithi194 bash[28991]: cluster 2023-12-08T10:28:01.172146+0000 mgr.smithi156.dvayok (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:02.538 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:02 smithi194 bash[28991]: audit 2023-12-08T10:28:01.317178+0000 mon.smithi156 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.156:0/877760792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:02.747 INFO:teuthology.orchestra.run.smithi156.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-08T10:28:03.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:03 smithi156 bash[24915]: audit 2023-12-08T10:28:02.294989+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/2816604590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]: dispatch 2023-12-08T10:28:03.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:03 smithi156 bash[24915]: audit 2023-12-08T10:28:02.295607+0000 mon.smithi156 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]: dispatch 2023-12-08T10:28:03.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:03 smithi156 bash[24915]: audit 2023-12-08T10:28:02.300516+0000 mon.smithi156 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]': finished 2023-12-08T10:28:03.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:03 smithi156 bash[24915]: cluster 2023-12-08T10:28:02.300566+0000 mon.smithi156 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:28:03.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:03 smithi156 bash[24915]: audit 2023-12-08T10:28:02.300881+0000 mon.smithi156 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:03 smithi194 bash[28991]: audit 2023-12-08T10:28:02.294989+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/2816604590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]: dispatch 2023-12-08T10:28:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:03 smithi194 bash[28991]: audit 2023-12-08T10:28:02.295607+0000 mon.smithi156 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]: dispatch 2023-12-08T10:28:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:03 smithi194 bash[28991]: audit 2023-12-08T10:28:02.300516+0000 mon.smithi156 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b3f5184f-510e-4288-9545-18e2467c4dea"}]': finished 2023-12-08T10:28:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:03 smithi194 bash[28991]: cluster 2023-12-08T10:28:02.300566+0000 mon.smithi156 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:28:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:03 smithi194 bash[28991]: audit 2023-12-08T10:28:02.300881+0000 mon.smithi156 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:03.748 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:04 smithi194 bash[28991]: cluster 2023-12-08T10:28:03.172578+0000 mgr.smithi156.dvayok (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:04 smithi194 bash[28991]: audit 2023-12-08T10:28:03.922124+0000 mon.smithi194 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/1527701689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:04.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:04 smithi156 bash[24915]: cluster 2023-12-08T10:28:03.172578+0000 mgr.smithi156.dvayok (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:04.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:04 smithi156 bash[24915]: audit 2023-12-08T10:28:03.922124+0000 mon.smithi194 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/1527701689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: cluster 2023-12-08T10:28:05.172917+0000 mgr.smithi156.dvayok (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: audit 2023-12-08T10:28:05.313988+0000 mon.smithi156 (mon.0) 267 : audit [INF] from='client.? 172.21.15.156:0/935280561' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b43f91d1-5ce5-4824-958d-0f968dcacb5d"}]: dispatch 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: audit 2023-12-08T10:28:05.317920+0000 mon.smithi156 (mon.0) 268 : audit [INF] from='client.? 172.21.15.156:0/935280561' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b43f91d1-5ce5-4824-958d-0f968dcacb5d"}]': finished 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: cluster 2023-12-08T10:28:05.317970+0000 mon.smithi156 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: audit 2023-12-08T10:28:05.318144+0000 mon.smithi156 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:05.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:05 smithi156 bash[24915]: audit 2023-12-08T10:28:05.318763+0000 mon.smithi156 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: cluster 2023-12-08T10:28:05.172917+0000 mgr.smithi156.dvayok (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: audit 2023-12-08T10:28:05.313988+0000 mon.smithi156 (mon.0) 267 : audit [INF] from='client.? 172.21.15.156:0/935280561' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b43f91d1-5ce5-4824-958d-0f968dcacb5d"}]: dispatch 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: audit 2023-12-08T10:28:05.317920+0000 mon.smithi156 (mon.0) 268 : audit [INF] from='client.? 172.21.15.156:0/935280561' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b43f91d1-5ce5-4824-958d-0f968dcacb5d"}]': finished 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: cluster 2023-12-08T10:28:05.317970+0000 mon.smithi156 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: audit 2023-12-08T10:28:05.318144+0000 mon.smithi156 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:05 smithi194 bash[28991]: audit 2023-12-08T10:28:05.318763+0000 mon.smithi156 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.695519+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/97391780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]: dispatch 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.695856+0000 mon.smithi156 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]: dispatch 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.704365+0000 mon.smithi156 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]': finished 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: cluster 2023-12-08T10:28:06.704459+0000 mon.smithi156 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.704630+0000 mon.smithi156 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.704968+0000 mon.smithi156 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:06 smithi194 bash[28991]: audit 2023-12-08T10:28:06.705164+0000 mon.smithi156 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:07.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.695519+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/97391780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]: dispatch 2023-12-08T10:28:07.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.695856+0000 mon.smithi156 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]: dispatch 2023-12-08T10:28:07.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.704365+0000 mon.smithi156 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a97c16dd-070c-4fe7-8242-e3eac2be4fda"}]': finished 2023-12-08T10:28:07.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: cluster 2023-12-08T10:28:06.704459+0000 mon.smithi156 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:28:07.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.704630+0000 mon.smithi156 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:07.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.704968+0000 mon.smithi156 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:07.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:06 smithi156 bash[24915]: audit 2023-12-08T10:28:06.705164+0000 mon.smithi156 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:07.666 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:07 smithi156 bash[24915]: cluster 2023-12-08T10:28:07.173260+0000 mgr.smithi156.dvayok (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:07 smithi156 bash[24915]: audit 2023-12-08T10:28:07.664643+0000 mon.smithi156 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.156:0/3147645284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:07 smithi156 bash[24915]: audit 2023-12-08T10:28:07.708558+0000 mon.smithi156 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.156:0/223648121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:08.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:07 smithi194 bash[28991]: cluster 2023-12-08T10:28:07.173260+0000 mgr.smithi156.dvayok (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:07 smithi194 bash[28991]: audit 2023-12-08T10:28:07.664643+0000 mon.smithi156 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.156:0/3147645284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:07 smithi194 bash[28991]: audit 2023-12-08T10:28:07.708558+0000 mon.smithi156 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.156:0/223648121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:08.503 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1702031286,"num_remapped_pgs":0} 2023-12-08T10:28:09.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:08 smithi194 bash[28991]: audit 2023-12-08T10:28:08.271440+0000 mon.smithi194 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/914332373' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:09.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:08 smithi156 bash[24915]: audit 2023-12-08T10:28:08.271440+0000 mon.smithi194 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/914332373' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:09.504 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:10.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:09 smithi194 bash[28991]: cluster 2023-12-08T10:28:09.173687+0000 mgr.smithi156.dvayok (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:10.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:09 smithi156 bash[24915]: cluster 2023-12-08T10:28:09.173687+0000 mgr.smithi156.dvayok (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:10.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.478308+0000 mon.smithi156 (mon.0) 280 : audit [INF] from='client.? 172.21.15.156:0/442046806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7a02b86-ca26-48c3-a393-8e4e47dac85e"}]: dispatch 2023-12-08T10:28:10.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.485389+0000 mon.smithi156 (mon.0) 281 : audit [INF] from='client.? 172.21.15.156:0/442046806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7a02b86-ca26-48c3-a393-8e4e47dac85e"}]': finished 2023-12-08T10:28:10.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: cluster 2023-12-08T10:28:10.485497+0000 mon.smithi156 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:28:10.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.485743+0000 mon.smithi156 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:10.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.486811+0000 mon.smithi156 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:10.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.487316+0000 mon.smithi156 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:10.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:10 smithi156 bash[24915]: audit 2023-12-08T10:28:10.487784+0000 mon.smithi156 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.478308+0000 mon.smithi156 (mon.0) 280 : audit [INF] from='client.? 172.21.15.156:0/442046806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7a02b86-ca26-48c3-a393-8e4e47dac85e"}]: dispatch 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.485389+0000 mon.smithi156 (mon.0) 281 : audit [INF] from='client.? 172.21.15.156:0/442046806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7a02b86-ca26-48c3-a393-8e4e47dac85e"}]': finished 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: cluster 2023-12-08T10:28:10.485497+0000 mon.smithi156 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.485743+0000 mon.smithi156 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.486811+0000 mon.smithi156 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.487316+0000 mon.smithi156 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:10 smithi194 bash[28991]: audit 2023-12-08T10:28:10.487784+0000 mon.smithi156 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:11.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.072666+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/1153187351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]: dispatch 2023-12-08T10:28:11.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.073243+0000 mon.smithi156 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]: dispatch 2023-12-08T10:28:11.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.080139+0000 mon.smithi156 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]': finished 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: cluster 2023-12-08T10:28:11.080249+0000 mon.smithi156 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.080508+0000 mon.smithi156 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.081115+0000 mon.smithi156 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.081451+0000 mon.smithi156 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.081820+0000 mon.smithi156 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: audit 2023-12-08T10:28:11.082122+0000 mon.smithi156 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:11.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:11 smithi156 bash[24915]: cluster 2023-12-08T10:28:11.173969+0000 mgr.smithi156.dvayok (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.072666+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/1153187351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.073243+0000 mon.smithi156 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.080139+0000 mon.smithi156 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec"}]': finished 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: cluster 2023-12-08T10:28:11.080249+0000 mon.smithi156 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.080508+0000 mon.smithi156 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.081115+0000 mon.smithi156 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.081451+0000 mon.smithi156 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.081820+0000 mon.smithi156 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: audit 2023-12-08T10:28:11.082122+0000 mon.smithi156 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:11 smithi194 bash[28991]: cluster 2023-12-08T10:28:11.173969+0000 mgr.smithi156.dvayok (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:13.233 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:13.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:13 smithi156 bash[24915]: audit 2023-12-08T10:28:12.707034+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1467032333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:13.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:13 smithi156 bash[24915]: audit 2023-12-08T10:28:13.038127+0000 mon.smithi156 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.156:0/3016869894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:13.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:13 smithi194 bash[28991]: audit 2023-12-08T10:28:12.707034+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1467032333' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:13.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:13 smithi194 bash[28991]: audit 2023-12-08T10:28:13.038127+0000 mon.smithi156 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.156:0/3016869894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:14.045 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1702031291,"num_remapped_pgs":0} 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:14 smithi156 bash[24915]: cluster 2023-12-08T10:28:13.174362+0000 mgr.smithi156.dvayok (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:14 smithi156 bash[24915]: audit 2023-12-08T10:28:13.231370+0000 mon.smithi156 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.156:0/1887976220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:14 smithi194 bash[28991]: cluster 2023-12-08T10:28:13.174362+0000 mgr.smithi156.dvayok (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:14 smithi194 bash[28991]: audit 2023-12-08T10:28:13.231370+0000 mon.smithi156 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.156:0/1887976220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:15.047 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:15 smithi156 bash[24915]: cluster 2023-12-08T10:28:15.174781+0000 mgr.smithi156.dvayok (mgr.14180) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:15 smithi194 bash[28991]: cluster 2023-12-08T10:28:15.174781+0000 mgr.smithi156.dvayok (mgr.14180) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.518930+0000 mon.smithi194 (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/2165312177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]: dispatch 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.519280+0000 mon.smithi156 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]: dispatch 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.525965+0000 mon.smithi156 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]': finished 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: cluster 2023-12-08T10:28:15.526106+0000 mon.smithi156 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.526299+0000 mon.smithi156 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.526708+0000 mon.smithi156 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.526949+0000 mon.smithi156 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.527205+0000 mon.smithi156 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.527452+0000 mon.smithi156 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.527687+0000 mon.smithi156 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.802301+0000 mon.smithi194 (mon.1) 9 : audit [INF] from='client.? 172.21.15.156:0/4236469307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.802863+0000 mon.smithi156 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.808102+0000 mon.smithi156 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]': finished 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: cluster 2023-12-08T10:28:15.808162+0000 mon.smithi156 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.808372+0000 mon.smithi156 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.808806+0000 mon.smithi156 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.809085+0000 mon.smithi156 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.809297+0000 mon.smithi156 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.809505+0000 mon.smithi156 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.809736+0000 mon.smithi156 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:16.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:16 smithi194 bash[28991]: audit 2023-12-08T10:28:15.809934+0000 mon.smithi156 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.518930+0000 mon.smithi194 (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/2165312177' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.519280+0000 mon.smithi156 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.525965+0000 mon.smithi156 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d9acabd-33b9-4345-8f9a-c70dcbf473ba"}]': finished 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: cluster 2023-12-08T10:28:15.526106+0000 mon.smithi156 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.526299+0000 mon.smithi156 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.526708+0000 mon.smithi156 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.526949+0000 mon.smithi156 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.527205+0000 mon.smithi156 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.527452+0000 mon.smithi156 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.527687+0000 mon.smithi156 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.802301+0000 mon.smithi194 (mon.1) 9 : audit [INF] from='client.? 172.21.15.156:0/4236469307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.802863+0000 mon.smithi156 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.808102+0000 mon.smithi156 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b0a7adb-3d7c-4ab0-9d78-9f210054cb55"}]': finished 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: cluster 2023-12-08T10:28:15.808162+0000 mon.smithi156 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.808372+0000 mon.smithi156 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.808806+0000 mon.smithi156 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.809085+0000 mon.smithi156 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.809297+0000 mon.smithi156 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.809505+0000 mon.smithi156 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.809736+0000 mon.smithi156 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:16.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:16 smithi156 bash[24915]: audit 2023-12-08T10:28:15.809934+0000 mon.smithi156 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:17.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:17 smithi156 bash[24915]: cluster 2023-12-08T10:28:17.175210+0000 mgr.smithi156.dvayok (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:17.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:17 smithi156 bash[24915]: audit 2023-12-08T10:28:17.312597+0000 mon.smithi194 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.194:0/3341927092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:17 smithi194 bash[28991]: cluster 2023-12-08T10:28:17.175210+0000 mgr.smithi156.dvayok (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:17 smithi194 bash[28991]: audit 2023-12-08T10:28:17.312597+0000 mon.smithi194 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.194:0/3341927092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:18.551 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:18.802 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:18 smithi156 bash[24915]: audit 2023-12-08T10:28:18.332913+0000 mon.smithi156 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.156:0/330191436' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:18.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:18 smithi194 bash[28991]: audit 2023-12-08T10:28:18.332913+0000 mon.smithi156 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.156:0/330191436' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:19.348 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1702031295,"num_remapped_pgs":0} 2023-12-08T10:28:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:19 smithi156 bash[24915]: audit 2023-12-08T10:28:18.549118+0000 mon.smithi156 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.156:0/3160974586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:19.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:19 smithi156 bash[24915]: cluster 2023-12-08T10:28:19.175708+0000 mgr.smithi156.dvayok (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:19 smithi194 bash[28991]: audit 2023-12-08T10:28:18.549118+0000 mon.smithi156 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.156:0/3160974586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:19 smithi194 bash[28991]: cluster 2023-12-08T10:28:19.175708+0000 mgr.smithi156.dvayok (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:20.349 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.115028+0000 mon.smithi156 (mon.0) 318 : audit [INF] from='client.? 172.21.15.156:0/3366764982' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce1cd2b8-0709-4f67-8255-f55a92ff798e"}]: dispatch 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.120454+0000 mon.smithi156 (mon.0) 319 : audit [INF] from='client.? 172.21.15.156:0/3366764982' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1cd2b8-0709-4f67-8255-f55a92ff798e"}]': finished 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: cluster 2023-12-08T10:28:21.120522+0000 mon.smithi156 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.120714+0000 mon.smithi156 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.121502+0000 mon.smithi156 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.122036+0000 mon.smithi156 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.122561+0000 mon.smithi156 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:21.444 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.123177+0000 mon.smithi156 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:21.445 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.123714+0000 mon.smithi156 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:21.445 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.123993+0000 mon.smithi156 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:21.445 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:21 smithi156 bash[24915]: audit 2023-12-08T10:28:21.124298+0000 mon.smithi156 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.115028+0000 mon.smithi156 (mon.0) 318 : audit [INF] from='client.? 172.21.15.156:0/3366764982' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce1cd2b8-0709-4f67-8255-f55a92ff798e"}]: dispatch 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.120454+0000 mon.smithi156 (mon.0) 319 : audit [INF] from='client.? 172.21.15.156:0/3366764982' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce1cd2b8-0709-4f67-8255-f55a92ff798e"}]': finished 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: cluster 2023-12-08T10:28:21.120522+0000 mon.smithi156 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.120714+0000 mon.smithi156 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.121502+0000 mon.smithi156 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.122036+0000 mon.smithi156 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.122561+0000 mon.smithi156 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.123177+0000 mon.smithi156 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.123714+0000 mon.smithi156 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.123993+0000 mon.smithi156 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:21 smithi194 bash[28991]: audit 2023-12-08T10:28:21.124298+0000 mon.smithi156 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:22.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:22 smithi156 bash[24915]: cluster 2023-12-08T10:28:21.176025+0000 mgr.smithi156.dvayok (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:22 smithi194 bash[28991]: cluster 2023-12-08T10:28:21.176025+0000 mgr.smithi156.dvayok (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:24.058 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:24.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:24 smithi156 bash[24915]: cluster 2023-12-08T10:28:23.176462+0000 mgr.smithi156.dvayok (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:24.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:24 smithi156 bash[24915]: audit 2023-12-08T10:28:23.820882+0000 mon.smithi156 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.156:0/1024171745' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:24.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:24 smithi156 bash[24915]: audit 2023-12-08T10:28:24.055676+0000 mon.smithi156 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.156:0/1277076443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:24 smithi194 bash[28991]: cluster 2023-12-08T10:28:23.176462+0000 mgr.smithi156.dvayok (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:24 smithi194 bash[28991]: audit 2023-12-08T10:28:23.820882+0000 mon.smithi156 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.156:0/1024171745' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:28:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:24 smithi194 bash[28991]: audit 2023-12-08T10:28:24.055676+0000 mon.smithi156 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.156:0/1277076443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:24.899 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:28:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:25 smithi194 bash[28991]: cluster 2023-12-08T10:28:25.176912+0000 mgr.smithi156.dvayok (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:25.900 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:25.912 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:25 smithi156 bash[24915]: cluster 2023-12-08T10:28:25.176912+0000 mgr.smithi156.dvayok (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:28.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:28 smithi156 bash[24915]: cluster 2023-12-08T10:28:27.177342+0000 mgr.smithi156.dvayok (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:28 smithi194 bash[28991]: cluster 2023-12-08T10:28:27.177342+0000 mgr.smithi156.dvayok (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:29.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:29 smithi156 bash[24915]: audit 2023-12-08T10:28:28.938746+0000 mon.smithi156 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:28:29.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:29 smithi156 bash[24915]: audit 2023-12-08T10:28:28.940272+0000 mon.smithi156 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:29.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:29 smithi194 bash[28991]: audit 2023-12-08T10:28:28.938746+0000 mon.smithi156 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:28:29.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:29 smithi194 bash[28991]: audit 2023-12-08T10:28:28.940272+0000 mon.smithi156 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:29.658 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:30.474 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:28:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:30 smithi156 bash[24915]: cephadm 2023-12-08T10:28:28.941338+0000 mgr.smithi156.dvayok (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-12-08T10:28:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:30 smithi156 bash[24915]: cluster 2023-12-08T10:28:29.177728+0000 mgr.smithi156.dvayok (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:30 smithi156 bash[24915]: audit 2023-12-08T10:28:29.656031+0000 mon.smithi156 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.156:0/1628381928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:30 smithi194 bash[28991]: cephadm 2023-12-08T10:28:28.941338+0000 mgr.smithi156.dvayok (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-12-08T10:28:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:30 smithi194 bash[28991]: cluster 2023-12-08T10:28:29.177728+0000 mgr.smithi156.dvayok (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:30 smithi194 bash[28991]: audit 2023-12-08T10:28:29.656031+0000 mon.smithi156 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.156:0/1628381928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:31.475 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:32.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:32 smithi194 bash[28991]: cluster 2023-12-08T10:28:31.178092+0000 mgr.smithi156.dvayok (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:32.508 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:32 smithi156 bash[24915]: cluster 2023-12-08T10:28:31.178092+0000 mgr.smithi156.dvayok (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:34.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:34 smithi156 bash[24915]: audit 2023-12-08T10:28:32.999096+0000 mon.smithi156 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:34.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:34 smithi156 bash[24915]: audit 2023-12-08T10:28:33.000430+0000 mon.smithi156 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:28:34.247 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:34 smithi156 bash[24915]: audit 2023-12-08T10:28:33.001513+0000 mon.smithi156 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:34.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:34 smithi156 bash[24915]: cephadm 2023-12-08T10:28:33.002512+0000 mgr.smithi156.dvayok (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-12-08T10:28:34.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:34 smithi156 bash[24915]: cluster 2023-12-08T10:28:33.178531+0000 mgr.smithi156.dvayok (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:34.262 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:34 smithi194 bash[28991]: audit 2023-12-08T10:28:32.999096+0000 mon.smithi156 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:34.262 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:34 smithi194 bash[28991]: audit 2023-12-08T10:28:33.000430+0000 mon.smithi156 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:28:34.262 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:34 smithi194 bash[28991]: audit 2023-12-08T10:28:33.001513+0000 mon.smithi156 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:34.262 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:34 smithi194 bash[28991]: cephadm 2023-12-08T10:28:33.002512+0000 mgr.smithi156.dvayok (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-12-08T10:28:34.262 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:34 smithi194 bash[28991]: cluster 2023-12-08T10:28:33.178531+0000 mgr.smithi156.dvayok (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:35.115 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:35.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:35 smithi156 bash[24915]: audit 2023-12-08T10:28:35.113133+0000 mon.smithi156 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.156:0/1145670269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:35.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:35 smithi156 bash[24915]: cluster 2023-12-08T10:28:35.178869+0000 mgr.smithi156.dvayok (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:35 smithi194 bash[28991]: audit 2023-12-08T10:28:35.113133+0000 mon.smithi156 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.156:0/1145670269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:35 smithi194 bash[28991]: cluster 2023-12-08T10:28:35.178869+0000 mgr.smithi156.dvayok (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:36.224 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:28:37.225 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:38.255 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:38 smithi194 bash[28991]: cluster 2023-12-08T10:28:37.179402+0000 mgr.smithi156.dvayok (mgr.14180) 105 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:38.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:38 smithi156 bash[24915]: cluster 2023-12-08T10:28:37.179402+0000 mgr.smithi156.dvayok (mgr.14180) 105 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: audit 2023-12-08T10:28:38.522296+0000 mon.smithi156 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: audit 2023-12-08T10:28:38.523601+0000 mon.smithi156 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: audit 2023-12-08T10:28:38.524888+0000 mon.smithi156 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: cephadm 2023-12-08T10:28:38.525917+0000 mgr.smithi156.dvayok (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: audit 2023-12-08T10:28:38.964013+0000 mon.smithi156 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: audit 2023-12-08T10:28:38.965443+0000 mon.smithi156 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: cephadm 2023-12-08T10:28:38.966392+0000 mgr.smithi156.dvayok (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.1 on smithi156 2023-12-08T10:28:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:39 smithi156 bash[24915]: cluster 2023-12-08T10:28:39.179799+0000 mgr.smithi156.dvayok (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: audit 2023-12-08T10:28:38.522296+0000 mon.smithi156 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: audit 2023-12-08T10:28:38.523601+0000 mon.smithi156 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: audit 2023-12-08T10:28:38.524888+0000 mon.smithi156 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: cephadm 2023-12-08T10:28:38.525917+0000 mgr.smithi156.dvayok (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: audit 2023-12-08T10:28:38.964013+0000 mon.smithi156 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: audit 2023-12-08T10:28:38.965443+0000 mon.smithi156 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: cephadm 2023-12-08T10:28:38.966392+0000 mgr.smithi156.dvayok (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.1 on smithi156 2023-12-08T10:28:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:39 smithi194 bash[28991]: cluster 2023-12-08T10:28:39.179799+0000 mgr.smithi156.dvayok (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:42.364 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:42 smithi156 bash[24915]: cluster 2023-12-08T10:28:41.180250+0000 mgr.smithi156.dvayok (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:42.364 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:42 smithi156 bash[24915]: audit 2023-12-08T10:28:41.421776+0000 mon.smithi194 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:28:42.364 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:42 smithi156 bash[24915]: audit 2023-12-08T10:28:41.422057+0000 mon.smithi156 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:28:42.443 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:42 smithi194 bash[28991]: cluster 2023-12-08T10:28:41.180250+0000 mgr.smithi156.dvayok (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:42 smithi194 bash[28991]: audit 2023-12-08T10:28:41.421776+0000 mon.smithi194 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:28:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:42 smithi194 bash[28991]: audit 2023-12-08T10:28:41.422057+0000 mon.smithi156 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.240653+0000 mon.smithi156 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: cluster 2023-12-08T10:28:42.240713+0000 mon.smithi156 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.240879+0000 mon.smithi156 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.241370+0000 mon.smithi156 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.241679+0000 mon.smithi156 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.241890+0000 mon.smithi194 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.242124+0000 mon.smithi156 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.242629+0000 mon.smithi156 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.243099+0000 mon.smithi156 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.243497+0000 mon.smithi156 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:43.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.243877+0000 mon.smithi156 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:43.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.244266+0000 mon.smithi156 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:43.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:43 smithi156 bash[24915]: audit 2023-12-08T10:28:42.441453+0000 mon.smithi156 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.156:0/2597429398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.240653+0000 mon.smithi156 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: cluster 2023-12-08T10:28:42.240713+0000 mon.smithi156 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.240879+0000 mon.smithi156 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.241370+0000 mon.smithi156 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.241679+0000 mon.smithi156 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.241890+0000 mon.smithi194 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.242124+0000 mon.smithi156 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.242629+0000 mon.smithi156 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:43.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.243099+0000 mon.smithi156 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:43.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.243497+0000 mon.smithi156 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:43.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.243877+0000 mon.smithi156 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:43.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.244266+0000 mon.smithi156 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:43.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:43 smithi194 bash[28991]: audit 2023-12-08T10:28:42.441453+0000 mon.smithi156 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.156:0/2597429398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:43.687 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:28:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: cluster 2023-12-08T10:28:43.180726+0000 mgr.smithi156.dvayok (mgr.14180) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.244719+0000 mon.smithi156 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: cluster 2023-12-08T10:28:43.244855+0000 mon.smithi156 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.245500+0000 mon.smithi156 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.246006+0000 mon.smithi156 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.246353+0000 mon.smithi156 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.250292+0000 mon.smithi156 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.250542+0000 mon.smithi156 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.250803+0000 mon.smithi156 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.251052+0000 mon.smithi156 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.251375+0000 mon.smithi156 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:44 smithi156 bash[24915]: audit 2023-12-08T10:28:43.251712+0000 mon.smithi156 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: cluster 2023-12-08T10:28:43.180726+0000 mgr.smithi156.dvayok (mgr.14180) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.244719+0000 mon.smithi156 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: cluster 2023-12-08T10:28:43.244855+0000 mon.smithi156 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.245500+0000 mon.smithi156 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.246006+0000 mon.smithi156 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.246353+0000 mon.smithi156 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:44.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.250292+0000 mon.smithi156 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:44.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.250542+0000 mon.smithi156 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:44.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.250803+0000 mon.smithi156 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:44.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.251052+0000 mon.smithi156 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:44.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.251375+0000 mon.smithi156 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:44.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:44 smithi194 bash[28991]: audit 2023-12-08T10:28:43.251712+0000 mon.smithi156 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:44.688 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: cluster 2023-12-08T10:28:42.428967+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: cluster 2023-12-08T10:28:42.429057+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.254850+0000 mon.smithi156 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: cluster 2023-12-08T10:28:44.257590+0000 mon.smithi156 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282] boot 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: cluster 2023-12-08T10:28:44.257631+0000 mon.smithi156 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:28:45.487 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.257781+0000 mon.smithi156 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.258264+0000 mon.smithi156 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.258458+0000 mon.smithi156 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.258707+0000 mon.smithi156 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.258985+0000 mon.smithi156 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.259199+0000 mon.smithi156 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.259435+0000 mon.smithi156 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.259692+0000 mon.smithi156 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.517277+0000 mon.smithi156 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.518528+0000 mon.smithi156 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:28:45.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:45 smithi156 bash[24915]: audit 2023-12-08T10:28:44.519552+0000 mon.smithi156 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: cluster 2023-12-08T10:28:42.428967+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: cluster 2023-12-08T10:28:42.429057+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.254850+0000 mon.smithi156 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: cluster 2023-12-08T10:28:44.257590+0000 mon.smithi156 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3336147282,v1:172.21.15.194:6801/3336147282] boot 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: cluster 2023-12-08T10:28:44.257631+0000 mon.smithi156 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.257781+0000 mon.smithi156 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.258264+0000 mon.smithi156 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.258458+0000 mon.smithi156 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.258707+0000 mon.smithi156 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.258985+0000 mon.smithi156 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.259199+0000 mon.smithi156 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.259435+0000 mon.smithi156 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.259692+0000 mon.smithi156 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:45.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.517277+0000 mon.smithi156 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:45.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.518528+0000 mon.smithi156 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:28:45.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:45 smithi194 bash[28991]: audit 2023-12-08T10:28:44.519552+0000 mon.smithi156 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: cephadm 2023-12-08T10:28:44.520293+0000 mgr.smithi156.dvayok (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.5 on smithi194 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: cluster 2023-12-08T10:28:45.181166+0000 mgr.smithi156.dvayok (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: cluster 2023-12-08T10:28:45.262499+0000 mon.smithi156 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.262642+0000 mon.smithi156 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.262946+0000 mon.smithi156 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.263116+0000 mon.smithi156 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.263311+0000 mon.smithi156 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.263541+0000 mon.smithi156 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.263706+0000 mon.smithi156 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.263882+0000 mon.smithi156 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:46.297 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.751660+0000 mon.smithi156 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:46.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.752883+0000 mon.smithi156 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:28:46.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:46 smithi156 bash[24915]: audit 2023-12-08T10:28:45.753797+0000 mon.smithi156 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: cephadm 2023-12-08T10:28:44.520293+0000 mgr.smithi156.dvayok (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.5 on smithi194 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: cluster 2023-12-08T10:28:45.181166+0000 mgr.smithi156.dvayok (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: cluster 2023-12-08T10:28:45.262499+0000 mon.smithi156 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.262642+0000 mon.smithi156 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.262946+0000 mon.smithi156 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.263116+0000 mon.smithi156 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.263311+0000 mon.smithi156 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.263541+0000 mon.smithi156 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.263706+0000 mon.smithi156 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.263882+0000 mon.smithi156 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.751660+0000 mon.smithi156 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.752883+0000 mon.smithi156 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:28:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:46 smithi194 bash[28991]: audit 2023-12-08T10:28:45.753797+0000 mon.smithi156 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:47.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:47 smithi194 bash[28991]: cephadm 2023-12-08T10:28:45.754632+0000 mgr.smithi156.dvayok (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.3 on smithi156 2023-12-08T10:28:47.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:47 smithi156 bash[24915]: cephadm 2023-12-08T10:28:45.754632+0000 mgr.smithi156.dvayok (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.3 on smithi156 2023-12-08T10:28:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:48 smithi194 bash[28991]: cluster 2023-12-08T10:28:47.181697+0000 mgr.smithi156.dvayok (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:48 smithi194 bash[28991]: audit 2023-12-08T10:28:47.562632+0000 mon.smithi194 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:28:48.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:48 smithi194 bash[28991]: audit 2023-12-08T10:28:47.562740+0000 mon.smithi156 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:28:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:48 smithi156 bash[24915]: cluster 2023-12-08T10:28:47.181697+0000 mgr.smithi156.dvayok (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:48 smithi156 bash[24915]: audit 2023-12-08T10:28:47.562632+0000 mon.smithi194 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:28:48.583 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:48 smithi156 bash[24915]: audit 2023-12-08T10:28:47.562740+0000 mon.smithi156 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:28:49.304 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.276156+0000 mon.smithi156 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: cluster 2023-12-08T10:28:48.276369+0000 mon.smithi156 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.277305+0000 mon.smithi156 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.277650+0000 mon.smithi156 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.277722+0000 mon.smithi194 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.277891+0000 mon.smithi156 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.278212+0000 mon.smithi156 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.278485+0000 mon.smithi156 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.278686+0000 mon.smithi156 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.278949+0000 mon.smithi156 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:48.283555+0000 mon.smithi156 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:49.329 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.275742+0000 mon.smithi156 (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=smithi194", "root=default"]}]': finished 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: cluster 2023-12-08T10:28:49.275795+0000 mon.smithi156 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.276008+0000 mon.smithi156 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.276773+0000 mon.smithi156 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.277262+0000 mon.smithi156 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.277725+0000 mon.smithi156 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:49.330 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:49 smithi156 bash[24915]: audit 2023-12-08T10:28:49.278513+0000 mon.smithi156 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.276156+0000 mon.smithi156 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: cluster 2023-12-08T10:28:48.276369+0000 mon.smithi156 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.277305+0000 mon.smithi156 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.277650+0000 mon.smithi156 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.277722+0000 mon.smithi194 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.277891+0000 mon.smithi156 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.278212+0000 mon.smithi156 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.278485+0000 mon.smithi156 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.278686+0000 mon.smithi156 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.278949+0000 mon.smithi156 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:48.283555+0000 mon.smithi156 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.275742+0000 mon.smithi156 (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=smithi194", "root=default"]}]': finished 2023-12-08T10:28:49.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: cluster 2023-12-08T10:28:49.275795+0000 mon.smithi156 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:28:49.521 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.276008+0000 mon.smithi156 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:49.521 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.276773+0000 mon.smithi156 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:49.521 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.277262+0000 mon.smithi156 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:49.521 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.277725+0000 mon.smithi156 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:49.521 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:49 smithi194 bash[28991]: audit 2023-12-08T10:28:49.278513+0000 mon.smithi156 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: cluster 2023-12-08T10:28:49.182038+0000 mgr.smithi156.dvayok (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: audit 2023-12-08T10:28:49.279042+0000 mon.smithi156 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: audit 2023-12-08T10:28:49.280008+0000 mon.smithi156 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: audit 2023-12-08T10:28:49.288155+0000 mon.smithi156 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: audit 2023-12-08T10:28:49.302870+0000 mon.smithi156 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.156:0/1364936241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:50 smithi194 bash[28991]: audit 2023-12-08T10:28:50.145658+0000 mon.smithi156 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:50.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: cluster 2023-12-08T10:28:49.182038+0000 mgr.smithi156.dvayok (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: audit 2023-12-08T10:28:49.279042+0000 mon.smithi156 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: audit 2023-12-08T10:28:49.280008+0000 mon.smithi156 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: audit 2023-12-08T10:28:49.288155+0000 mon.smithi156 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: audit 2023-12-08T10:28:49.302870+0000 mon.smithi156 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.156:0/1364936241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:50 smithi156 bash[24915]: audit 2023-12-08T10:28:50.145658+0000 mon.smithi156 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:51.098 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1702031324,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:28:51.368 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: cluster 2023-12-08T10:28:48.605655+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:51.368 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: cluster 2023-12-08T10:28:48.605704+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:51.368 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.284970+0000 mon.smithi156 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:51.368 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: cluster 2023-12-08T10:28:50.288005+0000 mon.smithi156 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881] boot 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: cluster 2023-12-08T10:28:50.288057+0000 mon.smithi156 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.296872+0000 mon.smithi156 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.297059+0000 mon.smithi156 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.297313+0000 mon.smithi156 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.297502+0000 mon.smithi156 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.297710+0000 mon.smithi156 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.297920+0000 mon.smithi156 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:51.369 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:51 smithi156 bash[24915]: audit 2023-12-08T10:28:50.298124+0000 mon.smithi156 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: cluster 2023-12-08T10:28:48.605655+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: cluster 2023-12-08T10:28:48.605704+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.284970+0000 mon.smithi156 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: cluster 2023-12-08T10:28:50.288005+0000 mon.smithi156 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.194:6808/1967944881,v1:172.21.15.194:6809/1967944881] boot 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: cluster 2023-12-08T10:28:50.288057+0000 mon.smithi156 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.296872+0000 mon.smithi156 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.297059+0000 mon.smithi156 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:28:51.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.297313+0000 mon.smithi156 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:51.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.297502+0000 mon.smithi156 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:51.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.297710+0000 mon.smithi156 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:51.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.297920+0000 mon.smithi156 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:51.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:51 smithi194 bash[28991]: audit 2023-12-08T10:28:50.298124+0000 mon.smithi156 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:52.100 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: cluster 2023-12-08T10:28:51.182328+0000 mgr.smithi156.dvayok (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: cluster 2023-12-08T10:28:51.300443+0000 mon.smithi156 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.300652+0000 mon.smithi156 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.301080+0000 mon.smithi156 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.301427+0000 mon.smithi156 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.301730+0000 mon.smithi156 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:52.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.302014+0000 mon.smithi156 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:52.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:52 smithi156 bash[24915]: audit 2023-12-08T10:28:51.302309+0000 mon.smithi156 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: cluster 2023-12-08T10:28:51.182328+0000 mgr.smithi156.dvayok (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: cluster 2023-12-08T10:28:51.300443+0000 mon.smithi156 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.300652+0000 mon.smithi156 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.301080+0000 mon.smithi156 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.301427+0000 mon.smithi156 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.301730+0000 mon.smithi156 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.302014+0000 mon.smithi156 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:52 smithi194 bash[28991]: audit 2023-12-08T10:28:51.302309+0000 mon.smithi156 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:53.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:53 smithi156 bash[24915]: audit 2023-12-08T10:28:53.205776+0000 mon.smithi194 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:28:53.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:53 smithi156 bash[24915]: audit 2023-12-08T10:28:53.206406+0000 mon.smithi156 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:28:53.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:53 smithi194 bash[28991]: audit 2023-12-08T10:28:53.205776+0000 mon.smithi194 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:28:53.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:53 smithi194 bash[28991]: audit 2023-12-08T10:28:53.206406+0000 mon.smithi156 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:28:54.416 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: cluster 2023-12-08T10:28:53.182637+0000 mgr.smithi156.dvayok (mgr.14180) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:28:54.416 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.308942+0000 mon.smithi156 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:28:54.416 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: cluster 2023-12-08T10:28:53.309023+0000 mon.smithi156 (mon.0) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-08T10:28:54.416 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.309172+0000 mon.smithi156 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.309472+0000 mon.smithi156 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.309643+0000 mon.smithi156 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.309865+0000 mon.smithi156 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.310033+0000 mon.smithi156 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.310218+0000 mon.smithi156 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.315194+0000 mon.smithi194 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:54.417 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:54 smithi156 bash[24915]: audit 2023-12-08T10:28:53.315345+0000 mon.smithi156 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: cluster 2023-12-08T10:28:53.182637+0000 mgr.smithi156.dvayok (mgr.14180) 117 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:28:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.308942+0000 mon.smithi156 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:28:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: cluster 2023-12-08T10:28:53.309023+0000 mon.smithi156 (mon.0) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-08T10:28:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.309172+0000 mon.smithi156 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.309472+0000 mon.smithi156 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.309643+0000 mon.smithi156 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.309865+0000 mon.smithi156 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.310033+0000 mon.smithi156 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.310218+0000 mon.smithi156 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.315194+0000 mon.smithi194 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:54 smithi194 bash[28991]: audit 2023-12-08T10:28:53.315345+0000 mon.smithi156 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.310841+0000 mon.smithi156 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: cluster 2023-12-08T10:28:54.310891+0000 mon.smithi156 (mon.0) 443 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.311180+0000 mon.smithi156 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.311429+0000 mon.smithi156 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.311615+0000 mon.smithi156 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:55.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.311784+0000 mon.smithi156 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.311921+0000 mon.smithi156 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.312053+0000 mon.smithi156 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.321080+0000 mon.smithi156 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.695795+0000 mon.smithi156 (mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.696823+0000 mon.smithi156 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:28:55.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:55 smithi156 bash[24915]: audit 2023-12-08T10:28:54.697788+0000 mon.smithi156 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.310841+0000 mon.smithi156 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: cluster 2023-12-08T10:28:54.310891+0000 mon.smithi156 (mon.0) 443 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.311180+0000 mon.smithi156 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.311429+0000 mon.smithi156 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.311615+0000 mon.smithi156 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.311784+0000 mon.smithi156 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.311921+0000 mon.smithi156 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:55.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.312053+0000 mon.smithi156 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:55.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.321080+0000 mon.smithi156 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:55.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.695795+0000 mon.smithi156 (mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:28:55.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.696823+0000 mon.smithi156 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:28:55.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:55 smithi194 bash[28991]: audit 2023-12-08T10:28:54.697788+0000 mon.smithi156 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cluster 2023-12-08T10:28:54.227216+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cluster 2023-12-08T10:28:54.227304+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cephadm 2023-12-08T10:28:54.698651+0000 mgr.smithi156.dvayok (mgr.14180) 118 : cephadm [INF] Deploying daemon osd.6 on smithi156 2023-12-08T10:28:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cluster 2023-12-08T10:28:55.183116+0000 mgr.smithi156.dvayok (mgr.14180) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:28:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.323290+0000 mon.smithi156 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cluster 2023-12-08T10:28:55.327393+0000 mon.smithi156 (mon.0) 455 : cluster [INF] osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391] boot 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: cluster 2023-12-08T10:28:55.327436+0000 mon.smithi156 (mon.0) 456 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.327605+0000 mon.smithi156 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.328041+0000 mon.smithi156 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.328307+0000 mon.smithi156 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.328644+0000 mon.smithi156 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.328914+0000 mon.smithi156 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.329173+0000 mon.smithi156 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:56.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:56 smithi194 bash[28991]: audit 2023-12-08T10:28:55.329492+0000 mon.smithi156 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:28:56.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cluster 2023-12-08T10:28:54.227216+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:28:56.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cluster 2023-12-08T10:28:54.227304+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cephadm 2023-12-08T10:28:54.698651+0000 mgr.smithi156.dvayok (mgr.14180) 118 : cephadm [INF] Deploying daemon osd.6 on smithi156 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cluster 2023-12-08T10:28:55.183116+0000 mgr.smithi156.dvayok (mgr.14180) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.323290+0000 mon.smithi156 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cluster 2023-12-08T10:28:55.327393+0000 mon.smithi156 (mon.0) 455 : cluster [INF] osd.4 [v2:172.21.15.194:6816/42503391,v1:172.21.15.194:6817/42503391] boot 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: cluster 2023-12-08T10:28:55.327436+0000 mon.smithi156 (mon.0) 456 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.327605+0000 mon.smithi156 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.328041+0000 mon.smithi156 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.328307+0000 mon.smithi156 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.328644+0000 mon.smithi156 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.328914+0000 mon.smithi156 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.329173+0000 mon.smithi156 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:56 smithi156 bash[24915]: audit 2023-12-08T10:28:55.329492+0000 mon.smithi156 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.329307+0000 mon.smithi156 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: cluster 2023-12-08T10:28:56.329362+0000 mon.smithi156 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.341199+0000 mon.smithi156 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.341401+0000 mon.smithi156 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.341551+0000 mon.smithi156 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.341716+0000 mon.smithi156 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.341868+0000 mon.smithi156 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.342630+0000 mon.smithi156 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:28:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:56.801989+0000 mon.smithi156 (mon.0) 472 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:28:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:57.264262+0000 mon.smithi194 (mon.1) 17 : audit [INF] from='osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:28:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:57 smithi194 bash[28991]: audit 2023-12-08T10:28:57.264829+0000 mon.smithi156 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:28:57.684 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.329307+0000 mon.smithi156 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: cluster 2023-12-08T10:28:56.329362+0000 mon.smithi156 (mon.0) 465 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.341199+0000 mon.smithi156 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.341401+0000 mon.smithi156 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.341551+0000 mon.smithi156 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.341716+0000 mon.smithi156 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.341868+0000 mon.smithi156 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.342630+0000 mon.smithi156 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:56.801989+0000 mon.smithi156 (mon.0) 472 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:57.264262+0000 mon.smithi194 (mon.1) 17 : audit [INF] from='osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:28:57.685 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:57 smithi156 bash[24915]: audit 2023-12-08T10:28:57.264829+0000 mon.smithi156 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:28:57.893 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: cluster 2023-12-08T10:28:57.183658+0000 mgr.smithi156.dvayok (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.334448+0000 mon.smithi156 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.334551+0000 mon.smithi156 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.334649+0000 mon.smithi156 (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: cluster 2023-12-08T10:28:57.334847+0000 mon.smithi156 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.335540+0000 mon.smithi156 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.336070+0000 mon.smithi156 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.336401+0000 mon.smithi156 (mon.0) 480 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.336763+0000 mon.smithi156 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.337106+0000 mon.smithi156 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.337403+0000 mon.smithi156 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.338504+0000 mon.smithi194 (mon.1) 18 : audit [INF] from='osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.342272+0000 mon.smithi156 (mon.0) 484 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:57.891697+0000 mon.smithi156 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.156:0/2689494949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:58.336540+0000 mon.smithi156 (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:58.336667+0000 mon.smithi156 (mon.0) 487 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: cluster 2023-12-08T10:28:58.336777+0000 mon.smithi156 (mon.0) 488 : cluster [DBG] osdmap e27: 8 total, 3 up, 8 in 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:58.336992+0000 mon.smithi156 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:58.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:58 smithi194 bash[28991]: audit 2023-12-08T10:28:58.337460+0000 mon.smithi156 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: cluster 2023-12-08T10:28:57.183658+0000 mgr.smithi156.dvayok (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.334448+0000 mon.smithi156 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.334551+0000 mon.smithi156 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.334649+0000 mon.smithi156 (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: cluster 2023-12-08T10:28:57.334847+0000 mon.smithi156 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.335540+0000 mon.smithi156 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.336070+0000 mon.smithi156 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.336401+0000 mon.smithi156 (mon.0) 480 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:28:58.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.336763+0000 mon.smithi156 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.337106+0000 mon.smithi156 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.337403+0000 mon.smithi156 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.338504+0000 mon.smithi194 (mon.1) 18 : audit [INF] from='osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.342272+0000 mon.smithi156 (mon.0) 484 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:57.891697+0000 mon.smithi156 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.156:0/2689494949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:58.336540+0000 mon.smithi156 (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:58.336667+0000 mon.smithi156 (mon.0) 487 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: cluster 2023-12-08T10:28:58.336777+0000 mon.smithi156 (mon.0) 488 : cluster [DBG] osdmap e27: 8 total, 3 up, 8 in 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:58.336992+0000 mon.smithi156 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:58.672 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:58 smithi156 bash[24915]: audit 2023-12-08T10:28:58.337460+0000 mon.smithi156 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:59.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:58.338522+0000 mon.smithi156 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:58.339792+0000 mon.smithi156 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:58.340325+0000 mon.smithi156 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:58.348627+0000 mon.smithi156 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:58.348891+0000 mon.smithi156 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: cluster 2023-12-08T10:28:59.336978+0000 mon.smithi156 (mon.0) 496 : cluster [INF] osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350] boot 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: cluster 2023-12-08T10:28:59.337015+0000 mon.smithi156 (mon.0) 497 : cluster [INF] osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237] boot 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: cluster 2023-12-08T10:28:59.337045+0000 mon.smithi156 (mon.0) 498 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:59.337704+0000 mon.smithi156 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:59.337950+0000 mon.smithi156 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:59.338111+0000 mon.smithi156 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:59.338302+0000 mon.smithi156 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:59.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:28:59 smithi156 bash[24915]: audit 2023-12-08T10:28:59.338463+0000 mon.smithi156 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:58.338522+0000 mon.smithi156 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:58.339792+0000 mon.smithi156 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:58.340325+0000 mon.smithi156 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:58.348627+0000 mon.smithi156 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:58.348891+0000 mon.smithi156 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: cluster 2023-12-08T10:28:59.336978+0000 mon.smithi156 (mon.0) 496 : cluster [INF] osd.1 [v2:172.21.15.156:6802/2667453350,v1:172.21.15.156:6803/2667453350] boot 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: cluster 2023-12-08T10:28:59.337015+0000 mon.smithi156 (mon.0) 497 : cluster [INF] osd.5 [v2:172.21.15.194:6824/628628237,v1:172.21.15.194:6825/628628237] boot 2023-12-08T10:28:59.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: cluster 2023-12-08T10:28:59.337045+0000 mon.smithi156 (mon.0) 498 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T10:28:59.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:59.337704+0000 mon.smithi156 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:28:59.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:59.337950+0000 mon.smithi156 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:28:59.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:59.338111+0000 mon.smithi156 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:28:59.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:59.338302+0000 mon.smithi156 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:28:59.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:28:59 smithi194 bash[28991]: audit 2023-12-08T10:28:59.338463+0000 mon.smithi156 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:28:59.930 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":26,"num_osds":8,"num_up_osds":3,"osd_up_since":1702031335,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:29:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:57.797733+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:57.797797+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:58.301416+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:58.301509+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:59.184142+0000 mgr.smithi156.dvayok (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: cluster 2023-12-08T10:28:59.500936+0000 mon.smithi156 (mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: audit 2023-12-08T10:28:59.501209+0000 mon.smithi156 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: audit 2023-12-08T10:28:59.501446+0000 mon.smithi156 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:00 smithi156 bash[24915]: audit 2023-12-08T10:28:59.501664+0000 mon.smithi156 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:57.797733+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:57.797797+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:58.301416+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:58.301509+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:59.184142+0000 mgr.smithi156.dvayok (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:29:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: cluster 2023-12-08T10:28:59.500936+0000 mon.smithi156 (mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:29:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: audit 2023-12-08T10:28:59.501209+0000 mon.smithi156 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: audit 2023-12-08T10:28:59.501446+0000 mon.smithi156 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:00 smithi194 bash[28991]: audit 2023-12-08T10:28:59.501664+0000 mon.smithi156 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:00.931 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: audit 2023-12-08T10:29:00.496696+0000 mon.smithi156 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: cluster 2023-12-08T10:29:00.508154+0000 mon.smithi156 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: audit 2023-12-08T10:29:00.508331+0000 mon.smithi156 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: audit 2023-12-08T10:29:00.508632+0000 mon.smithi156 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: audit 2023-12-08T10:29:00.508876+0000 mon.smithi156 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:01 smithi194 bash[28991]: cluster 2023-12-08T10:29:01.184635+0000 mgr.smithi156.dvayok (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:01.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: audit 2023-12-08T10:29:00.496696+0000 mon.smithi156 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:01.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: cluster 2023-12-08T10:29:00.508154+0000 mon.smithi156 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-08T10:29:01.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: audit 2023-12-08T10:29:00.508331+0000 mon.smithi156 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:01.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: audit 2023-12-08T10:29:00.508632+0000 mon.smithi156 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:01.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: audit 2023-12-08T10:29:00.508876+0000 mon.smithi156 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:01.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:01 smithi156 bash[24915]: cluster 2023-12-08T10:29:01.184635+0000 mgr.smithi156.dvayok (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:04 smithi194 bash[28991]: cluster 2023-12-08T10:29:03.185036+0000 mgr.smithi156.dvayok (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:04 smithi194 bash[28991]: audit 2023-12-08T10:29:03.212745+0000 mon.smithi156 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:04 smithi194 bash[28991]: audit 2023-12-08T10:29:03.213858+0000 mon.smithi156 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:29:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:04 smithi194 bash[28991]: audit 2023-12-08T10:29:03.214834+0000 mon.smithi156 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:04 smithi194 bash[28991]: cephadm 2023-12-08T10:29:03.215671+0000 mgr.smithi156.dvayok (mgr.14180) 124 : cephadm [INF] Deploying daemon osd.7 on smithi156 2023-12-08T10:29:04.568 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:04 smithi156 bash[24915]: cluster 2023-12-08T10:29:03.185036+0000 mgr.smithi156.dvayok (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:04.568 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:04 smithi156 bash[24915]: audit 2023-12-08T10:29:03.212745+0000 mon.smithi156 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:04.568 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:04 smithi156 bash[24915]: audit 2023-12-08T10:29:03.213858+0000 mon.smithi156 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:29:04.568 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:04 smithi156 bash[24915]: audit 2023-12-08T10:29:03.214834+0000 mon.smithi156 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:04.568 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:04 smithi156 bash[24915]: cephadm 2023-12-08T10:29:03.215671+0000 mgr.smithi156.dvayok (mgr.14180) 124 : cephadm [INF] Deploying daemon osd.7 on smithi156 2023-12-08T10:29:05.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:05 smithi156 bash[24915]: cluster 2023-12-08T10:29:05.185495+0000 mgr.smithi156.dvayok (mgr.14180) 125 : cluster [DBG] pgmap v101: 1 pgs: 1 activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:05 smithi194 bash[28991]: cluster 2023-12-08T10:29:05.185495+0000 mgr.smithi156.dvayok (mgr.14180) 125 : cluster [DBG] pgmap v101: 1 pgs: 1 activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:06.069 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:29:06.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:06 smithi156 bash[24915]: audit 2023-12-08T10:29:05.661062+0000 mon.smithi156 (mon.0) 516 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:29:06.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:06 smithi156 bash[24915]: audit 2023-12-08T10:29:06.066999+0000 mon.smithi194 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.156:0/3745673255' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:06 smithi194 bash[28991]: audit 2023-12-08T10:29:05.661062+0000 mon.smithi156 (mon.0) 516 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:29:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:06 smithi194 bash[28991]: audit 2023-12-08T10:29:06.066999+0000 mon.smithi194 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.156:0/3745673255' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: audit 2023-12-08T10:29:06.517769+0000 mon.smithi156 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: cluster 2023-12-08T10:29:06.517832+0000 mon.smithi156 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: audit 2023-12-08T10:29:06.518065+0000 mon.smithi156 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: audit 2023-12-08T10:29:06.518526+0000 mon.smithi156 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: audit 2023-12-08T10:29:06.518847+0000 mon.smithi156 (mon.0) 521 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: audit 2023-12-08T10:29:06.519220+0000 mon.smithi156 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:07 smithi194 bash[28991]: cluster 2023-12-08T10:29:07.186004+0000 mgr.smithi156.dvayok (mgr.14180) 126 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: audit 2023-12-08T10:29:06.517769+0000 mon.smithi156 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: cluster 2023-12-08T10:29:06.517832+0000 mon.smithi156 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: audit 2023-12-08T10:29:06.518065+0000 mon.smithi156 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: audit 2023-12-08T10:29:06.518526+0000 mon.smithi156 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: audit 2023-12-08T10:29:06.518847+0000 mon.smithi156 (mon.0) 521 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: audit 2023-12-08T10:29:06.519220+0000 mon.smithi156 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:07.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:07 smithi156 bash[24915]: cluster 2023-12-08T10:29:07.186004+0000 mgr.smithi156.dvayok (mgr.14180) 126 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:29:08.187 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":30,"num_osds":8,"num_up_osds":5,"osd_up_since":1702031339,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:07.522710+0000 mon.smithi156 (mon.0) 523 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: cluster 2023-12-08T10:29:07.522840+0000 mon.smithi156 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:07.523769+0000 mon.smithi156 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:07.524098+0000 mon.smithi156 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:07.524877+0000 mon.smithi156 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:07.530386+0000 mon.smithi156 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: cluster 2023-12-08T10:29:08.523224+0000 mon.smithi156 (mon.0) 529 : cluster [INF] osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131] boot 2023-12-08T10:29:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: cluster 2023-12-08T10:29:08.523272+0000 mon.smithi156 (mon.0) 530 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T10:29:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:08.523596+0000 mon.smithi156 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:08.523893+0000 mon.smithi156 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:08 smithi194 bash[28991]: audit 2023-12-08T10:29:08.524095+0000 mon.smithi156 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:08.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:07.522710+0000 mon.smithi156 (mon.0) 523 : audit [INF] from='osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:08.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: cluster 2023-12-08T10:29:07.522840+0000 mon.smithi156 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2023-12-08T10:29:08.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:07.523769+0000 mon.smithi156 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:07.524098+0000 mon.smithi156 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:07.524877+0000 mon.smithi156 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:07.530386+0000 mon.smithi156 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: cluster 2023-12-08T10:29:08.523224+0000 mon.smithi156 (mon.0) 529 : cluster [INF] osd.3 [v2:172.21.15.156:6810/1104888131,v1:172.21.15.156:6811/1104888131] boot 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: cluster 2023-12-08T10:29:08.523272+0000 mon.smithi156 (mon.0) 530 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:08.523596+0000 mon.smithi156 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:08.523893+0000 mon.smithi156 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:08 smithi156 bash[24915]: audit 2023-12-08T10:29:08.524095+0000 mon.smithi156 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:09.188 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: cluster 2023-12-08T10:29:06.662356+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: cluster 2023-12-08T10:29:06.662477+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: cluster 2023-12-08T10:29:09.186610+0000 mgr.smithi156.dvayok (mgr.14180) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: cluster 2023-12-08T10:29:09.502952+0000 mon.smithi156 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: audit 2023-12-08T10:29:09.503411+0000 mon.smithi156 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:09.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:09 smithi156 bash[24915]: audit 2023-12-08T10:29:09.503758+0000 mon.smithi156 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: cluster 2023-12-08T10:29:06.662356+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: cluster 2023-12-08T10:29:06.662477+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: cluster 2023-12-08T10:29:09.186610+0000 mgr.smithi156.dvayok (mgr.14180) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: cluster 2023-12-08T10:29:09.502952+0000 mon.smithi156 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: audit 2023-12-08T10:29:09.503411+0000 mon.smithi156 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:09 smithi194 bash[28991]: audit 2023-12-08T10:29:09.503758+0000 mon.smithi156 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:11.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:11 smithi156 bash[24915]: cluster 2023-12-08T10:29:10.505333+0000 mon.smithi156 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-08T10:29:11.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:11 smithi156 bash[24915]: audit 2023-12-08T10:29:10.505696+0000 mon.smithi156 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:11.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:11 smithi156 bash[24915]: audit 2023-12-08T10:29:10.506354+0000 mon.smithi156 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:11.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:11 smithi156 bash[24915]: cluster 2023-12-08T10:29:11.187235+0000 mgr.smithi156.dvayok (mgr.14180) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:11.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:11 smithi156 bash[24915]: audit 2023-12-08T10:29:11.491091+0000 mon.smithi156 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:11 smithi194 bash[28991]: cluster 2023-12-08T10:29:10.505333+0000 mon.smithi156 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-08T10:29:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:11 smithi194 bash[28991]: audit 2023-12-08T10:29:10.505696+0000 mon.smithi156 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:11 smithi194 bash[28991]: audit 2023-12-08T10:29:10.506354+0000 mon.smithi156 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:11 smithi194 bash[28991]: cluster 2023-12-08T10:29:11.187235+0000 mgr.smithi156.dvayok (mgr.14180) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:11 smithi194 bash[28991]: audit 2023-12-08T10:29:11.491091+0000 mon.smithi156 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:13.764 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:29:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:14 smithi194 bash[28991]: cluster 2023-12-08T10:29:13.187745+0000 mgr.smithi156.dvayok (mgr.14180) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:14 smithi194 bash[28991]: audit 2023-12-08T10:29:13.570635+0000 mon.smithi156 (mon.0) 541 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:29:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:14 smithi194 bash[28991]: audit 2023-12-08T10:29:13.762101+0000 mon.smithi194 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.156:0/540333902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:14.609 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:14 smithi156 bash[24915]: cluster 2023-12-08T10:29:13.187745+0000 mgr.smithi156.dvayok (mgr.14180) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:14.609 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:14 smithi156 bash[24915]: audit 2023-12-08T10:29:13.570635+0000 mon.smithi156 (mon.0) 541 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:29:14.609 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:14 smithi156 bash[24915]: audit 2023-12-08T10:29:13.762101+0000 mon.smithi194 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.156:0/540333902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:15.120 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":35,"num_osds":8,"num_up_osds":6,"osd_up_since":1702031348,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:29:15.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:15 smithi156 bash[24915]: audit 2023-12-08T10:29:14.245749+0000 mon.smithi156 (mon.0) 542 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:29:15.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:15 smithi156 bash[24915]: cluster 2023-12-08T10:29:14.245809+0000 mon.smithi156 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-12-08T10:29:15.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:15 smithi156 bash[24915]: audit 2023-12-08T10:29:14.246196+0000 mon.smithi156 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:15.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:15 smithi156 bash[24915]: audit 2023-12-08T10:29:14.246449+0000 mon.smithi156 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:15.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:15 smithi156 bash[24915]: audit 2023-12-08T10:29:14.246681+0000 mon.smithi156 (mon.0) 546 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:15 smithi194 bash[28991]: audit 2023-12-08T10:29:14.245749+0000 mon.smithi156 (mon.0) 542 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:29:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:15 smithi194 bash[28991]: cluster 2023-12-08T10:29:14.245809+0000 mon.smithi156 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-12-08T10:29:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:15 smithi194 bash[28991]: audit 2023-12-08T10:29:14.246196+0000 mon.smithi156 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:15 smithi194 bash[28991]: audit 2023-12-08T10:29:14.246449+0000 mon.smithi156 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:15 smithi194 bash[28991]: audit 2023-12-08T10:29:14.246681+0000 mon.smithi156 (mon.0) 546 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:16.121 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: cluster 2023-12-08T10:29:15.188426+0000 mgr.smithi156.dvayok (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: audit 2023-12-08T10:29:15.250465+0000 mon.smithi156 (mon.0) 547 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: cluster 2023-12-08T10:29:15.250606+0000 mon.smithi156 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: audit 2023-12-08T10:29:15.250939+0000 mon.smithi156 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: audit 2023-12-08T10:29:15.252100+0000 mon.smithi156 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:16.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:16 smithi156 bash[24915]: audit 2023-12-08T10:29:15.257323+0000 mon.smithi156 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: cluster 2023-12-08T10:29:15.188426+0000 mgr.smithi156.dvayok (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: audit 2023-12-08T10:29:15.250465+0000 mon.smithi156 (mon.0) 547 : audit [INF] from='osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: cluster 2023-12-08T10:29:15.250606+0000 mon.smithi156 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: audit 2023-12-08T10:29:15.250939+0000 mon.smithi156 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: audit 2023-12-08T10:29:15.252100+0000 mon.smithi156 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:16 smithi194 bash[28991]: audit 2023-12-08T10:29:15.257323+0000 mon.smithi156 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:17.520 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: cluster 2023-12-08T10:29:14.521381+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:17.520 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: cluster 2023-12-08T10:29:14.521507+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:17.520 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: cluster 2023-12-08T10:29:16.260674+0000 mon.smithi156 (mon.0) 552 : cluster [INF] osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960] boot 2023-12-08T10:29:17.520 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: cluster 2023-12-08T10:29:16.260765+0000 mon.smithi156 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-08T10:29:17.521 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: audit 2023-12-08T10:29:16.261511+0000 mon.smithi156 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:17.521 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:17 smithi156 bash[24915]: audit 2023-12-08T10:29:16.261840+0000 mon.smithi156 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: cluster 2023-12-08T10:29:14.521381+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: cluster 2023-12-08T10:29:14.521507+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: cluster 2023-12-08T10:29:16.260674+0000 mon.smithi156 (mon.0) 552 : cluster [INF] osd.6 [v2:172.21.15.156:6818/65087960,v1:172.21.15.156:6819/65087960] boot 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: cluster 2023-12-08T10:29:16.260765+0000 mon.smithi156 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: audit 2023-12-08T10:29:16.261511+0000 mon.smithi156 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:29:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:17 smithi194 bash[28991]: audit 2023-12-08T10:29:16.261840+0000 mon.smithi156 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:18 smithi156 bash[24915]: cluster 2023-12-08T10:29:17.189024+0000 mgr.smithi156.dvayok (mgr.14180) 131 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:18 smithi156 bash[24915]: cluster 2023-12-08T10:29:17.272896+0000 mon.smithi156 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-08T10:29:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:18 smithi156 bash[24915]: audit 2023-12-08T10:29:17.273123+0000 mon.smithi156 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:18 smithi194 bash[28991]: cluster 2023-12-08T10:29:17.189024+0000 mgr.smithi156.dvayok (mgr.14180) 131 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:29:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:18 smithi194 bash[28991]: cluster 2023-12-08T10:29:17.272896+0000 mon.smithi156 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-08T10:29:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:18 smithi194 bash[28991]: audit 2023-12-08T10:29:17.273123+0000 mon.smithi156 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:19.913 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:29:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:20 smithi194 bash[28991]: cluster 2023-12-08T10:29:19.189546+0000 mgr.smithi156.dvayok (mgr.14180) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:20 smithi194 bash[28991]: audit 2023-12-08T10:29:19.873452+0000 mon.smithi156 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:29:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:20 smithi194 bash[28991]: audit 2023-12-08T10:29:19.911708+0000 mon.smithi156 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.156:0/3049459993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:20 smithi156 bash[24915]: cluster 2023-12-08T10:29:19.189546+0000 mgr.smithi156.dvayok (mgr.14180) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:20 smithi156 bash[24915]: audit 2023-12-08T10:29:19.873452+0000 mon.smithi156 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:29:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:20 smithi156 bash[24915]: audit 2023-12-08T10:29:19.911708+0000 mon.smithi156 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.156:0/3049459993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:21.032 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1702031356,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:29:21.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:21 smithi156 bash[24915]: audit 2023-12-08T10:29:20.508562+0000 mon.smithi156 (mon.0) 560 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:29:21.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:21 smithi156 bash[24915]: cluster 2023-12-08T10:29:20.508646+0000 mon.smithi156 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-12-08T10:29:21.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:21 smithi156 bash[24915]: audit 2023-12-08T10:29:20.508789+0000 mon.smithi156 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:21.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:21 smithi156 bash[24915]: audit 2023-12-08T10:29:20.509414+0000 mon.smithi156 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:21 smithi156 bash[24915]: cluster 2023-12-08T10:29:21.190150+0000 mgr.smithi156.dvayok (mgr.14180) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:21 smithi194 bash[28991]: audit 2023-12-08T10:29:20.508562+0000 mon.smithi156 (mon.0) 560 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:29:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:21 smithi194 bash[28991]: cluster 2023-12-08T10:29:20.508646+0000 mon.smithi156 (mon.0) 561 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-12-08T10:29:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:21 smithi194 bash[28991]: audit 2023-12-08T10:29:20.508789+0000 mon.smithi156 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:21 smithi194 bash[28991]: audit 2023-12-08T10:29:20.509414+0000 mon.smithi156 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-08T10:29:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:21 smithi194 bash[28991]: cluster 2023-12-08T10:29:21.190150+0000 mgr.smithi156.dvayok (mgr.14180) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:22.034 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:29:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:22 smithi194 bash[28991]: audit 2023-12-08T10:29:21.513286+0000 mon.smithi156 (mon.0) 564 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:22 smithi194 bash[28991]: cluster 2023-12-08T10:29:21.513485+0000 mon.smithi156 (mon.0) 565 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-12-08T10:29:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:22 smithi194 bash[28991]: audit 2023-12-08T10:29:21.514152+0000 mon.smithi156 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:22 smithi194 bash[28991]: audit 2023-12-08T10:29:21.520339+0000 mon.smithi156 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:22.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:22 smithi156 bash[24915]: audit 2023-12-08T10:29:21.513286+0000 mon.smithi156 (mon.0) 564 : audit [INF] from='osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-08T10:29:22.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:22 smithi156 bash[24915]: cluster 2023-12-08T10:29:21.513485+0000 mon.smithi156 (mon.0) 565 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-12-08T10:29:22.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:22 smithi156 bash[24915]: audit 2023-12-08T10:29:21.514152+0000 mon.smithi156 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:22.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:22 smithi156 bash[24915]: audit 2023-12-08T10:29:21.520339+0000 mon.smithi156 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: cluster 2023-12-08T10:29:20.898069+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: cluster 2023-12-08T10:29:20.898143+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: cluster 2023-12-08T10:29:22.521616+0000 mon.smithi156 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478] boot 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: cluster 2023-12-08T10:29:22.521720+0000 mon.smithi156 (mon.0) 569 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: audit 2023-12-08T10:29:22.522355+0000 mon.smithi156 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:23 smithi194 bash[28991]: cluster 2023-12-08T10:29:23.190736+0000 mgr.smithi156.dvayok (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: cluster 2023-12-08T10:29:20.898069+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: cluster 2023-12-08T10:29:20.898143+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: cluster 2023-12-08T10:29:22.521616+0000 mon.smithi156 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.156:6826/552474478,v1:172.21.15.156:6827/552474478] boot 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: cluster 2023-12-08T10:29:22.521720+0000 mon.smithi156 (mon.0) 569 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: audit 2023-12-08T10:29:22.522355+0000 mon.smithi156 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:29:23.928 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:23 smithi156 bash[24915]: cluster 2023-12-08T10:29:23.190736+0000 mgr.smithi156.dvayok (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:29:24.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:24 smithi156 bash[24915]: cluster 2023-12-08T10:29:23.537704+0000 mon.smithi156 (mon.0) 571 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:29:24.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:24 smithi156 bash[24915]: audit 2023-12-08T10:29:23.879043+0000 mon.smithi156 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:24.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:24 smithi156 bash[24915]: audit 2023-12-08T10:29:23.881905+0000 mon.smithi156 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:24 smithi194 bash[28991]: cluster 2023-12-08T10:29:23.537704+0000 mon.smithi156 (mon.0) 571 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:29:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:24 smithi194 bash[28991]: audit 2023-12-08T10:29:23.879043+0000 mon.smithi156 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:24 smithi194 bash[28991]: audit 2023-12-08T10:29:23.881905+0000 mon.smithi156 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:25 smithi194 bash[28991]: cluster 2023-12-08T10:29:24.538244+0000 mon.smithi156 (mon.0) 574 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:29:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:25 smithi194 bash[28991]: cluster 2023-12-08T10:29:25.191396+0000 mgr.smithi156.dvayok (mgr.14180) 135 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:25.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:25 smithi156 bash[24915]: cluster 2023-12-08T10:29:24.538244+0000 mon.smithi156 (mon.0) 574 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:29:25.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:25 smithi156 bash[24915]: cluster 2023-12-08T10:29:25.191396+0000 mgr.smithi156.dvayok (mgr.14180) 135 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:26.025 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:29:26.800 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1702031362,"num_in_osds":8,"osd_in_since":1702031301,"num_remapped_pgs":0} 2023-12-08T10:29:26.800 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T10:29:26.801 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:29:26.811 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:26 smithi156 bash[24915]: audit 2023-12-08T10:29:26.023645+0000 mon.smithi156 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.156:0/271319286' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:26.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:26 smithi194 bash[28991]: audit 2023-12-08T10:29:26.023645+0000 mon.smithi156 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.156:0/271319286' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:29:27.869 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:27 smithi156 bash[24915]: cluster 2023-12-08T10:29:27.191945+0000 mgr.smithi156.dvayok (mgr.14180) 136 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:27 smithi194 bash[28991]: cluster 2023-12-08T10:29:27.191945+0000 mgr.smithi156.dvayok (mgr.14180) 136 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:30.090 INFO:teuthology.orchestra.run.smithi156.stdout:[client.0] 2023-12-08T10:29:30.090 INFO:teuthology.orchestra.run.smithi156.stdout: key = AQAK8HJlemT/BBAACpdUYAFlwvBd9U+/9qfdxw== 2023-12-08T10:29:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:30 smithi156 bash[24915]: cluster 2023-12-08T10:29:29.192523+0000 mgr.smithi156.dvayok (mgr.14180) 137 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:30 smithi156 bash[24915]: audit 2023-12-08T10:29:29.332007+0000 mon.smithi156 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:30 smithi156 bash[24915]: audit 2023-12-08T10:29:30.083463+0000 mon.smithi156 (mon.0) 577 : audit [INF] from='client.? 172.21.15.156:0/334784554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:29:30.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:30 smithi156 bash[24915]: audit 2023-12-08T10:29:30.088533+0000 mon.smithi156 (mon.0) 578 : audit [INF] from='client.? 172.21.15.156:0/334784554' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:29:30.790 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T10:29:30.790 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T10:29:30.790 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T10:29:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:30 smithi194 bash[28991]: cluster 2023-12-08T10:29:29.192523+0000 mgr.smithi156.dvayok (mgr.14180) 137 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:30 smithi194 bash[28991]: audit 2023-12-08T10:29:29.332007+0000 mon.smithi156 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:30 smithi194 bash[28991]: audit 2023-12-08T10:29:30.083463+0000 mon.smithi156 (mon.0) 577 : audit [INF] from='client.? 172.21.15.156:0/334784554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:29:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:30 smithi194 bash[28991]: audit 2023-12-08T10:29:30.088533+0000 mon.smithi156 (mon.0) 578 : audit [INF] from='client.? 172.21.15.156:0/334784554' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:29:30.859 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:29:31.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:31 smithi156 bash[24915]: audit 2023-12-08T10:29:30.364039+0000 mon.smithi156 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:31 smithi194 bash[28991]: audit 2023-12-08T10:29:30.364039+0000 mon.smithi156 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:32.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:32 smithi156 bash[24915]: cluster 2023-12-08T10:29:31.193091+0000 mgr.smithi156.dvayok (mgr.14180) 138 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:32 smithi194 bash[28991]: cluster 2023-12-08T10:29:31.193091+0000 mgr.smithi156.dvayok (mgr.14180) 138 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:34.211 INFO:teuthology.orchestra.run.smithi194.stdout:[client.1] 2023-12-08T10:29:34.211 INFO:teuthology.orchestra.run.smithi194.stdout: key = AQAO8HJlOZoLDBAA9epTMy61/M/MO2HwOWfZtw== 2023-12-08T10:29:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:34 smithi156 bash[24915]: cluster 2023-12-08T10:29:33.193696+0000 mgr.smithi156.dvayok (mgr.14180) 139 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:34 smithi156 bash[24915]: audit 2023-12-08T10:29:34.200882+0000 mon.smithi194 (mon.1) 21 : audit [INF] from='client.? 172.21.15.194:0/1281485566' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:29:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:34 smithi156 bash[24915]: audit 2023-12-08T10:29:34.201752+0000 mon.smithi156 (mon.0) 580 : 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-08T10:29:34.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:34 smithi156 bash[24915]: audit 2023-12-08T10:29:34.208849+0000 mon.smithi156 (mon.0) 581 : 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-08T10:29:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:34 smithi194 bash[28991]: cluster 2023-12-08T10:29:33.193696+0000 mgr.smithi156.dvayok (mgr.14180) 139 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:34 smithi194 bash[28991]: audit 2023-12-08T10:29:34.200882+0000 mon.smithi194 (mon.1) 21 : audit [INF] from='client.? 172.21.15.194:0/1281485566' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:29:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:34 smithi194 bash[28991]: audit 2023-12-08T10:29:34.201752+0000 mon.smithi156 (mon.0) 580 : 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-08T10:29:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:34 smithi194 bash[28991]: audit 2023-12-08T10:29:34.208849+0000 mon.smithi156 (mon.0) 581 : 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-08T10:29:35.301 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T10:29:35.301 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T10:29:35.301 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T10:29:35.319 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:29:35.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:35 smithi194 bash[28991]: cluster 2023-12-08T10:29:35.194329+0000 mgr.smithi156.dvayok (mgr.14180) 140 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:35.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:35 smithi156 bash[24915]: cluster 2023-12-08T10:29:35.194329+0000 mgr.smithi156.dvayok (mgr.14180) 140 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:38 smithi194 bash[28991]: cluster 2023-12-08T10:29:37.194894+0000 mgr.smithi156.dvayok (mgr.14180) 141 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:38 smithi156 bash[24915]: cluster 2023-12-08T10:29:37.194894+0000 mgr.smithi156.dvayok (mgr.14180) 141 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: cluster 2023-12-08T10:29:39.195502+0000 mgr.smithi156.dvayok (mgr.14180) 142 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.579930+0000 mon.smithi156 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.869381+0000 mon.smithi156 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.870992+0000 mon.smithi156 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.872341+0000 mon.smithi156 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.873397+0000 mon.smithi156 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:40 smithi194 bash[28991]: audit 2023-12-08T10:29:39.880835+0000 mon.smithi156 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:40.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: cluster 2023-12-08T10:29:39.195502+0000 mgr.smithi156.dvayok (mgr.14180) 142 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:40.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.579930+0000 mon.smithi156 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:40.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.869381+0000 mon.smithi156 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.870992+0000 mon.smithi156 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.872341+0000 mon.smithi156 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.873397+0000 mon.smithi156 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:40 smithi156 bash[24915]: audit 2023-12-08T10:29:39.880835+0000 mon.smithi156 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:40.817 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:29:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: cephadm 2023-12-08T10:29:39.570250+0000 mgr.smithi156.dvayok (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi194 2023-12-08T10:29:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: cephadm 2023-12-08T10:29:39.874208+0000 mgr.smithi156.dvayok (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4028M 2023-12-08T10:29:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.610315+0000 mon.smithi156 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.907298+0000 mon.smithi156 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.908259+0000 mon.smithi156 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.909204+0000 mon.smithi156 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.910192+0000 mon.smithi156 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.915729+0000 mon.smithi156 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.917710+0000 mon.smithi156 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.918502+0000 mon.smithi156 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.923464+0000 mon.smithi156 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.930369+0000 mon.smithi156 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.935153+0000 mon.smithi156 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.936521+0000 mon.smithi156 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.936720+0000 mon.smithi156 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:41.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:41 smithi194 bash[28991]: audit 2023-12-08T10:29:40.937338+0000 mon.smithi156 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:41.734 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: cephadm 2023-12-08T10:29:39.570250+0000 mgr.smithi156.dvayok (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi194 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: cephadm 2023-12-08T10:29:39.874208+0000 mgr.smithi156.dvayok (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4028M 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.610315+0000 mon.smithi156 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.907298+0000 mon.smithi156 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.908259+0000 mon.smithi156 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.909204+0000 mon.smithi156 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.910192+0000 mon.smithi156 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.915729+0000 mon.smithi156 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.917710+0000 mon.smithi156 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.918502+0000 mon.smithi156 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.923464+0000 mon.smithi156 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:29:41.735 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.930369+0000 mon.smithi156 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:41.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.935153+0000 mon.smithi156 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:29:41.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.936521+0000 mon.smithi156 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:29:41.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.936720+0000 mon.smithi156 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:41.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:41 smithi156 bash[24915]: audit 2023-12-08T10:29:40.937338+0000 mon.smithi156 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:42.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:42 smithi156 bash[24915]: cephadm 2023-12-08T10:29:40.600806+0000 mgr.smithi156.dvayok (mgr.14180) 145 : cephadm [INF] Detected new or changed devices on smithi156 2023-12-08T10:29:42.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:42 smithi156 bash[24915]: cephadm 2023-12-08T10:29:40.910992+0000 mgr.smithi156.dvayok (mgr.14180) 146 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 3260M 2023-12-08T10:29:42.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:42 smithi156 bash[24915]: cluster 2023-12-08T10:29:41.196018+0000 mgr.smithi156.dvayok (mgr.14180) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:42 smithi194 bash[28991]: cephadm 2023-12-08T10:29:40.600806+0000 mgr.smithi156.dvayok (mgr.14180) 145 : cephadm [INF] Detected new or changed devices on smithi156 2023-12-08T10:29:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:42 smithi194 bash[28991]: cephadm 2023-12-08T10:29:40.910992+0000 mgr.smithi156.dvayok (mgr.14180) 146 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 3260M 2023-12-08T10:29:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:42 smithi194 bash[28991]: cluster 2023-12-08T10:29:41.196018+0000 mgr.smithi156.dvayok (mgr.14180) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:43.878 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:29:43.878 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":44,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:24:08.024720+0000","modified":"2023-12-08T10:29:24.534220+0000","last_up_change":"2023-12-08T10:29:22.515734+0000","last_in_change":"2023-12-08T10:28:21.116298+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-08T10:28:55.786699+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b3f5184f-510e-4288-9545-18e2467c4dea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6801","nonce":3336147282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6803","nonce":3336147282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6807","nonce":3336147282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6805","nonce":3336147282}]},"public_addr":"172.21.15.194:6801/3336147282","cluster_addr":"172.21.15.194:6803/3336147282","heartbeat_back_addr":"172.21.15.194:6807/3336147282","heartbeat_front_addr":"172.21.15.194:6805/3336147282","state":["exists","up"]},{"osd":1,"uuid":"b43f91d1-5ce5-4824-958d-0f968dcacb5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6803","nonce":2667453350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6805","nonce":2667453350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6809","nonce":2667453350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6807","nonce":2667453350}]},"public_addr":"172.21.15.156:6803/2667453350","cluster_addr":"172.21.15.156:6805/2667453350","heartbeat_back_addr":"172.21.15.156:6809/2667453350","heartbeat_front_addr":"172.21.15.156:6807/2667453350","state":["exists","up"]},{"osd":2,"uuid":"a97c16dd-070c-4fe7-8242-e3eac2be4fda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6809","nonce":1967944881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6811","nonce":1967944881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6815","nonce":1967944881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6813","nonce":1967944881}]},"public_addr":"172.21.15.194:6809/1967944881","cluster_addr":"172.21.15.194:6811/1967944881","heartbeat_back_addr":"172.21.15.194:6815/1967944881","heartbeat_front_addr":"172.21.15.194:6813/1967944881","state":["exists","up"]},{"osd":3,"uuid":"b7a02b86-ca26-48c3-a393-8e4e47dac85e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6811","nonce":1104888131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6813","nonce":1104888131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6817","nonce":1104888131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6815","nonce":1104888131}]},"public_addr":"172.21.15.156:6811/1104888131","cluster_addr":"172.21.15.156:6813/1104888131","heartbeat_back_addr":"172.21.15.156:6817/1104888131","heartbeat_front_addr":"172.21.15.156:6815/1104888131","state":["exists","up"]},{"osd":4,"uuid":"a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6817","nonce":42503391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6819","nonce":42503391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6823","nonce":42503391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6821","nonce":42503391}]},"public_addr":"172.21.15.194:6817/42503391","cluster_addr":"172.21.15.194:6819/42503391","heartbeat_back_addr":"172.21.15.194:6823/42503391","heartbeat_front_addr":"172.21.15.194:6821/42503391","state":["exists","up"]},{"osd":5,"uuid":"2d9acabd-33b9-4345-8f9a-c70dcbf473ba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6825","nonce":628628237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6827","nonce":628628237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6831","nonce":628628237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6829","nonce":628628237}]},"public_addr":"172.21.15.194:6825/628628237","cluster_addr":"172.21.15.194:6827/628628237","heartbeat_back_addr":"172.21.15.194:6831/628628237","heartbeat_front_addr":"172.21.15.194:6829/628628237","state":["exists","up"]},{"osd":6,"uuid":"2b0a7adb-3d7c-4ab0-9d78-9f210054cb55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6819","nonce":65087960}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6821","nonce":65087960}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6825","nonce":65087960}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6823","nonce":65087960}]},"public_addr":"172.21.15.156:6819/65087960","cluster_addr":"172.21.15.156:6821/65087960","heartbeat_back_addr":"172.21.15.156:6825/65087960","heartbeat_front_addr":"172.21.15.156:6823/65087960","state":["exists","up"]},{"osd":7,"uuid":"ce1cd2b8-0709-4f67-8255-f55a92ff798e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6827","nonce":552474478}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6829","nonce":552474478}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6832","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6833","nonce":552474478}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6831","nonce":552474478}]},"public_addr":"172.21.15.156:6827/552474478","cluster_addr":"172.21.15.156:6829/552474478","heartbeat_back_addr":"172.21.15.156:6833/552474478","heartbeat_front_addr":"172.21.15.156:6831/552474478","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-08T10:28:42.429062+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-08T10:28:57.797801+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-08T10:28:48.605707+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-08T10:29:06.662481+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-08T10:28:54.227308+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-08T10:28:58.301515+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-08T10:29:14.521513+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-08T10:29:20.898148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.156:0/3175161500":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3081317424":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/992703729":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6800/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3062148019":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:0/1530057729":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6800/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:6800/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6801/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:0/496692177":"2023-12-09T10:24:36.081587+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-08T10:29:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:44 smithi156 bash[24915]: cluster 2023-12-08T10:29:43.196573+0000 mgr.smithi156.dvayok (mgr.14180) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:44 smithi156 bash[24915]: audit 2023-12-08T10:29:43.874327+0000 mon.smithi156 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.156:0/858409002' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:29:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:44 smithi194 bash[28991]: cluster 2023-12-08T10:29:43.196573+0000 mgr.smithi156.dvayok (mgr.14180) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:44 smithi194 bash[28991]: audit 2023-12-08T10:29:43.874327+0000 mon.smithi156 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.156:0/858409002' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:29:44.612 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T10:28:55.786699+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T10:29:44.612 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T10:29:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:45 smithi194 bash[28991]: cluster 2023-12-08T10:29:45.197195+0000 mgr.smithi156.dvayok (mgr.14180) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:45.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:45 smithi156 bash[24915]: cluster 2023-12-08T10:29:45.197195+0000 mgr.smithi156.dvayok (mgr.14180) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:48 smithi194 bash[28991]: cluster 2023-12-08T10:29:47.197843+0000 mgr.smithi156.dvayok (mgr.14180) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:48.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:48 smithi156 bash[24915]: cluster 2023-12-08T10:29:47.197843+0000 mgr.smithi156.dvayok (mgr.14180) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:50.427 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:29:50.516 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:50 smithi156 bash[24915]: cluster 2023-12-08T10:29:49.198500+0000 mgr.smithi156.dvayok (mgr.14180) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:50 smithi194 bash[28991]: cluster 2023-12-08T10:29:49.198500+0000 mgr.smithi156.dvayok (mgr.14180) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:52 smithi156 bash[24915]: cluster 2023-12-08T10:29:51.198860+0000 mgr.smithi156.dvayok (mgr.14180) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:52 smithi194 bash[28991]: cluster 2023-12-08T10:29:51.198860+0000 mgr.smithi156.dvayok (mgr.14180) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:53.376 INFO:teuthology.orchestra.run.smithi156.stdout:pg_num: 1 2023-12-08T10:29:54.108 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T10:29:54.109 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T10:29:54.109 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T10:29:54.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:54 smithi156 bash[24915]: cluster 2023-12-08T10:29:53.199323+0000 mgr.smithi156.dvayok (mgr.14180) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:54.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:54 smithi156 bash[24915]: audit 2023-12-08T10:29:53.374055+0000 mon.smithi156 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.156:0/2374601555' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:29:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:54 smithi194 bash[28991]: cluster 2023-12-08T10:29:53.199323+0000 mgr.smithi156.dvayok (mgr.14180) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:54 smithi194 bash[28991]: audit 2023-12-08T10:29:53.374055+0000 mon.smithi156 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.156:0/2374601555' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:29:55.787 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:55 smithi156 bash[24915]: cluster 2023-12-08T10:29:55.200001+0000 mgr.smithi156.dvayok (mgr.14180) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:55 smithi194 bash[28991]: cluster 2023-12-08T10:29:55.200001+0000 mgr.smithi156.dvayok (mgr.14180) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:58.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:29:58 smithi156 bash[24915]: cluster 2023-12-08T10:29:57.200647+0000 mgr.smithi156.dvayok (mgr.14180) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:58.518 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:29:58 smithi194 bash[28991]: cluster 2023-12-08T10:29:57.200647+0000 mgr.smithi156.dvayok (mgr.14180) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:59.131 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:00.418 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:00 smithi156 bash[24915]: cluster 2023-12-08T10:29:59.201077+0000 mgr.smithi156.dvayok (mgr.14180) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:00.418 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:00 smithi156 bash[24915]: cluster 2023-12-08T10:30:00.000156+0000 mon.smithi156 (mon.0) 604 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:00 smithi194 bash[28991]: cluster 2023-12-08T10:29:59.201077+0000 mgr.smithi156.dvayok (mgr.14180) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:00 smithi194 bash[28991]: cluster 2023-12-08T10:30:00.000156+0000 mon.smithi156 (mon.0) 604 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:02.067 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:30:02.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:02 smithi156 bash[24915]: cluster 2023-12-08T10:30:01.201661+0000 mgr.smithi156.dvayok (mgr.14180) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:02.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:02 smithi156 bash[24915]: audit 2023-12-08T10:30:02.056872+0000 mon.smithi156 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.156:0/1946034887' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:30:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:02 smithi194 bash[28991]: cluster 2023-12-08T10:30:01.201661+0000 mgr.smithi156.dvayok (mgr.14180) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:02 smithi194 bash[28991]: audit 2023-12-08T10:30:02.056872+0000 mon.smithi156 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.156:0/1946034887' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:30:02.841 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi156.dvayok","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":2454727085},{"type":"v1","addr":"172.21.15.156:6801","nonce":2454727085}]},"active_addr":"172.21.15.156:6801/2454727085","active_change":"2023-12-08T10:26:21.145072+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi194.sgucxw","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.156:8443/","prometheus":"http://172.21.15.156: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.156:0","nonce":1409631397}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.156:0","nonce":2731021368}]}]} 2023-12-08T10:30:02.847 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T10:30:02.847 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T10:30:02.847 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:30:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:04 smithi194 bash[28991]: cluster 2023-12-08T10:30:03.202248+0000 mgr.smithi156.dvayok (mgr.14180) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:04.651 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:04 smithi156 bash[24915]: cluster 2023-12-08T10:30:03.202248+0000 mgr.smithi156.dvayok (mgr.14180) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:05 smithi194 bash[28991]: cluster 2023-12-08T10:30:05.202676+0000 mgr.smithi156.dvayok (mgr.14180) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:05.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:05 smithi156 bash[24915]: cluster 2023-12-08T10:30:05.202676+0000 mgr.smithi156.dvayok (mgr.14180) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:08.106 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:08.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:08 smithi156 bash[24915]: cluster 2023-12-08T10:30:07.203164+0000 mgr.smithi156.dvayok (mgr.14180) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:08.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:08 smithi156 bash[24915]: audit 2023-12-08T10:30:07.640447+0000 mon.smithi156 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:30:08.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:08 smithi156 bash[24915]: audit 2023-12-08T10:30:08.079190+0000 mon.smithi156 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:30:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:08 smithi194 bash[28991]: cluster 2023-12-08T10:30:07.203164+0000 mgr.smithi156.dvayok (mgr.14180) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:08 smithi194 bash[28991]: audit 2023-12-08T10:30:07.640447+0000 mon.smithi156 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:30:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:08 smithi194 bash[28991]: audit 2023-12-08T10:30:08.079190+0000 mon.smithi156 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:30:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:10 smithi194 bash[28991]: cluster 2023-12-08T10:30:09.203748+0000 mgr.smithi156.dvayok (mgr.14180) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:10.721 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:10 smithi156 bash[24915]: cluster 2023-12-08T10:30:09.203748+0000 mgr.smithi156.dvayok (mgr.14180) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:11.121 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:30:11.122 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":44,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:24:08.024720+0000","modified":"2023-12-08T10:29:24.534220+0000","last_up_change":"2023-12-08T10:29:22.515734+0000","last_in_change":"2023-12-08T10:28:21.116298+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-08T10:28:55.786699+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b3f5184f-510e-4288-9545-18e2467c4dea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6801","nonce":3336147282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6803","nonce":3336147282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6807","nonce":3336147282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6805","nonce":3336147282}]},"public_addr":"172.21.15.194:6801/3336147282","cluster_addr":"172.21.15.194:6803/3336147282","heartbeat_back_addr":"172.21.15.194:6807/3336147282","heartbeat_front_addr":"172.21.15.194:6805/3336147282","state":["exists","up"]},{"osd":1,"uuid":"b43f91d1-5ce5-4824-958d-0f968dcacb5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6803","nonce":2667453350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6805","nonce":2667453350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6809","nonce":2667453350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6807","nonce":2667453350}]},"public_addr":"172.21.15.156:6803/2667453350","cluster_addr":"172.21.15.156:6805/2667453350","heartbeat_back_addr":"172.21.15.156:6809/2667453350","heartbeat_front_addr":"172.21.15.156:6807/2667453350","state":["exists","up"]},{"osd":2,"uuid":"a97c16dd-070c-4fe7-8242-e3eac2be4fda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6809","nonce":1967944881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6811","nonce":1967944881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6815","nonce":1967944881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6813","nonce":1967944881}]},"public_addr":"172.21.15.194:6809/1967944881","cluster_addr":"172.21.15.194:6811/1967944881","heartbeat_back_addr":"172.21.15.194:6815/1967944881","heartbeat_front_addr":"172.21.15.194:6813/1967944881","state":["exists","up"]},{"osd":3,"uuid":"b7a02b86-ca26-48c3-a393-8e4e47dac85e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6811","nonce":1104888131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6813","nonce":1104888131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6817","nonce":1104888131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6815","nonce":1104888131}]},"public_addr":"172.21.15.156:6811/1104888131","cluster_addr":"172.21.15.156:6813/1104888131","heartbeat_back_addr":"172.21.15.156:6817/1104888131","heartbeat_front_addr":"172.21.15.156:6815/1104888131","state":["exists","up"]},{"osd":4,"uuid":"a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6817","nonce":42503391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6819","nonce":42503391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6823","nonce":42503391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6821","nonce":42503391}]},"public_addr":"172.21.15.194:6817/42503391","cluster_addr":"172.21.15.194:6819/42503391","heartbeat_back_addr":"172.21.15.194:6823/42503391","heartbeat_front_addr":"172.21.15.194:6821/42503391","state":["exists","up"]},{"osd":5,"uuid":"2d9acabd-33b9-4345-8f9a-c70dcbf473ba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6825","nonce":628628237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6827","nonce":628628237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6831","nonce":628628237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6829","nonce":628628237}]},"public_addr":"172.21.15.194:6825/628628237","cluster_addr":"172.21.15.194:6827/628628237","heartbeat_back_addr":"172.21.15.194:6831/628628237","heartbeat_front_addr":"172.21.15.194:6829/628628237","state":["exists","up"]},{"osd":6,"uuid":"2b0a7adb-3d7c-4ab0-9d78-9f210054cb55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6819","nonce":65087960}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6821","nonce":65087960}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6825","nonce":65087960}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6823","nonce":65087960}]},"public_addr":"172.21.15.156:6819/65087960","cluster_addr":"172.21.15.156:6821/65087960","heartbeat_back_addr":"172.21.15.156:6825/65087960","heartbeat_front_addr":"172.21.15.156:6823/65087960","state":["exists","up"]},{"osd":7,"uuid":"ce1cd2b8-0709-4f67-8255-f55a92ff798e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6827","nonce":552474478}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6829","nonce":552474478}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6832","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6833","nonce":552474478}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6831","nonce":552474478}]},"public_addr":"172.21.15.156:6827/552474478","cluster_addr":"172.21.15.156:6829/552474478","heartbeat_back_addr":"172.21.15.156:6833/552474478","heartbeat_front_addr":"172.21.15.156:6831/552474478","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-08T10:28:42.429062+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-08T10:28:57.797801+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-08T10:28:48.605707+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-08T10:29:06.662481+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-08T10:28:54.227308+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-08T10:28:58.301515+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-08T10:29:14.521513+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-08T10:29:20.898148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.156:0/3175161500":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3081317424":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/992703729":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6800/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3062148019":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:0/1530057729":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6800/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:6800/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6801/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:0/496692177":"2023-12-09T10:24:36.081587+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-08T10:30:11.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:11 smithi156 bash[24915]: audit 2023-12-08T10:30:11.118063+0000 mon.smithi156 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.156:0/637307259' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:30:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:11 smithi194 bash[28991]: audit 2023-12-08T10:30:11.118063+0000 mon.smithi156 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.156:0/637307259' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:30:11.797 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T10:30:11.797 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:30:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:12 smithi194 bash[28991]: cluster 2023-12-08T10:30:11.204209+0000 mgr.smithi156.dvayok (mgr.14180) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:12.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:12 smithi156 bash[24915]: cluster 2023-12-08T10:30:11.204209+0000 mgr.smithi156.dvayok (mgr.14180) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:14 smithi194 bash[28991]: cluster 2023-12-08T10:30:13.204770+0000 mgr.smithi156.dvayok (mgr.14180) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:14.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:14 smithi156 bash[24915]: cluster 2023-12-08T10:30:13.204770+0000 mgr.smithi156.dvayok (mgr.14180) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:15 smithi194 bash[28991]: cluster 2023-12-08T10:30:15.205399+0000 mgr.smithi156.dvayok (mgr.14180) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:15.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:15 smithi156 bash[24915]: cluster 2023-12-08T10:30:15.205399+0000 mgr.smithi156.dvayok (mgr.14180) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:16.581 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:18 smithi156 bash[24915]: cluster 2023-12-08T10:30:17.205912+0000 mgr.smithi156.dvayok (mgr.14180) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:18 smithi194 bash[28991]: cluster 2023-12-08T10:30:17.205912+0000 mgr.smithi156.dvayok (mgr.14180) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:19.483 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:30:19.483 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":44,"fsid":"c9503658-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:24:08.024720+0000","modified":"2023-12-08T10:29:24.534220+0000","last_up_change":"2023-12-08T10:29:22.515734+0000","last_in_change":"2023-12-08T10:28:21.116298+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-08T10:28:55.786699+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b3f5184f-510e-4288-9545-18e2467c4dea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6801","nonce":3336147282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6803","nonce":3336147282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6807","nonce":3336147282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3336147282},{"type":"v1","addr":"172.21.15.194:6805","nonce":3336147282}]},"public_addr":"172.21.15.194:6801/3336147282","cluster_addr":"172.21.15.194:6803/3336147282","heartbeat_back_addr":"172.21.15.194:6807/3336147282","heartbeat_front_addr":"172.21.15.194:6805/3336147282","state":["exists","up"]},{"osd":1,"uuid":"b43f91d1-5ce5-4824-958d-0f968dcacb5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6803","nonce":2667453350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6805","nonce":2667453350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6809","nonce":2667453350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":2667453350},{"type":"v1","addr":"172.21.15.156:6807","nonce":2667453350}]},"public_addr":"172.21.15.156:6803/2667453350","cluster_addr":"172.21.15.156:6805/2667453350","heartbeat_back_addr":"172.21.15.156:6809/2667453350","heartbeat_front_addr":"172.21.15.156:6807/2667453350","state":["exists","up"]},{"osd":2,"uuid":"a97c16dd-070c-4fe7-8242-e3eac2be4fda","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6809","nonce":1967944881}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6811","nonce":1967944881}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6815","nonce":1967944881}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1967944881},{"type":"v1","addr":"172.21.15.194:6813","nonce":1967944881}]},"public_addr":"172.21.15.194:6809/1967944881","cluster_addr":"172.21.15.194:6811/1967944881","heartbeat_back_addr":"172.21.15.194:6815/1967944881","heartbeat_front_addr":"172.21.15.194:6813/1967944881","state":["exists","up"]},{"osd":3,"uuid":"b7a02b86-ca26-48c3-a393-8e4e47dac85e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6811","nonce":1104888131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6813","nonce":1104888131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6817","nonce":1104888131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1104888131},{"type":"v1","addr":"172.21.15.156:6815","nonce":1104888131}]},"public_addr":"172.21.15.156:6811/1104888131","cluster_addr":"172.21.15.156:6813/1104888131","heartbeat_back_addr":"172.21.15.156:6817/1104888131","heartbeat_front_addr":"172.21.15.156:6815/1104888131","state":["exists","up"]},{"osd":4,"uuid":"a7f448f0-cdc7-4b32-a1ea-254a9c9bc5ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6817","nonce":42503391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6819","nonce":42503391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6823","nonce":42503391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":42503391},{"type":"v1","addr":"172.21.15.194:6821","nonce":42503391}]},"public_addr":"172.21.15.194:6817/42503391","cluster_addr":"172.21.15.194:6819/42503391","heartbeat_back_addr":"172.21.15.194:6823/42503391","heartbeat_front_addr":"172.21.15.194:6821/42503391","state":["exists","up"]},{"osd":5,"uuid":"2d9acabd-33b9-4345-8f9a-c70dcbf473ba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6825","nonce":628628237}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6827","nonce":628628237}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6831","nonce":628628237}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":628628237},{"type":"v1","addr":"172.21.15.194:6829","nonce":628628237}]},"public_addr":"172.21.15.194:6825/628628237","cluster_addr":"172.21.15.194:6827/628628237","heartbeat_back_addr":"172.21.15.194:6831/628628237","heartbeat_front_addr":"172.21.15.194:6829/628628237","state":["exists","up"]},{"osd":6,"uuid":"2b0a7adb-3d7c-4ab0-9d78-9f210054cb55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6819","nonce":65087960}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6821","nonce":65087960}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6825","nonce":65087960}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":65087960},{"type":"v1","addr":"172.21.15.156:6823","nonce":65087960}]},"public_addr":"172.21.15.156:6819/65087960","cluster_addr":"172.21.15.156:6821/65087960","heartbeat_back_addr":"172.21.15.156:6825/65087960","heartbeat_front_addr":"172.21.15.156:6823/65087960","state":["exists","up"]},{"osd":7,"uuid":"ce1cd2b8-0709-4f67-8255-f55a92ff798e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6827","nonce":552474478}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6829","nonce":552474478}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6832","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6833","nonce":552474478}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":552474478},{"type":"v1","addr":"172.21.15.156:6831","nonce":552474478}]},"public_addr":"172.21.15.156:6827/552474478","cluster_addr":"172.21.15.156:6829/552474478","heartbeat_back_addr":"172.21.15.156:6833/552474478","heartbeat_front_addr":"172.21.15.156:6831/552474478","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-08T10:28:42.429062+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-08T10:28:57.797801+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-08T10:28:48.605707+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-08T10:29:06.662481+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-08T10:28:54.227308+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-08T10:28:58.301515+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-08T10:29:14.521513+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-08T10:29:20.898148+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.156:0/3175161500":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3081317424":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/992703729":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6800/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:0/3062148019":"2023-12-09T10:25:18.321390+0000","172.21.15.156:6801/1848707508":"2023-12-09T10:25:18.321390+0000","172.21.15.156:0/1530057729":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6800/3803654088":"2023-12-09T10:26:21.144919+0000","172.21.15.156:6800/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:6801/1030103830":"2023-12-09T10:24:36.081587+0000","172.21.15.156:0/496692177":"2023-12-09T10:24:36.081587+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-08T10:30:20.240 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T10:30:20.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:20 smithi156 bash[24915]: cluster 2023-12-08T10:30:19.206529+0000 mgr.smithi156.dvayok (mgr.14180) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:20.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:20 smithi156 bash[24915]: audit 2023-12-08T10:30:19.479607+0000 mon.smithi156 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.156:0/1373952064' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:30:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:20 smithi194 bash[28991]: cluster 2023-12-08T10:30:19.206529+0000 mgr.smithi156.dvayok (mgr.14180) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:20 smithi194 bash[28991]: audit 2023-12-08T10:30:19.479607+0000 mon.smithi156 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.156:0/1373952064' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:30:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:22 smithi194 bash[28991]: cluster 2023-12-08T10:30:21.207098+0000 mgr.smithi156.dvayok (mgr.14180) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:22.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:22 smithi156 bash[24915]: cluster 2023-12-08T10:30:21.207098+0000 mgr.smithi156.dvayok (mgr.14180) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:24 smithi194 bash[28991]: cluster 2023-12-08T10:30:23.207676+0000 mgr.smithi156.dvayok (mgr.14180) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:24.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:24 smithi156 bash[24915]: cluster 2023-12-08T10:30:23.207676+0000 mgr.smithi156.dvayok (mgr.14180) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:25.031 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:25 smithi194 bash[28991]: cluster 2023-12-08T10:30:25.208257+0000 mgr.smithi156.dvayok (mgr.14180) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:25.892 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:25 smithi156 bash[24915]: cluster 2023-12-08T10:30:25.208257+0000 mgr.smithi156.dvayok (mgr.14180) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:28.439 INFO:teuthology.orchestra.run.smithi156.stdout:68719476758 2023-12-08T10:30:28.440 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T10:30:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:28 smithi194 bash[28991]: cluster 2023-12-08T10:30:27.208857+0000 mgr.smithi156.dvayok (mgr.14180) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:28.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:28 smithi156 bash[24915]: cluster 2023-12-08T10:30:27.208857+0000 mgr.smithi156.dvayok (mgr.14180) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:30 smithi194 bash[28991]: cluster 2023-12-08T10:30:29.209489+0000 mgr.smithi156.dvayok (mgr.14180) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:30.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:30 smithi156 bash[24915]: cluster 2023-12-08T10:30:29.209489+0000 mgr.smithi156.dvayok (mgr.14180) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:32 smithi194 bash[28991]: cluster 2023-12-08T10:30:31.209885+0000 mgr.smithi156.dvayok (mgr.14180) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:32.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:32 smithi156 bash[24915]: cluster 2023-12-08T10:30:31.209885+0000 mgr.smithi156.dvayok (mgr.14180) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:33.221 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:34.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:34 smithi156 bash[24915]: cluster 2023-12-08T10:30:33.210338+0000 mgr.smithi156.dvayok (mgr.14180) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:34 smithi194 bash[28991]: cluster 2023-12-08T10:30:33.210338+0000 mgr.smithi156.dvayok (mgr.14180) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:35.793 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:35 smithi156 bash[24915]: cluster 2023-12-08T10:30:35.210913+0000 mgr.smithi156.dvayok (mgr.14180) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:35 smithi194 bash[28991]: cluster 2023-12-08T10:30:35.210913+0000 mgr.smithi156.dvayok (mgr.14180) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:36.758 INFO:teuthology.orchestra.run.smithi156.stdout:120259084310 2023-12-08T10:30:36.759 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T10:30:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:38 smithi194 bash[28991]: cluster 2023-12-08T10:30:37.211564+0000 mgr.smithi156.dvayok (mgr.14180) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:38 smithi156 bash[24915]: cluster 2023-12-08T10:30:37.211564+0000 mgr.smithi156.dvayok (mgr.14180) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:40 smithi194 bash[28991]: cluster 2023-12-08T10:30:39.212204+0000 mgr.smithi156.dvayok (mgr.14180) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:40.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:40 smithi156 bash[24915]: cluster 2023-12-08T10:30:39.212204+0000 mgr.smithi156.dvayok (mgr.14180) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:41.540 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:42.536 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:42 smithi156 bash[24915]: cluster 2023-12-08T10:30:41.212904+0000 mgr.smithi156.dvayok (mgr.14180) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:42 smithi194 bash[28991]: cluster 2023-12-08T10:30:41.212904+0000 mgr.smithi156.dvayok (mgr.14180) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:44.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:44 smithi156 bash[24915]: cluster 2023-12-08T10:30:43.213292+0000 mgr.smithi156.dvayok (mgr.14180) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:44 smithi194 bash[28991]: cluster 2023-12-08T10:30:43.213292+0000 mgr.smithi156.dvayok (mgr.14180) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:44.911 INFO:teuthology.orchestra.run.smithi156.stdout:85899345944 2023-12-08T10:30:44.911 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T10:30:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:45 smithi194 bash[28991]: cluster 2023-12-08T10:30:45.213930+0000 mgr.smithi156.dvayok (mgr.14180) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:45.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:45 smithi156 bash[24915]: cluster 2023-12-08T10:30:45.213930+0000 mgr.smithi156.dvayok (mgr.14180) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:48 smithi194 bash[28991]: cluster 2023-12-08T10:30:47.214473+0000 mgr.smithi156.dvayok (mgr.14180) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:48.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:48 smithi156 bash[24915]: cluster 2023-12-08T10:30:47.214473+0000 mgr.smithi156.dvayok (mgr.14180) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:49.703 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:50 smithi194 bash[28991]: cluster 2023-12-08T10:30:49.215073+0000 mgr.smithi156.dvayok (mgr.14180) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:50.664 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:50 smithi156 bash[24915]: cluster 2023-12-08T10:30:49.215073+0000 mgr.smithi156.dvayok (mgr.14180) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:52.537 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:52 smithi156 bash[24915]: cluster 2023-12-08T10:30:51.215549+0000 mgr.smithi156.dvayok (mgr.14180) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:52 smithi194 bash[28991]: cluster 2023-12-08T10:30:51.215549+0000 mgr.smithi156.dvayok (mgr.14180) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:53.233 INFO:teuthology.orchestra.run.smithi156.stdout:141733920790 2023-12-08T10:30:53.233 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T10:30:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:54 smithi194 bash[28991]: cluster 2023-12-08T10:30:53.216050+0000 mgr.smithi156.dvayok (mgr.14180) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:54.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:54 smithi156 bash[24915]: cluster 2023-12-08T10:30:53.216050+0000 mgr.smithi156.dvayok (mgr.14180) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:55 smithi194 bash[28991]: cluster 2023-12-08T10:30:55.216624+0000 mgr.smithi156.dvayok (mgr.14180) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:55.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:55 smithi156 bash[24915]: cluster 2023-12-08T10:30:55.216624+0000 mgr.smithi156.dvayok (mgr.14180) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:58.009 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:30:58.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:30:58 smithi156 bash[24915]: cluster 2023-12-08T10:30:57.217262+0000 mgr.smithi156.dvayok (mgr.14180) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:30:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:30:58 smithi194 bash[28991]: cluster 2023-12-08T10:30:57.217262+0000 mgr.smithi156.dvayok (mgr.14180) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:00 smithi194 bash[28991]: cluster 2023-12-08T10:30:59.217913+0000 mgr.smithi156.dvayok (mgr.14180) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:00.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:00 smithi156 bash[24915]: cluster 2023-12-08T10:30:59.217913+0000 mgr.smithi156.dvayok (mgr.14180) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:01.671 INFO:teuthology.orchestra.run.smithi156.stdout:103079215132 2023-12-08T10:31:01.671 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T10:31:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:02 smithi194 bash[28991]: cluster 2023-12-08T10:31:01.218599+0000 mgr.smithi156.dvayok (mgr.14180) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:02.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:02 smithi156 bash[24915]: cluster 2023-12-08T10:31:01.218599+0000 mgr.smithi156.dvayok (mgr.14180) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:04 smithi194 bash[28991]: cluster 2023-12-08T10:31:03.219184+0000 mgr.smithi156.dvayok (mgr.14180) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:04.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:04 smithi156 bash[24915]: cluster 2023-12-08T10:31:03.219184+0000 mgr.smithi156.dvayok (mgr.14180) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:05 smithi194 bash[28991]: cluster 2023-12-08T10:31:05.219765+0000 mgr.smithi156.dvayok (mgr.14180) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:05.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:05 smithi156 bash[24915]: cluster 2023-12-08T10:31:05.219765+0000 mgr.smithi156.dvayok (mgr.14180) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:06.463 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:08 smithi194 bash[28991]: cluster 2023-12-08T10:31:07.220334+0000 mgr.smithi156.dvayok (mgr.14180) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:08 smithi194 bash[28991]: audit 2023-12-08T10:31:08.085142+0000 mon.smithi156 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:31:08.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:08 smithi156 bash[24915]: cluster 2023-12-08T10:31:07.220334+0000 mgr.smithi156.dvayok (mgr.14180) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:08.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:08 smithi156 bash[24915]: audit 2023-12-08T10:31:08.085142+0000 mon.smithi156 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:31:10.145 INFO:teuthology.orchestra.run.smithi156.stdout:120259084315 2023-12-08T10:31:10.145 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T10:31:10.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:10 smithi156 bash[24915]: cluster 2023-12-08T10:31:09.220922+0000 mgr.smithi156.dvayok (mgr.14180) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:10 smithi194 bash[28991]: cluster 2023-12-08T10:31:09.220922+0000 mgr.smithi156.dvayok (mgr.14180) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:12 smithi194 bash[28991]: cluster 2023-12-08T10:31:11.221536+0000 mgr.smithi156.dvayok (mgr.14180) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:12.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:12 smithi156 bash[24915]: cluster 2023-12-08T10:31:11.221536+0000 mgr.smithi156.dvayok (mgr.14180) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:14 smithi194 bash[28991]: cluster 2023-12-08T10:31:13.221917+0000 mgr.smithi156.dvayok (mgr.14180) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:14 smithi194 bash[28991]: audit 2023-12-08T10:31:13.537810+0000 mon.smithi156 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:14 smithi194 bash[28991]: audit 2023-12-08T10:31:14.029676+0000 mon.smithi156 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:14.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:14 smithi156 bash[24915]: cluster 2023-12-08T10:31:13.221917+0000 mgr.smithi156.dvayok (mgr.14180) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:14.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:14 smithi156 bash[24915]: audit 2023-12-08T10:31:13.537810+0000 mon.smithi156 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:14.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:14 smithi156 bash[24915]: audit 2023-12-08T10:31:14.029676+0000 mon.smithi156 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:14.901 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:15 smithi194 bash[28991]: audit 2023-12-08T10:31:14.327170+0000 mon.smithi156 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:31:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:15 smithi194 bash[28991]: audit 2023-12-08T10:31:14.328652+0000 mon.smithi156 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:31:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:15 smithi194 bash[28991]: audit 2023-12-08T10:31:14.336414+0000 mon.smithi156 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:15 smithi194 bash[28991]: audit 2023-12-08T10:31:14.344355+0000 mon.smithi156 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:31:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:15 smithi156 bash[24915]: audit 2023-12-08T10:31:14.327170+0000 mon.smithi156 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:31:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:15 smithi156 bash[24915]: audit 2023-12-08T10:31:14.328652+0000 mon.smithi156 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:31:15.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:15 smithi156 bash[24915]: audit 2023-12-08T10:31:14.336414+0000 mon.smithi156 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:31:15.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:15 smithi156 bash[24915]: audit 2023-12-08T10:31:14.344355+0000 mon.smithi156 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:31:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:16 smithi194 bash[28991]: cluster 2023-12-08T10:31:15.222465+0000 mgr.smithi156.dvayok (mgr.14180) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:16.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:16 smithi156 bash[24915]: cluster 2023-12-08T10:31:15.222465+0000 mgr.smithi156.dvayok (mgr.14180) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:18 smithi156 bash[24915]: cluster 2023-12-08T10:31:17.223025+0000 mgr.smithi156.dvayok (mgr.14180) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:18 smithi194 bash[28991]: cluster 2023-12-08T10:31:17.223025+0000 mgr.smithi156.dvayok (mgr.14180) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:18.594 INFO:teuthology.orchestra.run.smithi156.stdout:163208757275 2023-12-08T10:31:18.595 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T10:31:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:20 smithi194 bash[28991]: cluster 2023-12-08T10:31:19.223643+0000 mgr.smithi156.dvayok (mgr.14180) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:20 smithi156 bash[24915]: cluster 2023-12-08T10:31:19.223643+0000 mgr.smithi156.dvayok (mgr.14180) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:22 smithi194 bash[28991]: cluster 2023-12-08T10:31:21.224329+0000 mgr.smithi156.dvayok (mgr.14180) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:22.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:22 smithi156 bash[24915]: cluster 2023-12-08T10:31:21.224329+0000 mgr.smithi156.dvayok (mgr.14180) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:23.372 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:24.642 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:24 smithi156 bash[24915]: cluster 2023-12-08T10:31:23.224870+0000 mgr.smithi156.dvayok (mgr.14180) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:24 smithi194 bash[28991]: cluster 2023-12-08T10:31:23.224870+0000 mgr.smithi156.dvayok (mgr.14180) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:25 smithi156 bash[24915]: cluster 2023-12-08T10:31:25.225480+0000 mgr.smithi156.dvayok (mgr.14180) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:25 smithi194 bash[28991]: cluster 2023-12-08T10:31:25.225480+0000 mgr.smithi156.dvayok (mgr.14180) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:27.382 INFO:teuthology.orchestra.run.smithi156.stdout:180388626459 2023-12-08T10:31:27.382 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T10:31:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:28 smithi194 bash[28991]: cluster 2023-12-08T10:31:27.226056+0000 mgr.smithi156.dvayok (mgr.14180) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:28.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:28 smithi156 bash[24915]: cluster 2023-12-08T10:31:27.226056+0000 mgr.smithi156.dvayok (mgr.14180) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:30 smithi194 bash[28991]: cluster 2023-12-08T10:31:29.226761+0000 mgr.smithi156.dvayok (mgr.14180) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:30.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:30 smithi156 bash[24915]: cluster 2023-12-08T10:31:29.226761+0000 mgr.smithi156.dvayok (mgr.14180) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:32.162 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:32.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:32 smithi156 bash[24915]: cluster 2023-12-08T10:31:31.227415+0000 mgr.smithi156.dvayok (mgr.14180) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:32 smithi194 bash[28991]: cluster 2023-12-08T10:31:31.227415+0000 mgr.smithi156.dvayok (mgr.14180) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:34 smithi194 bash[28991]: cluster 2023-12-08T10:31:33.227873+0000 mgr.smithi156.dvayok (mgr.14180) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:34 smithi156 bash[24915]: cluster 2023-12-08T10:31:33.227873+0000 mgr.smithi156.dvayok (mgr.14180) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:35.166 INFO:teuthology.orchestra.run.smithi156.stdout:68719476771 2023-12-08T10:31:35.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:35 smithi156 bash[24915]: audit 2023-12-08T10:31:35.164851+0000 mon.smithi156 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.156:0/2761917037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:31:35.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:35 smithi156 bash[24915]: cluster 2023-12-08T10:31:35.228352+0000 mgr.smithi156.dvayok (mgr.14180) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:35 smithi194 bash[28991]: audit 2023-12-08T10:31:35.164851+0000 mon.smithi156 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.156:0/2761917037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:31:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:35 smithi194 bash[28991]: cluster 2023-12-08T10:31:35.228352+0000 mgr.smithi156.dvayok (mgr.14180) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:35.897 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-12-08T10:31:35.898 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T10:31:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:38 smithi194 bash[28991]: cluster 2023-12-08T10:31:37.228866+0000 mgr.smithi156.dvayok (mgr.14180) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:38.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:38 smithi156 bash[24915]: cluster 2023-12-08T10:31:37.228866+0000 mgr.smithi156.dvayok (mgr.14180) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:40 smithi194 bash[28991]: cluster 2023-12-08T10:31:39.229472+0000 mgr.smithi156.dvayok (mgr.14180) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:40.677 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:40.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:40 smithi156 bash[24915]: cluster 2023-12-08T10:31:39.229472+0000 mgr.smithi156.dvayok (mgr.14180) 206 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:42 smithi194 bash[28991]: cluster 2023-12-08T10:31:41.230047+0000 mgr.smithi156.dvayok (mgr.14180) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:42.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:42 smithi156 bash[24915]: cluster 2023-12-08T10:31:41.230047+0000 mgr.smithi156.dvayok (mgr.14180) 207 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:43.514 INFO:teuthology.orchestra.run.smithi156.stdout:120259084323 2023-12-08T10:31:44.296 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084310 got 120259084323 for osd.1 2023-12-08T10:31:44.297 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T10:31:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:44 smithi194 bash[28991]: cluster 2023-12-08T10:31:43.230475+0000 mgr.smithi156.dvayok (mgr.14180) 208 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:44 smithi194 bash[28991]: audit 2023-12-08T10:31:43.511622+0000 mon.smithi156 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.156:0/154863540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:31:44.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:44 smithi156 bash[24915]: cluster 2023-12-08T10:31:43.230475+0000 mgr.smithi156.dvayok (mgr.14180) 208 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:44.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:44 smithi156 bash[24915]: audit 2023-12-08T10:31:43.511622+0000 mon.smithi156 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.156:0/154863540' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:31:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:45 smithi194 bash[28991]: cluster 2023-12-08T10:31:45.231059+0000 mgr.smithi156.dvayok (mgr.14180) 209 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:45.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:45 smithi156 bash[24915]: cluster 2023-12-08T10:31:45.231059+0000 mgr.smithi156.dvayok (mgr.14180) 209 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:48 smithi194 bash[28991]: cluster 2023-12-08T10:31:47.231644+0000 mgr.smithi156.dvayok (mgr.14180) 210 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:48.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:48 smithi156 bash[24915]: cluster 2023-12-08T10:31:47.231644+0000 mgr.smithi156.dvayok (mgr.14180) 210 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:49.077 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:50.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:50 smithi194 bash[28991]: cluster 2023-12-08T10:31:49.232203+0000 mgr.smithi156.dvayok (mgr.14180) 211 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:50.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:50 smithi156 bash[24915]: cluster 2023-12-08T10:31:49.232203+0000 mgr.smithi156.dvayok (mgr.14180) 211 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:52.085 INFO:teuthology.orchestra.run.smithi156.stdout:85899345957 2023-12-08T10:31:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:52 smithi156 bash[24915]: cluster 2023-12-08T10:31:51.232777+0000 mgr.smithi156.dvayok (mgr.14180) 212 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:52.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:52 smithi156 bash[24915]: audit 2023-12-08T10:31:52.082793+0000 mon.smithi156 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.156:0/1598562349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:31:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:52 smithi194 bash[28991]: cluster 2023-12-08T10:31:51.232777+0000 mgr.smithi156.dvayok (mgr.14180) 212 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:52 smithi194 bash[28991]: audit 2023-12-08T10:31:52.082793+0000 mon.smithi156 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.156:0/1598562349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:31:52.908 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2023-12-08T10:31:52.908 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T10:31:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:54 smithi194 bash[28991]: cluster 2023-12-08T10:31:53.233392+0000 mgr.smithi156.dvayok (mgr.14180) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:54.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:54 smithi156 bash[24915]: cluster 2023-12-08T10:31:53.233392+0000 mgr.smithi156.dvayok (mgr.14180) 213 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:55 smithi194 bash[28991]: cluster 2023-12-08T10:31:55.233972+0000 mgr.smithi156.dvayok (mgr.14180) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:55.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:55 smithi156 bash[24915]: cluster 2023-12-08T10:31:55.233972+0000 mgr.smithi156.dvayok (mgr.14180) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:57.695 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:31:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:31:58 smithi194 bash[28991]: cluster 2023-12-08T10:31:57.234586+0000 mgr.smithi156.dvayok (mgr.14180) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:31:58.603 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:31:58 smithi156 bash[24915]: cluster 2023-12-08T10:31:57.234586+0000 mgr.smithi156.dvayok (mgr.14180) 215 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:00 smithi194 bash[28991]: cluster 2023-12-08T10:31:59.235013+0000 mgr.smithi156.dvayok (mgr.14180) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:00.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:00 smithi156 bash[24915]: cluster 2023-12-08T10:31:59.235013+0000 mgr.smithi156.dvayok (mgr.14180) 216 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:00.782 INFO:teuthology.orchestra.run.smithi156.stdout:141733920804 2023-12-08T10:32:01.505 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920790 got 141733920804 for osd.3 2023-12-08T10:32:01.505 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T10:32:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:01 smithi194 bash[28991]: audit 2023-12-08T10:32:00.779846+0000 mon.smithi156 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.156:0/3236296689' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:32:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:01 smithi156 bash[24915]: audit 2023-12-08T10:32:00.779846+0000 mon.smithi156 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.156:0/3236296689' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:32:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:02 smithi194 bash[28991]: cluster 2023-12-08T10:32:01.235520+0000 mgr.smithi156.dvayok (mgr.14180) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:02.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:02 smithi156 bash[24915]: cluster 2023-12-08T10:32:01.235520+0000 mgr.smithi156.dvayok (mgr.14180) 217 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:04 smithi194 bash[28991]: cluster 2023-12-08T10:32:03.236034+0000 mgr.smithi156.dvayok (mgr.14180) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:04.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:04 smithi156 bash[24915]: cluster 2023-12-08T10:32:03.236034+0000 mgr.smithi156.dvayok (mgr.14180) 218 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:05 smithi194 bash[28991]: cluster 2023-12-08T10:32:05.236662+0000 mgr.smithi156.dvayok (mgr.14180) 219 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:05.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:05 smithi156 bash[24915]: cluster 2023-12-08T10:32:05.236662+0000 mgr.smithi156.dvayok (mgr.14180) 219 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:06.287 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:08.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:08 smithi156 bash[24915]: cluster 2023-12-08T10:32:07.237275+0000 mgr.smithi156.dvayok (mgr.14180) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:08 smithi194 bash[28991]: cluster 2023-12-08T10:32:07.237275+0000 mgr.smithi156.dvayok (mgr.14180) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:09.356 INFO:teuthology.orchestra.run.smithi156.stdout:103079215146 2023-12-08T10:32:10.156 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215132 got 103079215146 for osd.4 2023-12-08T10:32:10.156 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T10:32:10.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:10 smithi156 bash[24915]: cluster 2023-12-08T10:32:09.237859+0000 mgr.smithi156.dvayok (mgr.14180) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:10.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:10 smithi156 bash[24915]: audit 2023-12-08T10:32:09.353965+0000 mon.smithi156 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.156:0/334421878' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:32:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:10 smithi194 bash[28991]: cluster 2023-12-08T10:32:09.237859+0000 mgr.smithi156.dvayok (mgr.14180) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:10 smithi194 bash[28991]: audit 2023-12-08T10:32:09.353965+0000 mon.smithi156 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.156:0/334421878' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:32:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:12 smithi194 bash[28991]: cluster 2023-12-08T10:32:11.238524+0000 mgr.smithi156.dvayok (mgr.14180) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:12.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:12 smithi156 bash[24915]: cluster 2023-12-08T10:32:11.238524+0000 mgr.smithi156.dvayok (mgr.14180) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:14 smithi194 bash[28991]: cluster 2023-12-08T10:32:13.239172+0000 mgr.smithi156.dvayok (mgr.14180) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:14.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:14 smithi156 bash[24915]: cluster 2023-12-08T10:32:13.239172+0000 mgr.smithi156.dvayok (mgr.14180) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:14.937 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:15 smithi194 bash[28991]: audit 2023-12-08T10:32:14.354623+0000 mon.smithi156 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:32:15.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:15 smithi156 bash[24915]: audit 2023-12-08T10:32:14.354623+0000 mon.smithi156 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:32:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:16 smithi194 bash[28991]: cluster 2023-12-08T10:32:15.239724+0000 mgr.smithi156.dvayok (mgr.14180) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:16.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:16 smithi156 bash[24915]: cluster 2023-12-08T10:32:15.239724+0000 mgr.smithi156.dvayok (mgr.14180) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:17.913 INFO:teuthology.orchestra.run.smithi156.stdout:120259084329 2023-12-08T10:32:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:18 smithi156 bash[24915]: cluster 2023-12-08T10:32:17.240211+0000 mgr.smithi156.dvayok (mgr.14180) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:18 smithi156 bash[24915]: audit 2023-12-08T10:32:17.911141+0000 mon.smithi156 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.156:0/1441258230' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:32:18.618 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084315 got 120259084329 for osd.5 2023-12-08T10:32:18.619 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T10:32:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:18 smithi194 bash[28991]: cluster 2023-12-08T10:32:17.240211+0000 mgr.smithi156.dvayok (mgr.14180) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:18 smithi194 bash[28991]: audit 2023-12-08T10:32:17.911141+0000 mon.smithi156 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.156:0/1441258230' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:32:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:20 smithi156 bash[24915]: cluster 2023-12-08T10:32:19.240749+0000 mgr.smithi156.dvayok (mgr.14180) 226 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:20.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:20 smithi156 bash[24915]: audit 2023-12-08T10:32:19.827182+0000 mon.smithi156 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:20.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:20 smithi156 bash[24915]: audit 2023-12-08T10:32:20.291321+0000 mon.smithi156 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:20 smithi194 bash[28991]: cluster 2023-12-08T10:32:19.240749+0000 mgr.smithi156.dvayok (mgr.14180) 226 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:20 smithi194 bash[28991]: audit 2023-12-08T10:32:19.827182+0000 mon.smithi156 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:20 smithi194 bash[28991]: audit 2023-12-08T10:32:20.291321+0000 mon.smithi156 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:21 smithi156 bash[24915]: audit 2023-12-08T10:32:20.568100+0000 mon.smithi156 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:32:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:21 smithi156 bash[24915]: audit 2023-12-08T10:32:20.569529+0000 mon.smithi156 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:32:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:21 smithi156 bash[24915]: audit 2023-12-08T10:32:20.576939+0000 mon.smithi156 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:21 smithi156 bash[24915]: audit 2023-12-08T10:32:20.584137+0000 mon.smithi156 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:32:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:21 smithi194 bash[28991]: audit 2023-12-08T10:32:20.568100+0000 mon.smithi156 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:32:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:21 smithi194 bash[28991]: audit 2023-12-08T10:32:20.569529+0000 mon.smithi156 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:32:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:21 smithi194 bash[28991]: audit 2023-12-08T10:32:20.576939+0000 mon.smithi156 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:32:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:21 smithi194 bash[28991]: audit 2023-12-08T10:32:20.584137+0000 mon.smithi156 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:32:22.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:22 smithi156 bash[24915]: cluster 2023-12-08T10:32:21.241339+0000 mgr.smithi156.dvayok (mgr.14180) 227 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:22 smithi194 bash[28991]: cluster 2023-12-08T10:32:21.241339+0000 mgr.smithi156.dvayok (mgr.14180) 227 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:23.168 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:24.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:24 smithi156 bash[24915]: cluster 2023-12-08T10:32:23.241856+0000 mgr.smithi156.dvayok (mgr.14180) 228 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:24 smithi194 bash[28991]: cluster 2023-12-08T10:32:23.241856+0000 mgr.smithi156.dvayok (mgr.14180) 228 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:25.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:25 smithi156 bash[24915]: cluster 2023-12-08T10:32:25.242475+0000 mgr.smithi156.dvayok (mgr.14180) 229 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:25 smithi194 bash[28991]: cluster 2023-12-08T10:32:25.242475+0000 mgr.smithi156.dvayok (mgr.14180) 229 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:26.179 INFO:teuthology.orchestra.run.smithi156.stdout:163208757288 2023-12-08T10:32:26.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:26 smithi156 bash[24915]: audit 2023-12-08T10:32:26.176751+0000 mon.smithi156 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.156:0/2644528488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:32:27.008 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757275 got 163208757288 for osd.6 2023-12-08T10:32:27.008 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T10:32:27.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:26 smithi194 bash[28991]: audit 2023-12-08T10:32:26.176751+0000 mon.smithi156 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.156:0/2644528488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:32:27.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:27 smithi156 bash[24915]: cluster 2023-12-08T10:32:27.243037+0000 mgr.smithi156.dvayok (mgr.14180) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:27 smithi194 bash[28991]: cluster 2023-12-08T10:32:27.243037+0000 mgr.smithi156.dvayok (mgr.14180) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:30 smithi194 bash[28991]: cluster 2023-12-08T10:32:29.243520+0000 mgr.smithi156.dvayok (mgr.14180) 231 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:30.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:30 smithi156 bash[24915]: cluster 2023-12-08T10:32:29.243520+0000 mgr.smithi156.dvayok (mgr.14180) 231 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:31.788 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:32 smithi194 bash[28991]: cluster 2023-12-08T10:32:31.244000+0000 mgr.smithi156.dvayok (mgr.14180) 232 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:32.656 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:32 smithi156 bash[24915]: cluster 2023-12-08T10:32:31.244000+0000 mgr.smithi156.dvayok (mgr.14180) 232 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:34 smithi194 bash[28991]: cluster 2023-12-08T10:32:33.244371+0000 mgr.smithi156.dvayok (mgr.14180) 233 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:34.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:34 smithi156 bash[24915]: cluster 2023-12-08T10:32:33.244371+0000 mgr.smithi156.dvayok (mgr.14180) 233 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:34.855 INFO:teuthology.orchestra.run.smithi156.stdout:180388626472 2023-12-08T10:32:35.595 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626459 got 180388626472 for osd.7 2023-12-08T10:32:35.595 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T10:32:35.595 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:32:35.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:35 smithi156 bash[24915]: audit 2023-12-08T10:32:34.853012+0000 mon.smithi156 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.156:0/3359090248' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:32:35.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:35 smithi156 bash[24915]: cluster 2023-12-08T10:32:35.244880+0000 mgr.smithi156.dvayok (mgr.14180) 234 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:35 smithi194 bash[28991]: audit 2023-12-08T10:32:34.853012+0000 mon.smithi156 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.156:0/3359090248' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:32:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:35 smithi194 bash[28991]: cluster 2023-12-08T10:32:35.244880+0000 mgr.smithi156.dvayok (mgr.14180) 234 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:38 smithi194 bash[28991]: cluster 2023-12-08T10:32:37.245459+0000 mgr.smithi156.dvayok (mgr.14180) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:38 smithi156 bash[24915]: cluster 2023-12-08T10:32:37.245459+0000 mgr.smithi156.dvayok (mgr.14180) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:40.378 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:40 smithi194 bash[28991]: cluster 2023-12-08T10:32:39.246040+0000 mgr.smithi156.dvayok (mgr.14180) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:40 smithi156 bash[24915]: cluster 2023-12-08T10:32:39.246040+0000 mgr.smithi156.dvayok (mgr.14180) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:42.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:42 smithi156 bash[24915]: cluster 2023-12-08T10:32:41.246623+0000 mgr.smithi156.dvayok (mgr.14180) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:42 smithi194 bash[28991]: cluster 2023-12-08T10:32:41.246623+0000 mgr.smithi156.dvayok (mgr.14180) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:43.317 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:32:43.321 INFO:teuthology.orchestra.run.smithi156.stderr:dumped all 2023-12-08T10:32:44.135 INFO:teuthology.orchestra.run.smithi156.stdout:{"pg_ready":true,"pg_map":{"version":224,"stamp":"2023-12-08T10:32:43.246897+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":2380164,"kb_used_data":3396,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548284,"statfs":{"total":767926730752,"available":765489442816,"internally_reserved":0,"allocated":3477504,"data_stored":1369208,"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":44,"state":"active+clean","last_fresh":"2023-12-08T10:29:24.675489+0000","last_change":"2023-12-08T10:29:24.675489+0000","last_active":"2023-12-08T10:29:24.675489+0000","last_peered":"2023-12-08T10:29:24.675489+0000","last_clean":"2023-12-08T10:29:24.675489+0000","last_became_active":"2023-12-08T10:29:24.674863+0000","last_became_peered":"2023-12-08T10:29:24.674863+0000","last_unstale":"2023-12-08T10:29:24.675489+0000","last_undegraded":"2023-12-08T10:29:24.675489+0000","last_fullsized":"2023-12-08T10:29:24.675489+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:28:56.324681+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:28:56.324681+0000","last_clean_scrub_stamp":"2023-12-08T10:28:56.324681+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626474,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.80700000000000005,"15min":0.79500000000000004},"min":{"1min":0.58899999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.276,"5min":1.399,"15min":1.399},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.83799999999999997,"15min":0.80900000000000005},"min":{"1min":0.78100000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":1.1379999999999999}]},{"osd":1,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.66200000000000003,"5min":0.73899999999999999,"15min":0.77700000000000002},"min":{"1min":0.49299999999999999,"5min":0.436,"15min":0.436},"max":{"1min":0.82499999999999996,"5min":1.623,"15min":1.623},"last":1.034},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.78400000000000003,"15min":0.78800000000000003},"min":{"1min":0.505,"5min":0.441,"15min":0.441},"max":{"1min":1.105,"5min":1.383,"15min":1.383},"last":0.92300000000000004}]},{"osd":2,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.83099999999999996,"15min":0.82399999999999995},"min":{"1min":0.56699999999999995,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.0329999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.91800000000000004,"15min":0.93100000000000005},"min":{"1min":0.67500000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1319999999999999,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.1180000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.84199999999999997,"15min":0.84899999999999998},"min":{"1min":0.502,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.153,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.80200000000000005,"15min":0.81200000000000006},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.073,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":1.01}]},{"osd":4,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.95299999999999996,"15min":0.96399999999999997},"min":{"1min":0.60699999999999998,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.175,"5min":1.341,"15min":1.341},"last":1.095},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1,"15min":1.0169999999999999},"min":{"1min":0.751,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.2230000000000001,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.2330000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.04,"15min":1.0629999999999999},"min":{"1min":0.75,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.169,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.075,"5min":1.0309999999999999,"15min":1.024},"min":{"1min":0.85199999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3759999999999999,"5min":1.464,"15min":1.464},"last":1.5589999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.012,"15min":1.002},"min":{"1min":0.63900000000000001,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":1.4890000000000001},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.99299999999999999,"15min":1.0069999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.1639999999999999}]}]},{"osd":6,"up_from":38,"seq":163208757292,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.878,"15min":0.89800000000000002},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2090000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.0960000000000001},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.875,"15min":0.85899999999999999},"min":{"1min":0.71899999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.135,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.69299999999999995}]},{"osd":1,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.72599999999999998,"15min":0.70899999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":1.016},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.72799999999999998,"15min":0.70999999999999996},"min":{"1min":0.47499999999999998,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.085,"5min":1.373,"15min":1.373},"last":1.0569999999999999}]},{"osd":2,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93200000000000005,"15min":0.92000000000000004},"min":{"1min":0.73199999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.143},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.92700000000000005,"15min":0.91900000000000004},"min":{"1min":0.69399999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.331,"5min":1.405,"15min":1.405},"last":0.74099999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.81799999999999995,"15min":0.80800000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.2230000000000001},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.81999999999999995,"15min":0.80800000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2050000000000001,"5min":1.373,"15min":1.373},"last":0.65700000000000003}]},{"osd":4,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.995,"15min":0.98799999999999999},"min":{"1min":0.70099999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.343,"5min":1.353,"15min":1.353},"last":1.1890000000000001},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3260000000000001,"5min":1.502,"15min":1.502},"last":1.2769999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0620000000000001,"15min":1.0549999999999999},"min":{"1min":0.85999999999999999,"5min":0.625,"15min":0.625},"max":{"1min":1.3919999999999999,"5min":1.446,"15min":1.446},"last":1.2470000000000001},{"interface":"front","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.085},"min":{"1min":0.70999999999999996,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.3640000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.3540000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:32:24 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.044,"15min":1.03},"min":{"1min":0.65900000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.458,"5min":2.0600000000000001,"15min":2.0600000000000001},"last":1.3340000000000001},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0760000000000001,"15min":1.0700000000000001},"min":{"1min":0.69699999999999995,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.2869999999999999,"5min":2.101,"15min":2.101},"last":1.4039999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":171472,"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":"Fri Dec 8 10:31:56 2023","interfaces":[{"interface":"back","average":{"1min":0.74199999999999999,"5min":0.70899999999999996,"15min":0.71399999999999997},"min":{"1min":0.56699999999999995,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.093,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.79800000000000004,"5min":0.73699999999999999,"15min":0.72299999999999998},"min":{"1min":0.502,"5min":0.38,"15min":0.38},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.65900000000000003}]},{"osd":1,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.879,"15min":0.873},"min":{"1min":0.70099999999999996,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.121,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.89700000000000002,"15min":0.88800000000000001},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.2130000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92700000000000005,"15min":0.90800000000000003},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":1.361},{"interface":"front","average":{"1min":1.02,"5min":0.98799999999999999,"15min":0.98299999999999998},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.1890000000000001,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.383}]},{"osd":4,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.93200000000000005,"15min":0.94799999999999995},"min":{"1min":0.63,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.0449999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":1.1379999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.97299999999999998,"15min":0.97199999999999998},"min":{"1min":0.54500000000000004,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.236,"5min":1.333,"15min":1.333},"last":1.0900000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92700000000000005,"15min":0.94399999999999995},"min":{"1min":0.67500000000000004,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.157,"5min":1.256,"15min":1.256},"last":0.98999999999999999},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.92000000000000004,"15min":0.92200000000000004},"min":{"1min":0.52800000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.226,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.86599999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:32:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0149999999999999,"15min":1.0069999999999999},"min":{"1min":0.77900000000000003,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":1.1699999999999999},{"interface":"front","average":{"1min":1.149,"5min":1.0580000000000001,"15min":1.0469999999999999},"min":{"1min":0.91700000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.4950000000000001,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.4870000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:32:29 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.0780000000000001,"15min":1.0860000000000001},"min":{"1min":0.78000000000000003,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.4059999999999999,"5min":1.419,"15min":1.419},"last":1.339},{"interface":"front","average":{"1min":1.145,"5min":1.1339999999999999,"15min":1.1399999999999999},"min":{"1min":0.92800000000000005,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.306,"5min":1.431,"15min":1.431},"last":1.2050000000000001}]}]},{"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":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:03 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88200000000000001,"15min":0.874},"min":{"1min":0.60199999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.96899999999999997,"15min":0.95899999999999996},"min":{"1min":0.79700000000000004,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.2090000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.81999999999999995}]},{"osd":2,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.84699999999999998,"15min":0.873},"min":{"1min":0.59699999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.141,"5min":1.413,"15min":1.413},"last":1.0509999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.84099999999999997,"15min":0.83699999999999997},"min":{"1min":0.59999999999999998,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.216,"5min":1.363,"15min":1.363},"last":0.89800000000000002}]},{"osd":3,"last update":"Fri Dec 8 10:32:12 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.90100000000000002,"15min":0.88600000000000001},"min":{"1min":0.71599999999999997,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.127},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.93899999999999995,"15min":0.93999999999999995},"min":{"1min":0.73299999999999998,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.0469999999999999,"5min":1.157,"15min":1.157},"last":0.93999999999999995}]},{"osd":4,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.82599999999999996,"15min":0.81999999999999995},"min":{"1min":0.59899999999999998,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.077,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.78400000000000003},{"interface":"front","average":{"1min":1.008,"5min":1.0109999999999999,"15min":1.0289999999999999},"min":{"1min":0.80000000000000004,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2809999999999999,"5min":1.9259999999999999,"15min":1.9259999999999999},"last":1.1120000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:32:03 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92200000000000004,"15min":0.93400000000000005},"min":{"1min":0.72199999999999998,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.131,"5min":1.218,"15min":1.218},"last":1.194},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.97599999999999998,"15min":0.98399999999999999},"min":{"1min":0.76000000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1990000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.246}]},{"osd":6,"last update":"Fri Dec 8 10:32:21 2023","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.0900000000000001,"15min":1.083},"min":{"1min":0.85199999999999998,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.47},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.071,"15min":1.071},"min":{"1min":0.70699999999999996,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3220000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.3999999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:29 2023","interfaces":[{"interface":"back","average":{"1min":1.1850000000000001,"5min":1.173,"15min":1.1779999999999999},"min":{"1min":0.90700000000000003,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.5780000000000001,"5min":1.75,"15min":1.75},"last":1.6579999999999999},{"interface":"front","average":{"1min":1.2190000000000001,"5min":1.1619999999999999,"15min":1.151},"min":{"1min":0.96899999999999997,"5min":0.88700000000000001,"15min":0.88700000000000001},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.6319999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":170479,"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":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.70799999999999996,"15min":0.70199999999999996},"min":{"1min":0.56100000000000005,"5min":0.502,"15min":0.502},"max":{"1min":1.044,"5min":1.127,"15min":1.127},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.76500000000000001,"15min":0.74199999999999999},"min":{"1min":0.52900000000000003,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.84799999999999998}]},{"osd":1,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.92400000000000004,"15min":0.92800000000000005},"min":{"1min":0.72299999999999998,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.081,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.89100000000000001},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.90500000000000003,"15min":0.89700000000000002},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.119,"5min":1.242,"15min":1.242},"last":1.083}]},{"osd":2,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.65600000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.04,"5min":1.196,"15min":1.196},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.84999999999999998,"15min":0.84199999999999997},"min":{"1min":0.60299999999999998,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":0.70899999999999996}]},{"osd":3,"last update":"Fri Dec 8 10:32:14 2023","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.91800000000000004,"15min":0.91000000000000003},"min":{"1min":0.68100000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.995,"5min":1.0029999999999999,"15min":0.998},"min":{"1min":0.64600000000000002,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2809999999999999,"5min":1.329,"15min":1.329},"last":1.2130000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":1.026,"15min":1.0409999999999999},"min":{"1min":0.749,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.212,"5min":1.484,"15min":1.484},"last":1.014},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.96899999999999997,"15min":0.97099999999999997},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":1.056}]},{"osd":6,"last update":"Fri Dec 8 10:32:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.151,"15min":1.1579999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.111},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0609999999999999,"15min":1.0640000000000001},"min":{"1min":0.81599999999999995,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.274,"5min":1.359,"15min":1.359},"last":1.179}]},{"osd":7,"last update":"Fri Dec 8 10:32:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.075,"15min":1.0609999999999999},"min":{"1min":0.95099999999999996,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2370000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.238},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.2090000000000001,"15min":1.212},"min":{"1min":1.0069999999999999,"5min":0.90200000000000002,"15min":0.90200000000000002},"max":{"1min":1.5109999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.3009999999999999}]}]},{"osd":1,"up_from":28,"seq":120259084335,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.85399999999999998,"15min":0.84299999999999997},"min":{"1min":0.59399999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.175,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.85399999999999998,"15min":0.83399999999999996},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.145,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.96599999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.92600000000000005,"15min":0.90700000000000003},"min":{"1min":0.71199999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.27,"5min":1.323,"15min":1.323},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92300000000000004,"15min":0.90100000000000002},"min":{"1min":0.76900000000000002,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1419999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.69499999999999995}]},{"osd":3,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.72099999999999997,"15min":0.69599999999999995},"min":{"1min":0.46700000000000003,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.0289999999999999,"5min":1.327,"15min":1.327},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.77600000000000002,"15min":0.78000000000000003},"min":{"1min":0.53900000000000003,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2450000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.877}]},{"osd":4,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88,"15min":0.879},"min":{"1min":0.69999999999999996,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.105,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.97299999999999998,"15min":0.96099999999999997},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.0289999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.68899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.2030000000000001,"5min":1.385,"15min":1.385},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.98099999999999998,"15min":0.96199999999999997},"min":{"1min":0.79000000000000004,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2430000000000001,"5min":1.387,"15min":1.387},"last":1.004}]},{"osd":6,"last update":"Fri Dec 8 10:32:22 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.89200000000000002,"15min":0.86599999999999999},"min":{"1min":0.55700000000000005,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.232,"5min":1.302,"15min":1.302},"last":1.103},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.88,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1890000000000001,"5min":1.242,"15min":1.242},"last":1.081}]},{"osd":7,"last update":"Fri Dec 8 10:32:28 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.002,"15min":0.96999999999999997},"min":{"1min":0.77100000000000002,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.304,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.0449999999999999,"15min":1.0089999999999999},"min":{"1min":0.72399999999999998,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2949999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.1599999999999999}]}]},{"osd":5,"up_from":28,"seq":120259084334,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.752,"15min":0.76800000000000002},"min":{"1min":0.54700000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"min":{"1min":0.59499999999999997,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.98299999999999998,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.70899999999999996}]},{"osd":1,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.89900000000000002,"15min":0.90300000000000002},"min":{"1min":0.64000000000000001,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.204,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.998},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.90100000000000002,"15min":0.90900000000000003},"min":{"1min":0.64900000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1830000000000001,"5min":1.78,"15min":1.78},"last":1.087}]},{"osd":2,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.622,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.81100000000000005,"15min":0.81999999999999995},"min":{"1min":0.67100000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.044,"5min":1.123,"15min":1.123},"last":0.83199999999999996}]},{"osd":3,"last update":"Fri Dec 8 10:32:12 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.93700000000000006,"15min":0.93000000000000005},"min":{"1min":0.61899999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.272,"5min":1.385,"15min":1.385},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.056,"5min":0.97199999999999998,"15min":0.94899999999999995},"min":{"1min":0.79800000000000004,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":2.3290000000000002,"5min":2.3290000000000002,"15min":2.3290000000000002},"last":1.0089999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90300000000000002,"15min":0.91300000000000003},"min":{"1min":0.68700000000000006,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1879999999999999,"5min":1.272,"15min":1.272},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.95999999999999996,"5min":1.01,"15min":1.028},"min":{"1min":0.65800000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3939999999999999,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.873}]},{"osd":6,"last update":"Fri Dec 8 10:32:22 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.079,"15min":1.071},"min":{"1min":0.90900000000000003,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":2.206,"5min":2.206,"15min":2.206},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0780000000000001,"15min":1.0800000000000001},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.89400000000000002}]},{"osd":7,"last update":"Fri Dec 8 10:32:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1279999999999999,"15min":1.131},"min":{"1min":0.96699999999999997,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.5700000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0629999999999999,"15min":1.069},"min":{"1min":0.91700000000000004,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2410000000000001,"5min":1.514,"15min":1.514},"last":0.95799999999999996}]}]},{"osd":3,"up_from":33,"seq":141733920812,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":171472,"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":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85199999999999998,"15min":0.84899999999999998},"min":{"1min":0.69399999999999995,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.0820000000000001,"5min":1.246,"15min":1.246},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.85099999999999998,"15min":0.83499999999999996},"min":{"1min":0.68100000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1619999999999999,"5min":1.177,"15min":1.177},"last":1.514}]},{"osd":1,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.65900000000000003,"15min":0.64700000000000002},"min":{"1min":0.52700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":1.2789999999999999},{"interface":"front","average":{"1min":0.70999999999999996,"5min":0.70199999999999996,"15min":0.69899999999999995},"min":{"1min":0.46100000000000002,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.92500000000000004,"5min":1.202,"15min":1.202},"last":1.0589999999999999}]},{"osd":2,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.89400000000000002,"15min":0.88},"min":{"1min":0.76300000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.552},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.90100000000000002,"15min":0.89400000000000002},"min":{"1min":0.65400000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.137,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.405}]},{"osd":4,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.96199999999999997,"15min":0.95899999999999996},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.21,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.6100000000000001},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.95799999999999996,"15min":0.94199999999999995},"min":{"1min":0.70899999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.139,"5min":2.8180000000000001,"15min":2.8180000000000001},"last":1.159}]},{"osd":5,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.0209999999999999,"15min":1.0069999999999999},"min":{"1min":0.78000000000000003,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.248,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.458},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.95899999999999996,"15min":0.95199999999999996},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.3069999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:32:20 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.89000000000000001,"15min":0.88100000000000001},"min":{"1min":0.58899999999999997,"5min":0.503,"15min":0.503},"max":{"1min":1.3759999999999999,"5min":1.464,"15min":1.464},"last":1.484},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.63,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.3879999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98599999999999999,"15min":0.98099999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3160000000000001,"5min":1.373,"15min":1.373},"last":1.5780000000000001},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.077,"15min":1.079},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.2969999999999999,"5min":1.345,"15min":1.345},"last":1.367}]}]}],"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":4,"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-08T10:32:44.137 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:32:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:44 smithi156 bash[24915]: cluster 2023-12-08T10:32:43.247159+0000 mgr.smithi156.dvayok (mgr.14180) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:44.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:44 smithi156 bash[24915]: audit 2023-12-08T10:32:43.308148+0000 mgr.smithi156.dvayok (mgr.14180) 239 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:44 smithi194 bash[28991]: cluster 2023-12-08T10:32:43.247159+0000 mgr.smithi156.dvayok (mgr.14180) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:44 smithi194 bash[28991]: audit 2023-12-08T10:32:43.308148+0000 mgr.smithi156.dvayok (mgr.14180) 239 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:45.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:45 smithi156 bash[24915]: cluster 2023-12-08T10:32:45.247779+0000 mgr.smithi156.dvayok (mgr.14180) 240 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:45 smithi194 bash[28991]: cluster 2023-12-08T10:32:45.247779+0000 mgr.smithi156.dvayok (mgr.14180) 240 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:48 smithi194 bash[28991]: cluster 2023-12-08T10:32:47.248369+0000 mgr.smithi156.dvayok (mgr.14180) 241 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:48.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:48 smithi156 bash[24915]: cluster 2023-12-08T10:32:47.248369+0000 mgr.smithi156.dvayok (mgr.14180) 241 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:48.921 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:50.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:50 smithi156 bash[24915]: cluster 2023-12-08T10:32:49.248940+0000 mgr.smithi156.dvayok (mgr.14180) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:50.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:50 smithi194 bash[28991]: cluster 2023-12-08T10:32:49.248940+0000 mgr.smithi156.dvayok (mgr.14180) 242 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:51.967 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:32:51.970 INFO:teuthology.orchestra.run.smithi156.stderr:dumped all 2023-12-08T10:32:52.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:52 smithi156 bash[24915]: cluster 2023-12-08T10:32:51.249416+0000 mgr.smithi156.dvayok (mgr.14180) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:52 smithi194 bash[28991]: cluster 2023-12-08T10:32:51.249416+0000 mgr.smithi156.dvayok (mgr.14180) 243 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:52.765 INFO:teuthology.orchestra.run.smithi156.stdout:{"pg_ready":true,"pg_map":{"version":228,"stamp":"2023-12-08T10:32:51.249153+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":2380164,"kb_used_data":3396,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548284,"statfs":{"total":767926730752,"available":765489442816,"internally_reserved":0,"allocated":3477504,"data_stored":1369208,"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":44,"state":"active+clean","last_fresh":"2023-12-08T10:29:24.675489+0000","last_change":"2023-12-08T10:29:24.675489+0000","last_active":"2023-12-08T10:29:24.675489+0000","last_peered":"2023-12-08T10:29:24.675489+0000","last_clean":"2023-12-08T10:29:24.675489+0000","last_became_active":"2023-12-08T10:29:24.674863+0000","last_became_peered":"2023-12-08T10:29:24.674863+0000","last_unstale":"2023-12-08T10:29:24.675489+0000","last_undegraded":"2023-12-08T10:29:24.675489+0000","last_fullsized":"2023-12-08T10:29:24.675489+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:28:56.324681+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:28:56.324681+0000","last_clean_scrub_stamp":"2023-12-08T10:28:56.324681+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626476,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.80700000000000005,"15min":0.79500000000000004},"min":{"1min":0.58899999999999997,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.276,"5min":1.399,"15min":1.399},"last":0.996},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.83799999999999997,"15min":0.80900000000000005},"min":{"1min":0.78100000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.72599999999999998}]},{"osd":1,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.66200000000000003,"5min":0.73899999999999999,"15min":0.77700000000000002},"min":{"1min":0.49299999999999999,"5min":0.436,"15min":0.436},"max":{"1min":0.82499999999999996,"5min":1.623,"15min":1.623},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.78400000000000003,"15min":0.78800000000000003},"min":{"1min":0.505,"5min":0.441,"15min":0.441},"max":{"1min":1.105,"5min":1.383,"15min":1.383},"last":0.96199999999999997}]},{"osd":2,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.83099999999999996,"15min":0.82399999999999995},"min":{"1min":0.56699999999999995,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.0329999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":1.1060000000000001},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.91800000000000004,"15min":0.93100000000000005},"min":{"1min":0.67500000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1319999999999999,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.93000000000000005}]},{"osd":3,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.84199999999999997,"15min":0.84899999999999998},"min":{"1min":0.502,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.153,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.80200000000000005,"15min":0.81200000000000006},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.073,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":1.0209999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.95299999999999996,"15min":0.96399999999999997},"min":{"1min":0.60699999999999998,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.175,"5min":1.341,"15min":1.341},"last":1.1839999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1,"15min":1.0169999999999999},"min":{"1min":0.751,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.2230000000000001,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.2030000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.04,"15min":1.0629999999999999},"min":{"1min":0.75,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.169,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.121},{"interface":"front","average":{"1min":1.075,"5min":1.0309999999999999,"15min":1.024},"min":{"1min":0.85199999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3759999999999999,"5min":1.464,"15min":1.464},"last":1.1519999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.012,"15min":1.002},"min":{"1min":0.63900000000000001,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":1.0820000000000001},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.99299999999999999,"15min":1.0069999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.238}]}]},{"osd":6,"up_from":38,"seq":163208757293,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.878,"15min":0.89800000000000002},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2090000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.622},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.875,"15min":0.85899999999999999},"min":{"1min":0.71899999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.135,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.65000000000000002}]},{"osd":1,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.72599999999999998,"15min":0.70899999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.72799999999999998,"15min":0.70999999999999996},"min":{"1min":0.47499999999999998,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.085,"5min":1.373,"15min":1.373},"last":0.46600000000000003}]},{"osd":2,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93200000000000005,"15min":0.92000000000000004},"min":{"1min":0.73199999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.92700000000000005,"15min":0.91900000000000004},"min":{"1min":0.69399999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.331,"5min":1.405,"15min":1.405},"last":0.59099999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.81799999999999995,"15min":0.80800000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.81999999999999995,"15min":0.80800000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2050000000000001,"5min":1.373,"15min":1.373},"last":0.63600000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.995,"15min":0.98799999999999999},"min":{"1min":0.70099999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.343,"5min":1.353,"15min":1.353},"last":0.629},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.3260000000000001,"5min":1.502,"15min":1.502},"last":0.73499999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:32:19 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0620000000000001,"15min":1.0549999999999999},"min":{"1min":0.85999999999999999,"5min":0.625,"15min":0.625},"max":{"1min":1.3919999999999999,"5min":1.446,"15min":1.446},"last":0.60099999999999998},{"interface":"front","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.085},"min":{"1min":0.70999999999999996,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.3640000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.80700000000000005}]},{"osd":7,"last update":"Fri Dec 8 10:32:24 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.044,"15min":1.03},"min":{"1min":0.65900000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.458,"5min":2.0600000000000001,"15min":2.0600000000000001},"last":0.52500000000000002},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0760000000000001,"15min":1.0700000000000001},"min":{"1min":0.69699999999999995,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.2869999999999999,"5min":2.101,"15min":2.101},"last":0.51400000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":171472,"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":"Fri Dec 8 10:31:56 2023","interfaces":[{"interface":"back","average":{"1min":0.74199999999999999,"5min":0.70899999999999996,"15min":0.71399999999999997},"min":{"1min":0.56699999999999995,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.093,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.79800000000000004,"5min":0.73699999999999999,"15min":0.72299999999999998},"min":{"1min":0.502,"5min":0.38,"15min":0.38},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.61699999999999999}]},{"osd":1,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.879,"15min":0.873},"min":{"1min":0.70099999999999996,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.121,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.89700000000000002,"15min":0.88800000000000001},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.89900000000000002}]},{"osd":3,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92700000000000005,"15min":0.90800000000000003},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.02,"5min":0.98799999999999999,"15min":0.98299999999999998},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.1890000000000001,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.1299999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.93200000000000005,"15min":0.94799999999999995},"min":{"1min":0.63,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.0449999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.97299999999999998,"15min":0.97199999999999998},"min":{"1min":0.54500000000000004,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.236,"5min":1.333,"15min":1.333},"last":0.83199999999999996}]},{"osd":5,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92700000000000005,"15min":0.94399999999999995},"min":{"1min":0.67500000000000004,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.157,"5min":1.256,"15min":1.256},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.92000000000000004,"15min":0.92200000000000004},"min":{"1min":0.52800000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.226,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.0329999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:32:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0149999999999999,"15min":1.0069999999999999},"min":{"1min":0.77900000000000003,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.149,"5min":1.0580000000000001,"15min":1.0469999999999999},"min":{"1min":0.91700000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.4950000000000001,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.1890000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:32:29 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.0780000000000001,"15min":1.0860000000000001},"min":{"1min":0.78000000000000003,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.4059999999999999,"5min":1.419,"15min":1.419},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.145,"5min":1.1339999999999999,"15min":1.1399999999999999},"min":{"1min":0.92800000000000005,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.306,"5min":1.431,"15min":1.431},"last":1.1000000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:03 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88200000000000001,"15min":0.874},"min":{"1min":0.60199999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.96899999999999997,"15min":0.95899999999999996},"min":{"1min":0.79700000000000004,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.2090000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.2350000000000001}]},{"osd":2,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.84699999999999998,"15min":0.873},"min":{"1min":0.59699999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.141,"5min":1.413,"15min":1.413},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.84099999999999997,"15min":0.83699999999999997},"min":{"1min":0.59999999999999998,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.216,"5min":1.363,"15min":1.363},"last":0.84599999999999997}]},{"osd":3,"last update":"Fri Dec 8 10:32:12 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.90100000000000002,"15min":0.88600000000000001},"min":{"1min":0.71599999999999997,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.93899999999999995,"15min":0.93999999999999995},"min":{"1min":0.73299999999999998,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.0469999999999999,"5min":1.157,"15min":1.157},"last":1.0289999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.82599999999999996,"15min":0.81999999999999995},"min":{"1min":0.59899999999999998,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.077,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.73299999999999998},{"interface":"front","average":{"1min":1.008,"5min":1.0109999999999999,"15min":1.0289999999999999},"min":{"1min":0.80000000000000004,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2809999999999999,"5min":1.9259999999999999,"15min":1.9259999999999999},"last":1.1579999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:32:03 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.92200000000000004,"15min":0.93400000000000005},"min":{"1min":0.72199999999999998,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.131,"5min":1.218,"15min":1.218},"last":0.96699999999999997},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.97599999999999998,"15min":0.98399999999999999},"min":{"1min":0.76000000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1990000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1}]},{"osd":6,"last update":"Fri Dec 8 10:32:21 2023","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.0900000000000001,"15min":1.083},"min":{"1min":0.85199999999999998,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.071,"15min":1.071},"min":{"1min":0.70699999999999996,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.3220000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.1799999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:29 2023","interfaces":[{"interface":"back","average":{"1min":1.1850000000000001,"5min":1.173,"15min":1.1779999999999999},"min":{"1min":0.90700000000000003,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.5780000000000001,"5min":1.75,"15min":1.75},"last":1.645},{"interface":"front","average":{"1min":1.2190000000000001,"5min":1.1619999999999999,"15min":1.151},"min":{"1min":0.96899999999999997,"5min":0.88700000000000001,"15min":0.88700000000000001},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.675}]}]},{"osd":4,"up_from":24,"seq":103079215154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":170479,"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":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.70799999999999996,"15min":0.70199999999999996},"min":{"1min":0.56100000000000005,"5min":0.502,"15min":0.502},"max":{"1min":1.044,"5min":1.127,"15min":1.127},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.76500000000000001,"15min":0.74199999999999999},"min":{"1min":0.52900000000000003,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":1.1579999999999999}]},{"osd":1,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.92400000000000004,"15min":0.92800000000000005},"min":{"1min":0.72299999999999998,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.081,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.90500000000000003,"15min":0.89700000000000002},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.119,"5min":1.242,"15min":1.242},"last":0.998}]},{"osd":2,"last update":"Fri Dec 8 10:31:59 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.65600000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.04,"5min":1.196,"15min":1.196},"last":0.92400000000000004},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.84999999999999998,"15min":0.84199999999999997},"min":{"1min":0.60299999999999998,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":0.78800000000000003}]},{"osd":3,"last update":"Fri Dec 8 10:32:14 2023","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.91800000000000004,"15min":0.91000000000000003},"min":{"1min":0.68100000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.401,"5min":1.401,"15min":1.401},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.995,"5min":1.0029999999999999,"15min":0.998},"min":{"1min":0.64600000000000002,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2809999999999999,"5min":1.329,"15min":1.329},"last":1.02}]},{"osd":5,"last update":"Fri Dec 8 10:32:05 2023","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":1.026,"15min":1.0409999999999999},"min":{"1min":0.749,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.212,"5min":1.484,"15min":1.484},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.96899999999999997,"15min":0.97099999999999997},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":1.087}]},{"osd":6,"last update":"Fri Dec 8 10:32:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.151,"15min":1.1579999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0609999999999999,"15min":1.0640000000000001},"min":{"1min":0.81599999999999995,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.274,"5min":1.359,"15min":1.359},"last":1.1319999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.075,"15min":1.0609999999999999},"min":{"1min":0.95099999999999996,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2370000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.2090000000000001,"15min":1.212},"min":{"1min":1.0069999999999999,"5min":0.90200000000000002,"15min":0.90200000000000002},"max":{"1min":1.5109999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.2390000000000001}]}]},{"osd":1,"up_from":28,"seq":120259084337,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.85399999999999998,"15min":0.84299999999999997},"min":{"1min":0.59399999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.175,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":1.099},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.85399999999999998,"15min":0.83399999999999996},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.145,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.81699999999999995}]},{"osd":2,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.92600000000000005,"15min":0.90700000000000003},"min":{"1min":0.71199999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.27,"5min":1.323,"15min":1.323},"last":0.879},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92300000000000004,"15min":0.90100000000000002},"min":{"1min":0.76900000000000002,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1419999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":1.0649999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.72099999999999997,"15min":0.69599999999999995},"min":{"1min":0.46700000000000003,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.0289999999999999,"5min":1.327,"15min":1.327},"last":1.2090000000000001},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.77600000000000002,"15min":0.78000000000000003},"min":{"1min":0.53900000000000003,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.2450000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.97899999999999998}]},{"osd":4,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.88,"15min":0.879},"min":{"1min":0.69999999999999996,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.105,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.97299999999999998,"15min":0.96099999999999997},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.046}]},{"osd":5,"last update":"Fri Dec 8 10:32:06 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.68899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.2030000000000001,"5min":1.385,"15min":1.385},"last":0.90900000000000003},{"interface":"front","average":{"1min":1.0249999999999999,"5min":0.98099999999999998,"15min":0.96199999999999997},"min":{"1min":0.79000000000000004,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2430000000000001,"5min":1.387,"15min":1.387},"last":1}]},{"osd":6,"last update":"Fri Dec 8 10:32:22 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.89200000000000002,"15min":0.86599999999999999},"min":{"1min":0.55700000000000005,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.232,"5min":1.302,"15min":1.302},"last":1.1639999999999999},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.88,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1890000000000001,"5min":1.242,"15min":1.242},"last":0.84799999999999998}]},{"osd":7,"last update":"Fri Dec 8 10:32:28 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.002,"15min":0.96999999999999997},"min":{"1min":0.77100000000000002,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.304,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.091},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.0449999999999999,"15min":1.0089999999999999},"min":{"1min":0.72399999999999998,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.2949999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.25}]}]},{"osd":5,"up_from":28,"seq":120259084336,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":171157,"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":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.752,"15min":0.76800000000000002},"min":{"1min":0.54700000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"min":{"1min":0.59499999999999997,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.98299999999999998,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.66200000000000003}]},{"osd":1,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.89900000000000002,"15min":0.90300000000000002},"min":{"1min":0.64000000000000001,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.204,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.90100000000000002,"15min":0.90900000000000003},"min":{"1min":0.64900000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1830000000000001,"5min":1.78,"15min":1.78},"last":0.70699999999999996}]},{"osd":2,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.622,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.98099999999999998},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.81100000000000005,"15min":0.81999999999999995},"min":{"1min":0.67100000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.044,"5min":1.123,"15min":1.123},"last":0.90800000000000003}]},{"osd":3,"last update":"Fri Dec 8 10:32:12 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.93700000000000006,"15min":0.93000000000000005},"min":{"1min":0.61899999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.272,"5min":1.385,"15min":1.385},"last":0.93899999999999995},{"interface":"front","average":{"1min":1.056,"5min":0.97199999999999998,"15min":0.94899999999999995},"min":{"1min":0.79800000000000004,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":2.3290000000000002,"5min":2.3290000000000002,"15min":2.3290000000000002},"last":0.81699999999999995}]},{"osd":4,"last update":"Fri Dec 8 10:32:02 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90300000000000002,"15min":0.91300000000000003},"min":{"1min":0.68700000000000006,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1879999999999999,"5min":1.272,"15min":1.272},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.95999999999999996,"5min":1.01,"15min":1.028},"min":{"1min":0.65800000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3939999999999999,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.046}]},{"osd":6,"last update":"Fri Dec 8 10:32:22 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.079,"15min":1.071},"min":{"1min":0.90900000000000003,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":2.206,"5min":2.206,"15min":2.206},"last":1.1499999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0780000000000001,"15min":1.0800000000000001},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.1659999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1279999999999999,"15min":1.131},"min":{"1min":0.96699999999999997,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.5700000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.091},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0629999999999999,"15min":1.069},"min":{"1min":0.91700000000000004,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2410000000000001,"5min":1.514,"15min":1.514},"last":1.1240000000000001}]}]},{"osd":3,"up_from":33,"seq":141733920814,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297524,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443532,"statfs":{"total":95990841344,"available":95686176768,"internally_reserved":0,"allocated":438272,"data_stored":171472,"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":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85199999999999998,"15min":0.84899999999999998},"min":{"1min":0.69399999999999995,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.0820000000000001,"5min":1.246,"15min":1.246},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.85099999999999998,"15min":0.83499999999999996},"min":{"1min":0.68100000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.1619999999999999,"5min":1.177,"15min":1.177},"last":0.94599999999999995}]},{"osd":1,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.65900000000000003,"15min":0.64700000000000002},"min":{"1min":0.52700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.70999999999999996,"5min":0.70199999999999996,"15min":0.69899999999999995},"min":{"1min":0.46100000000000002,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.92500000000000004,"5min":1.202,"15min":1.202},"last":0.92100000000000004}]},{"osd":2,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.89400000000000002,"15min":0.88},"min":{"1min":0.76300000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.90100000000000002,"15min":0.89400000000000002},"min":{"1min":0.65400000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.137,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.0609999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.96199999999999997,"15min":0.95899999999999996},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.21,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.155},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.95799999999999996,"15min":0.94199999999999995},"min":{"1min":0.70899999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.139,"5min":2.8180000000000001,"15min":2.8180000000000001},"last":0.87}]},{"osd":5,"last update":"Fri Dec 8 10:32:13 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.0209999999999999,"15min":1.0069999999999999},"min":{"1min":0.78000000000000003,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.248,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.95899999999999996,"15min":0.95199999999999996},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.1080000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:32:20 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.89000000000000001,"15min":0.88100000000000001},"min":{"1min":0.58899999999999997,"5min":0.503,"15min":0.503},"max":{"1min":1.3759999999999999,"5min":1.464,"15min":1.464},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.63,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.0369999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:32:30 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98599999999999999,"15min":0.98099999999999998},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.3160000000000001,"5min":1.373,"15min":1.373},"last":0.996},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.077,"15min":1.079},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.2969999999999999,"5min":1.345,"15min":1.345},"last":1.3240000000000001}]}]}],"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":4,"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-08T10:32:52.767 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T10:32:52.767 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T10:32:52.767 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T10:32:52.767 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T10:32:53.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:53 smithi156 bash[24915]: audit 2023-12-08T10:32:51.957030+0000 mgr.smithi156.dvayok (mgr.14180) 244 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:53 smithi194 bash[28991]: audit 2023-12-08T10:32:51.957030+0000 mgr.smithi156.dvayok (mgr.14180) 244 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:54.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:54 smithi156 bash[24915]: cluster 2023-12-08T10:32:53.249987+0000 mgr.smithi156.dvayok (mgr.14180) 245 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:54 smithi194 bash[28991]: cluster 2023-12-08T10:32:53.249987+0000 mgr.smithi156.dvayok (mgr.14180) 245 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:55.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:55 smithi156 bash[24915]: cluster 2023-12-08T10:32:55.250643+0000 mgr.smithi156.dvayok (mgr.14180) 246 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:55 smithi194 bash[28991]: cluster 2023-12-08T10:32:55.250643+0000 mgr.smithi156.dvayok (mgr.14180) 246 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:57.546 INFO:teuthology.orchestra.run.smithi156.stderr:Inferring config /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/mon.smithi156/config 2023-12-08T10:32:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:32:58 smithi194 bash[28991]: cluster 2023-12-08T10:32:57.251240+0000 mgr.smithi156.dvayok (mgr.14180) 247 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:32:58.604 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:32:58 smithi156 bash[24915]: cluster 2023-12-08T10:32:57.251240+0000 mgr.smithi156.dvayok (mgr.14180) 247 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:00.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:00 smithi156 bash[24915]: cluster 2023-12-08T10:32:59.251840+0000 mgr.smithi156.dvayok (mgr.14180) 248 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:00 smithi194 bash[28991]: cluster 2023-12-08T10:32:59.251840+0000 mgr.smithi156.dvayok (mgr.14180) 248 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:00.584 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:33:01.345 INFO:teuthology.orchestra.run.smithi156.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T10:33:01.346 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T10:33:01.346 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T10:33:01.346 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:33:01.356 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T10:33:01.356 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T10:33:01.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:01 smithi156 bash[24915]: audit 2023-12-08T10:33:00.581285+0000 mon.smithi156 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.156:0/2657737012' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:33:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:01 smithi194 bash[28991]: audit 2023-12-08T10:33:00.581285+0000 mon.smithi156 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.156:0/2657737012' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:33:02.588 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:02 smithi156 bash[24915]: cluster 2023-12-08T10:33:01.252447+0000 mgr.smithi156.dvayok (mgr.14180) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:02 smithi194 bash[28991]: cluster 2023-12-08T10:33:01.252447+0000 mgr.smithi156.dvayok (mgr.14180) 249 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:04.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:04 smithi156 bash[24915]: cluster 2023-12-08T10:33:03.253168+0000 mgr.smithi156.dvayok (mgr.14180) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:04.590 INFO:teuthology.orchestra.run.smithi156.stdout:Backend: cephadm 2023-12-08T10:33:04.590 INFO:teuthology.orchestra.run.smithi156.stdout:Available: Yes 2023-12-08T10:33:04.590 INFO:teuthology.orchestra.run.smithi156.stdout:Paused: No 2023-12-08T10:33:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:04 smithi194 bash[28991]: cluster 2023-12-08T10:33:03.253168+0000 mgr.smithi156.dvayok (mgr.14180) 250 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:05.401 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T10:33:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:05 smithi156 bash[24915]: audit 2023-12-08T10:33:04.586823+0000 mgr.smithi156.dvayok (mgr.14180) 251 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:05 smithi156 bash[24915]: cluster 2023-12-08T10:33:05.253768+0000 mgr.smithi156.dvayok (mgr.14180) 252 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:06.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:05 smithi194 bash[28991]: audit 2023-12-08T10:33:04.586823+0000 mgr.smithi156.dvayok (mgr.14180) 251 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:06.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:05 smithi194 bash[28991]: cluster 2023-12-08T10:33:05.253768+0000 mgr.smithi156.dvayok (mgr.14180) 252 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:08.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:08 smithi156 bash[24915]: cluster 2023-12-08T10:33:07.254478+0000 mgr.smithi156.dvayok (mgr.14180) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:08.516 INFO:teuthology.orchestra.run.smithi156.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T10:33:08.516 INFO:teuthology.orchestra.run.smithi156.stdout:alertmanager.smithi156 smithi156 *:9093,9094 running (5m) 48s ago 7m 11.9M - 0.23.0 ba2b418f427c bf66620483e6 2023-12-08T10:33:08.516 INFO:teuthology.orchestra.run.smithi156.stdout:crash.smithi156 smithi156 running (7m) 48s ago 7m 6943k - 16.2.14-365-g451ceae1 03b62e1f94c4 4188c7afdca5 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:crash.smithi194 smithi194 running (6m) 48s ago 6m 7107k - 16.2.14-365-g451ceae1 03b62e1f94c4 e2f41df82ba1 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:grafana.smithi156 smithi156 *:3000 running (5m) 48s ago 6m 40.6M - 8.3.5 dad864ee21e9 a22f3bc25b48 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:mgr.smithi156.dvayok smithi156 *:9283 running (8m) 48s ago 8m 427M - 16.2.14-365-g451ceae1 03b62e1f94c4 445cbfe15d10 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:mgr.smithi194.sgucxw smithi194 *:8443,9283 running (6m) 48s ago 6m 374M - 16.2.14-365-g451ceae1 03b62e1f94c4 c5ce87539813 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:mon.smithi156 smithi156 running (8m) 48s ago 9m 61.3M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 1fc7ae232c65 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:mon.smithi194 smithi194 running (6m) 48s ago 6m 59.2M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 013215ddbfba 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:node-exporter.smithi156 smithi156 *:9100 running (6m) 48s ago 6m 10.6M - 1.3.1 1dbe0e931976 7e9bee3bdf7d 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:node-exporter.smithi194 smithi194 *:9100 running (5m) 48s ago 6m 11.5M - 1.3.1 1dbe0e931976 49633ccc3cd8 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.0 smithi194 running (4m) 48s ago 4m 33.1M 4028M 16.2.14-365-g451ceae1 03b62e1f94c4 a9fbc62a920c 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.1 smithi156 running (4m) 48s ago 4m 33.0M 3260M 16.2.14-365-g451ceae1 03b62e1f94c4 5415aa7b2f61 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.2 smithi194 running (4m) 48s ago 4m 33.8M 4028M 16.2.14-365-g451ceae1 03b62e1f94c4 1520453fc9c8 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.3 smithi156 running (4m) 48s ago 4m 32.3M 3260M 16.2.14-365-g451ceae1 03b62e1f94c4 c7f990971b45 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.4 smithi194 running (4m) 48s ago 4m 33.0M 4028M 16.2.14-365-g451ceae1 03b62e1f94c4 576dbf981fae 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.5 smithi194 running (4m) 48s ago 4m 32.7M 4028M 16.2.14-365-g451ceae1 03b62e1f94c4 1faa29b66204 2023-12-08T10:33:08.517 INFO:teuthology.orchestra.run.smithi156.stdout:osd.6 smithi156 running (4m) 48s ago 4m 33.2M 3260M 16.2.14-365-g451ceae1 03b62e1f94c4 df449b18663a 2023-12-08T10:33:08.518 INFO:teuthology.orchestra.run.smithi156.stdout:osd.7 smithi156 running (3m) 48s ago 3m 32.9M 3260M 16.2.14-365-g451ceae1 03b62e1f94c4 df9a96029c24 2023-12-08T10:33:08.518 INFO:teuthology.orchestra.run.smithi156.stdout:prometheus.smithi156 smithi156 *:9095 running (5m) 48s ago 6m 53.3M - 2.33.4 514e6a882f6e 310705fe52ca 2023-12-08T10:33:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:08 smithi194 bash[28991]: cluster 2023-12-08T10:33:07.254478+0000 mgr.smithi156.dvayok (mgr.14180) 253 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:09.270 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T10:33:09.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:09 smithi156 bash[24915]: audit 2023-12-08T10:33:08.495989+0000 mgr.smithi156.dvayok (mgr.14180) 254 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:09 smithi194 bash[28991]: audit 2023-12-08T10:33:08.495989+0000 mgr.smithi156.dvayok (mgr.14180) 254 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:10.721 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:10 smithi156 bash[24915]: cluster 2023-12-08T10:33:09.254986+0000 mgr.smithi156.dvayok (mgr.14180) 255 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:10 smithi194 bash[28991]: cluster 2023-12-08T10:33:09.254986+0000 mgr.smithi156.dvayok (mgr.14180) 255 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:12.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:12 smithi156 bash[24915]: cluster 2023-12-08T10:33:11.255492+0000 mgr.smithi156.dvayok (mgr.14180) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:alertmanager ?:9093,9094 1/1 52s ago 8m count:1 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:crash 2/2 52s ago 8m * 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:grafana ?:3000 1/1 52s ago 8m count:1 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:mgr 2/2 52s ago 8m count:2 2023-12-08T10:33:12.543 INFO:teuthology.orchestra.run.smithi156.stdout:mon 2/2 52s ago 6m smithi156:172.21.15.156=smithi156;smithi194:172.21.15.194=smithi194;count:2 2023-12-08T10:33:12.544 INFO:teuthology.orchestra.run.smithi156.stdout:node-exporter ?:9100 2/2 52s ago 8m * 2023-12-08T10:33:12.544 INFO:teuthology.orchestra.run.smithi156.stdout:osd.all-available-devices 8 52s ago 5m * 2023-12-08T10:33:12.544 INFO:teuthology.orchestra.run.smithi156.stdout:prometheus ?:9095 1/1 52s ago 8m count:1 2023-12-08T10:33:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:12 smithi194 bash[28991]: cluster 2023-12-08T10:33:11.255492+0000 mgr.smithi156.dvayok (mgr.14180) 256 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:13.230 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T10:33:14.670 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:14 smithi156 bash[24915]: audit 2023-12-08T10:33:12.531434+0000 mgr.smithi156.dvayok (mgr.14180) 257 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:14.670 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:14 smithi156 bash[24915]: cluster 2023-12-08T10:33:13.256087+0000 mgr.smithi156.dvayok (mgr.14180) 258 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:14 smithi194 bash[28991]: audit 2023-12-08T10:33:12.531434+0000 mgr.smithi156.dvayok (mgr.14180) 257 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:14 smithi194 bash[28991]: cluster 2023-12-08T10:33:13.256087+0000 mgr.smithi156.dvayok (mgr.14180) 258 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:15.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:15 smithi156 bash[24915]: cluster 2023-12-08T10:33:15.256705+0000 mgr.smithi156.dvayok (mgr.14180) 259 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:15 smithi194 bash[28991]: cluster 2023-12-08T10:33:15.256705+0000 mgr.smithi156.dvayok (mgr.14180) 259 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:16.538 INFO:teuthology.orchestra.run.smithi156.stdout:HOST ADDR LABELS STATUS 2023-12-08T10:33:16.538 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 172.21.15.156 2023-12-08T10:33:16.538 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 172.21.15.194 2023-12-08T10:33:16.538 INFO:teuthology.orchestra.run.smithi156.stdout:2 hosts in cluster 2023-12-08T10:33:17.277 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T10:33:18.720 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:18 smithi156 bash[24915]: audit 2023-12-08T10:33:16.533949+0000 mgr.smithi156.dvayok (mgr.14180) 260 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:18.720 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:18 smithi156 bash[24915]: cluster 2023-12-08T10:33:17.257340+0000 mgr.smithi156.dvayok (mgr.14180) 261 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:18 smithi194 bash[28991]: audit 2023-12-08T10:33:16.533949+0000 mgr.smithi156.dvayok (mgr.14180) 260 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:18 smithi194 bash[28991]: cluster 2023-12-08T10:33:17.257340+0000 mgr.smithi156.dvayok (mgr.14180) 261 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:20.472 INFO:teuthology.orchestra.run.smithi156.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760040480DGN 447G 3m ago LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme1n1 ssd Linux_225c7c6f02dc4c7d650a 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme2n1 ssd Linux_31addfad9985286f4dd2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme3n1 ssd Linux_ceca9aedd5f961e51ad3 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme4n1 ssd Linux_cdf4a5b844c2614899b2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 3m ago LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme1n1 ssd Linux_d092bd2df0c8aa7f2423 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme2n1 ssd Linux_d717b9fa3f0661252117 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme3n1 ssd Linux_cc0e49397b8827f7e022 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.473 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme4n1 ssd Linux_080b72dcb9af000bac59 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:20.719 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:20 smithi156 bash[24915]: cluster 2023-12-08T10:33:19.258035+0000 mgr.smithi156.dvayok (mgr.14180) 262 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:20 smithi194 bash[28991]: cluster 2023-12-08T10:33:19.258035+0000 mgr.smithi156.dvayok (mgr.14180) 262 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:21.236 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T10:33:21.246 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T10:33:21.246 INFO:tasks.vip:peername 172.21.15.156 2023-12-08T10:33:21.250 INFO:tasks.vip:172.21.15.156 in 172.21.0.0/20, pos 3995 2023-12-08T10:33:21.254 INFO:tasks.vip:smithi156.front.sepia.ceph.com static 10.0.15.156, vnet 10.0.0.0/16 2023-12-08T10:33:21.254 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T10:33:21.254 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip route ls 2023-12-08T10:33:21.271 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-08T10:33:21.271 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.156 metric 100 2023-12-08T10:33:21.271 INFO:teuthology.orchestra.run.smithi156.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-08T10:33:21.271 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.156 2023-12-08T10:33:21.271 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.156 metric 100 2023-12-08T10:33:21.272 INFO:tasks.vip:Configuring 10.0.15.156 on smithi156.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:33:21.272 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr add 10.0.15.156/16 dev enp3s0f1 2023-12-08T10:33:21.328 INFO:tasks.vip:peername 172.21.15.194 2023-12-08T10:33:21.331 INFO:tasks.vip:172.21.15.194 in 172.21.0.0/20, pos 4033 2023-12-08T10:33:21.337 INFO:tasks.vip:smithi194.front.sepia.ceph.com static 10.0.15.194, vnet 10.0.0.0/16 2023-12-08T10:33:21.338 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip route ls 2023-12-08T10:33:21.353 INFO:teuthology.orchestra.run.smithi194.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-08T10:33:21.354 INFO:teuthology.orchestra.run.smithi194.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.194 metric 100 2023-12-08T10:33:21.354 INFO:teuthology.orchestra.run.smithi194.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-08T10:33:21.354 INFO:teuthology.orchestra.run.smithi194.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.194 2023-12-08T10:33:21.354 INFO:teuthology.orchestra.run.smithi194.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.194 metric 100 2023-12-08T10:33:21.355 INFO:tasks.vip:Configuring 10.0.15.194 on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:33:21.355 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr add 10.0.15.194/16 dev enp3s0f1 2023-12-08T10:33:21.410 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:33:21.418 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T10:33:21.419 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T10:33:21.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:21 smithi156 bash[24915]: audit 2023-12-08T10:33:20.461606+0000 mgr.smithi156.dvayok (mgr.14180) 263 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:21.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:21 smithi156 bash[24915]: audit 2023-12-08T10:33:20.596239+0000 mon.smithi156 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:21 smithi194 bash[28991]: audit 2023-12-08T10:33:20.461606+0000 mgr.smithi156.dvayok (mgr.14180) 263 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:21 smithi194 bash[28991]: audit 2023-12-08T10:33:20.596239+0000 mon.smithi156 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:22.593 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:22 smithi194 bash[28991]: cluster 2023-12-08T10:33:21.258653+0000 mgr.smithi156.dvayok (mgr.14180) 264 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:22.675 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:22 smithi156 bash[24915]: cluster 2023-12-08T10:33:21.258653+0000 mgr.smithi156.dvayok (mgr.14180) 264 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:24.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:24 smithi156 bash[24915]: cluster 2023-12-08T10:33:23.259066+0000 mgr.smithi156.dvayok (mgr.14180) 265 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760040480DGN 447G 3m ago LVM detected, locked 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme1n1 ssd Linux_225c7c6f02dc4c7d650a 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme2n1 ssd Linux_31addfad9985286f4dd2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme3n1 ssd Linux_ceca9aedd5f961e51ad3 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi156 /dev/nvme4n1 ssd Linux_cdf4a5b844c2614899b2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.568 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 3m ago LVM detected, locked 2023-12-08T10:33:24.569 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme1n1 ssd Linux_d092bd2df0c8aa7f2423 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.569 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme2n1 ssd Linux_d717b9fa3f0661252117 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.569 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme3n1 ssd Linux_cc0e49397b8827f7e022 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.569 INFO:teuthology.orchestra.run.smithi156.stdout:smithi194 /dev/nvme4n1 ssd Linux_080b72dcb9af000bac59 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:33:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:24 smithi194 bash[28991]: cluster 2023-12-08T10:33:23.259066+0000 mgr.smithi156.dvayok (mgr.14180) 265 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:25.383 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:33:25.399 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T10:33:25.400 DEBUG:teuthology.orchestra.run.smithi156:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:33:25.416 INFO:teuthology.orchestra.run.smithi156.stderr:+ systemctl stop nfs-server 2023-12-08T10:33:25.538 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi194.front.sepia.ceph.com 2023-12-08T10:33:25.539 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:33:25.553 INFO:teuthology.orchestra.run.smithi194.stderr:+ systemctl stop nfs-server 2023-12-08T10:33:25.683 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:33:25.700 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T10:33:25.701 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-08T10:33:25.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:25 smithi156 bash[24915]: audit 2023-12-08T10:33:24.562239+0000 mgr.smithi156.dvayok (mgr.14180) 266 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:25.714 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:25 smithi156 bash[24915]: cluster 2023-12-08T10:33:25.259582+0000 mgr.smithi156.dvayok (mgr.14180) 267 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:25 smithi194 bash[28991]: audit 2023-12-08T10:33:24.562239+0000 mgr.smithi156.dvayok (mgr.14180) 266 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:25 smithi194 bash[28991]: cluster 2023-12-08T10:33:25.259582+0000 mgr.smithi156.dvayok (mgr.14180) 267 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:27.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:27 smithi156 bash[24915]: audit 2023-12-08T10:33:26.084972+0000 mon.smithi156 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:27.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:27 smithi194 bash[28991]: audit 2023-12-08T10:33:26.084972+0000 mon.smithi156 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:28 smithi156 bash[24915]: cluster 2023-12-08T10:33:27.259908+0000 mgr.smithi156.dvayok (mgr.14180) 268 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:28.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:28 smithi156 bash[24915]: audit 2023-12-08T10:33:27.887686+0000 mon.smithi156 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:28 smithi194 bash[28991]: cluster 2023-12-08T10:33:27.259908+0000 mgr.smithi156.dvayok (mgr.14180) 268 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:28 smithi194 bash[28991]: audit 2023-12-08T10:33:27.887686+0000 mon.smithi156 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:30.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:29 smithi156 bash[24915]: audit 2023-12-08T10:33:28.922985+0000 mon.smithi156 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T10:33:30.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:29 smithi194 bash[28991]: audit 2023-12-08T10:33:28.922985+0000 mon.smithi156 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T10:33:30.726 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: debug 2023-12-08T10:33:30.444+0000 7f3814b61700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:28.922197+0000 mgr.smithi156.dvayok (mgr.14180) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:29.260410+0000 mgr.smithi156.dvayok (mgr.14180) 270 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:29.440599+0000 mon.smithi156 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:29.440676+0000 mon.smithi156 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:29.442821+0000 mon.smithi156 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:30.443426+0000 mon.smithi156 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:30.443744+0000 mon.smithi156 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:33:30.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:30.447921+0000 mon.smithi156 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:30.448947+0000 mon.smithi156 (mon.0) 643 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:30.449015+0000 mon.smithi156 (mon.0) 644 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:30.462349+0000 mon.smithi156 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:30.465774+0000 mon.smithi156 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cluster 2023-12-08T10:33:30.465899+0000 mon.smithi156 (mon.0) 647 : cluster [DBG] fsmap foofs:0 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: cephadm 2023-12-08T10:33:30.469114+0000 mgr.smithi156.dvayok (mgr.14180) 271 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T10:33:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:30 smithi156 bash[24915]: audit 2023-12-08T10:33:30.473728+0000 mon.smithi156 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:28.922197+0000 mgr.smithi156.dvayok (mgr.14180) 269 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:29.260410+0000 mgr.smithi156.dvayok (mgr.14180) 270 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:29.440599+0000 mon.smithi156 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:29.440676+0000 mon.smithi156 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:29.442821+0000 mon.smithi156 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:30.443426+0000 mon.smithi156 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:30.443744+0000 mon.smithi156 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:30.447921+0000 mon.smithi156 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:30.448947+0000 mon.smithi156 (mon.0) 643 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:30.449015+0000 mon.smithi156 (mon.0) 644 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T10:33:31.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:30.462349+0000 mon.smithi156 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:33:31.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:30.465774+0000 mon.smithi156 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T10:33:31.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cluster 2023-12-08T10:33:30.465899+0000 mon.smithi156 (mon.0) 647 : cluster [DBG] fsmap foofs:0 2023-12-08T10:33:31.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: cephadm 2023-12-08T10:33:30.469114+0000 mgr.smithi156.dvayok (mgr.14180) 271 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T10:33:31.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:31 smithi194 bash[28991]: audit 2023-12-08T10:33:30.473728+0000 mon.smithi156 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:31.372 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-08T10:33:31.383 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.156/16' 2023-12-08T10:33:31.384 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch apply -i - 2023-12-08T10:33:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:32 smithi194 bash[28991]: cluster 2023-12-08T10:33:31.261073+0000 mgr.smithi156.dvayok (mgr.14180) 272 : cluster [DBG] pgmap v251: 65 pgs: 2 creating+peering, 1 active+clean, 62 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:32.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:32 smithi194 bash[28991]: cluster 2023-12-08T10:33:31.462831+0000 mon.smithi156 (mon.0) 649 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:33:32.900 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:32 smithi156 bash[24915]: cluster 2023-12-08T10:33:31.261073+0000 mgr.smithi156.dvayok (mgr.14180) 272 : cluster [DBG] pgmap v251: 65 pgs: 2 creating+peering, 1 active+clean, 62 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:32.900 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:32 smithi156 bash[24915]: cluster 2023-12-08T10:33:31.462831+0000 mon.smithi156 (mon.0) 649 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:33:33.733 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:33 smithi194 bash[28991]: cluster 2023-12-08T10:33:32.462577+0000 mon.smithi156 (mon.0) 650 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:33:33.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:33 smithi156 bash[24915]: cluster 2023-12-08T10:33:32.462577+0000 mon.smithi156 (mon.0) 650 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:33:34.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:34 smithi156 bash[24915]: cluster 2023-12-08T10:33:33.261696+0000 mgr.smithi156.dvayok (mgr.14180) 273 : cluster [DBG] pgmap v254: 65 pgs: 8 creating+peering, 18 active+clean, 39 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:34 smithi194 bash[28991]: cluster 2023-12-08T10:33:33.261696+0000 mgr.smithi156.dvayok (mgr.14180) 273 : cluster [DBG] pgmap v254: 65 pgs: 8 creating+peering, 18 active+clean, 39 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:35 smithi194 bash[28991]: cluster 2023-12-08T10:33:35.262360+0000 mgr.smithi156.dvayok (mgr.14180) 274 : cluster [DBG] pgmap v255: 65 pgs: 8 creating+peering, 51 active+clean, 6 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:36.244 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled nfs.foo update... 2023-12-08T10:33:36.244 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled ingress.nfs.foo update... 2023-12-08T10:33:36.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:35 smithi156 bash[24915]: cluster 2023-12-08T10:33:35.262360+0000 mgr.smithi156.dvayok (mgr.14180) 274 : cluster [DBG] pgmap v255: 65 pgs: 8 creating+peering, 51 active+clean, 6 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:37.421 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:33:37.431 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-08T10:33:37.431 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: audit 2023-12-08T10:33:36.225761+0000 mgr.smithi156.dvayok (mgr.14180) 275 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: cephadm 2023-12-08T10:33:36.230925+0000 mgr.smithi156.dvayok (mgr.14180) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-08T10:33:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: audit 2023-12-08T10:33:36.235853+0000 mon.smithi156 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: cephadm 2023-12-08T10:33:36.236358+0000 mgr.smithi156.dvayok (mgr.14180) 277 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:33:37.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: audit 2023-12-08T10:33:36.241556+0000 mon.smithi156 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: audit 2023-12-08T10:33:36.376416+0000 mon.smithi156 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:37 smithi156 bash[24915]: audit 2023-12-08T10:33:36.389897+0000 mon.smithi156 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: audit 2023-12-08T10:33:36.225761+0000 mgr.smithi156.dvayok (mgr.14180) 275 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: cephadm 2023-12-08T10:33:36.230925+0000 mgr.smithi156.dvayok (mgr.14180) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-08T10:33:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: audit 2023-12-08T10:33:36.235853+0000 mon.smithi156 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: cephadm 2023-12-08T10:33:36.236358+0000 mgr.smithi156.dvayok (mgr.14180) 277 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:33:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: audit 2023-12-08T10:33:36.241556+0000 mon.smithi156 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: audit 2023-12-08T10:33:36.376416+0000 mon.smithi156 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:37 smithi194 bash[28991]: audit 2023-12-08T10:33:36.389897+0000 mon.smithi156 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:38.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:38 smithi156 bash[24915]: cluster 2023-12-08T10:33:37.263024+0000 mgr.smithi156.dvayok (mgr.14180) 278 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:38 smithi194 bash[28991]: cluster 2023-12-08T10:33:37.263024+0000 mgr.smithi156.dvayok (mgr.14180) 278 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:40 smithi156 bash[24915]: cluster 2023-12-08T10:33:39.263856+0000 mgr.smithi156.dvayok (mgr.14180) 279 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:40 smithi194 bash[28991]: cluster 2023-12-08T10:33:39.263856+0000 mgr.smithi156.dvayok (mgr.14180) 279 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:41.187 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:33:41.187 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:33:27.878650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:33:26.074004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:33:27.878876Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z 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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:33:26.074374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:33:26.074628Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:33:26.074869Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:33:26.075108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:33:27.879095Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:33:41.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.688343+0000 mon.smithi156 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.960621+0000 mon.smithi156 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.962354+0000 mon.smithi156 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.968522+0000 mon.smithi156 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.975176+0000 mon.smithi156 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.988836+0000 mon.smithi156 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.990147+0000 mon.smithi156 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.kkojgn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.994114+0000 mon.smithi156 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.kkojgn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:40.994948+0000 mon.smithi156 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: cephadm 2023-12-08T10:33:40.995859+0000 mgr.smithi156.dvayok (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi194.kkojgn on smithi194 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: audit 2023-12-08T10:33:41.179108+0000 mgr.smithi156.dvayok (mgr.14180) 281 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:41 smithi156 bash[24915]: cluster 2023-12-08T10:33:41.264393+0000 mgr.smithi156.dvayok (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:42.023 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-08T10:33:42.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.688343+0000 mon.smithi156 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.960621+0000 mon.smithi156 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.962354+0000 mon.smithi156 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.968522+0000 mon.smithi156 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.975176+0000 mon.smithi156 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.988836+0000 mon.smithi156 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.990147+0000 mon.smithi156 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.kkojgn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.994114+0000 mon.smithi156 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.kkojgn", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:40.994948+0000 mon.smithi156 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: cephadm 2023-12-08T10:33:40.995859+0000 mgr.smithi156.dvayok (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi194.kkojgn on smithi194 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: audit 2023-12-08T10:33:41.179108+0000 mgr.smithi156.dvayok (mgr.14180) 281 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:42.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:41 smithi194 bash[28991]: cluster 2023-12-08T10:33:41.264393+0000 mgr.smithi156.dvayok (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:43.027 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:44.688 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: cluster 2023-12-08T10:33:43.265150+0000 mgr.smithi156.dvayok (mgr.14180) 283 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:44.689 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: audit 2023-12-08T10:33:43.418121+0000 mon.smithi156 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:44.689 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: audit 2023-12-08T10:33:43.419561+0000 mon.smithi156 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.fercvp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:33:44.689 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: audit 2023-12-08T10:33:43.424634+0000 mon.smithi156 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.fercvp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:33:44.689 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: audit 2023-12-08T10:33:43.425752+0000 mon.smithi156 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:44.689 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:44 smithi156 bash[24915]: cephadm 2023-12-08T10:33:43.426682+0000 mgr.smithi156.dvayok (mgr.14180) 284 : cephadm [INF] Deploying daemon mds.foofs.smithi156.fercvp on smithi156 2023-12-08T10:33:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: cluster 2023-12-08T10:33:43.265150+0000 mgr.smithi156.dvayok (mgr.14180) 283 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: audit 2023-12-08T10:33:43.418121+0000 mon.smithi156 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: audit 2023-12-08T10:33:43.419561+0000 mon.smithi156 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.fercvp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:33:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: audit 2023-12-08T10:33:43.424634+0000 mon.smithi156 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.fercvp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:33:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: audit 2023-12-08T10:33:43.425752+0000 mon.smithi156 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:44 smithi194 bash[28991]: cephadm 2023-12-08T10:33:43.426682+0000 mgr.smithi156.dvayok (mgr.14180) 284 : cephadm [INF] Deploying daemon mds.foofs.smithi156.fercvp on smithi156 2023-12-08T10:33:45.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.901467+0000 mon.smithi156 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi194.kkojgn assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T10:33:45.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.901670+0000 mon.smithi156 (mon.0) 669 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T10:33:45.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.901717+0000 mon.smithi156 (mon.0) 670 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T10:33:45.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.901757+0000 mon.smithi156 (mon.0) 671 : cluster [INF] Cluster is now healthy 2023-12-08T10:33:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.906790+0000 mon.smithi156 (mon.0) 672 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2842749233,v1:172.21.15.194:6833/2842749233] up:boot 2023-12-08T10:33:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.906846+0000 mon.smithi156 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:creating} 2023-12-08T10:33:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: audit 2023-12-08T10:33:44.907257+0000 mon.smithi156 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.kkojgn"}]: dispatch 2023-12-08T10:33:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:45 smithi156 bash[24915]: cluster 2023-12-08T10:33:44.927374+0000 mon.smithi156 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi194.kkojgn is now active in filesystem foofs as rank 0 2023-12-08T10:33:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.901467+0000 mon.smithi156 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi194.kkojgn assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T10:33:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.901670+0000 mon.smithi156 (mon.0) 669 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.901717+0000 mon.smithi156 (mon.0) 670 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.901757+0000 mon.smithi156 (mon.0) 671 : cluster [INF] Cluster is now healthy 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.906790+0000 mon.smithi156 (mon.0) 672 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2842749233,v1:172.21.15.194:6833/2842749233] up:boot 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.906846+0000 mon.smithi156 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:creating} 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: audit 2023-12-08T10:33:44.907257+0000 mon.smithi156 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.kkojgn"}]: dispatch 2023-12-08T10:33:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:45 smithi194 bash[28991]: cluster 2023-12-08T10:33:44.927374+0000 mon.smithi156 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi194.kkojgn is now active in filesystem foofs as rank 0 2023-12-08T10:33:46.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:46 smithi156 bash[24915]: cluster 2023-12-08T10:33:45.265692+0000 mgr.smithi156.dvayok (mgr.14180) 285 : cluster [DBG] pgmap v260: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:46.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:46 smithi156 bash[24915]: cluster 2023-12-08T10:33:45.918736+0000 mon.smithi156 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2842749233,v1:172.21.15.194:6833/2842749233] up:active 2023-12-08T10:33:46.671 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:46 smithi156 bash[24915]: cluster 2023-12-08T10:33:45.918804+0000 mon.smithi156 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 2023-12-08T10:33:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:46 smithi194 bash[28991]: cluster 2023-12-08T10:33:45.265692+0000 mgr.smithi156.dvayok (mgr.14180) 285 : cluster [DBG] pgmap v260: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:46 smithi194 bash[28991]: cluster 2023-12-08T10:33:45.918736+0000 mon.smithi156 (mon.0) 676 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2842749233,v1:172.21.15.194:6833/2842749233] up:active 2023-12-08T10:33:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:46 smithi194 bash[28991]: cluster 2023-12-08T10:33:45.918804+0000 mon.smithi156 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 2023-12-08T10:33:48.046 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:33:48.046 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:33:27.878650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:33:26.074004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:33:27.878876Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z 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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:33:26.074374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:33:26.074628Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:33:26.074869Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:33:26.075108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:33:27.879095Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:33:48.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:47 smithi156 bash[24915]: audit 2023-12-08T10:33:46.973309+0000 mon.smithi156 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:48.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:47 smithi156 bash[24915]: audit 2023-12-08T10:33:46.979491+0000 mon.smithi156 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:48.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:47 smithi156 bash[24915]: audit 2023-12-08T10:33:47.000811+0000 mon.smithi156 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:33:48.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:47 smithi156 bash[24915]: cluster 2023-12-08T10:33:47.266100+0000 mgr.smithi156.dvayok (mgr.14180) 286 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 678 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:48.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:47 smithi194 bash[28991]: audit 2023-12-08T10:33:46.973309+0000 mon.smithi156 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:48.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:47 smithi194 bash[28991]: audit 2023-12-08T10:33:46.979491+0000 mon.smithi156 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:48.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:47 smithi194 bash[28991]: audit 2023-12-08T10:33:47.000811+0000 mon.smithi156 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:33:48.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:47 smithi194 bash[28991]: cluster 2023-12-08T10:33:47.266100+0000 mgr.smithi156.dvayok (mgr.14180) 286 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 678 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:33:48.899 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-08T10:33:49.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:48 smithi156 bash[24915]: audit 2023-12-08T10:33:47.984008+0000 mon.smithi156 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:33:49.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:48 smithi156 bash[24915]: cluster 2023-12-08T10:33:47.984087+0000 mon.smithi156 (mon.0) 682 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:33:49.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:48 smithi156 bash[24915]: audit 2023-12-08T10:33:47.985300+0000 mon.smithi156 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:33:49.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:48.038490+0000 mgr.smithi156.dvayok (mgr.14180) 287 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:49.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:48 smithi194 bash[28991]: audit 2023-12-08T10:33:47.984008+0000 mon.smithi156 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:33:49.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:48 smithi194 bash[28991]: cluster 2023-12-08T10:33:47.984087+0000 mon.smithi156 (mon.0) 682 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:33:49.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:48 smithi194 bash[28991]: audit 2023-12-08T10:33:47.985300+0000 mon.smithi156 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:33:49.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:48 smithi194 bash[28991]: audit 2023-12-08T10:33:48.038490+0000 mgr.smithi156.dvayok (mgr.14180) 287 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:49.901 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:50.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:48.990327+0000 mon.smithi156 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cluster 2023-12-08T10:33:48.990646+0000 mon.smithi156 (mon.0) 685 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cephadm 2023-12-08T10:33:48.998354+0000 mgr.smithi156.dvayok (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi156.bvjdem 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cluster 2023-12-08T10:33:49.004439+0000 mon.smithi156 (mon.0) 686 : cluster [DBG] mds.? [v2:172.21.15.156:6834/2622308292,v1:172.21.15.156:6835/2622308292] up:boot 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cluster 2023-12-08T10:33:49.005517+0000 mon.smithi156 (mon.0) 687 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 1 up:standby 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.006324+0000 mon.smithi156 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.fercvp"}]: dispatch 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.007122+0000 mon.smithi156 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cluster 2023-12-08T10:33:49.013743+0000 mon.smithi156 (mon.0) 690 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 1 up:standby 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.018386+0000 mon.smithi156 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cephadm 2023-12-08T10:33:49.019300+0000 mgr.smithi156.dvayok (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.019832+0000 mon.smithi156 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.023092+0000 mon.smithi156 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.024381+0000 mon.smithi156 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.087728+0000 mon.smithi156 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:33:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.093470+0000 mon.smithi156 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cephadm 2023-12-08T10:33:49.159978+0000 mgr.smithi156.dvayok (mgr.14180) 290 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cephadm 2023-12-08T10:33:49.225157+0000 mgr.smithi156.dvayok (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi156.bvjdem-rgw 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.225949+0000 mon.smithi156 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.232250+0000 mon.smithi156 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: audit 2023-12-08T10:33:49.238975+0000 mon.smithi156 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cephadm 2023-12-08T10:33:49.240478+0000 mgr.smithi156.dvayok (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi156.bvjdem on smithi156 2023-12-08T10:33:50.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:49 smithi156 bash[24915]: cluster 2023-12-08T10:33:49.266895+0000 mgr.smithi156.dvayok (mgr.14180) 293 : cluster [DBG] pgmap v264: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 8 op/s 2023-12-08T10:33:50.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: audit 2023-12-08T10:33:48.990327+0000 mon.smithi156 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:33:50.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cluster 2023-12-08T10:33:48.990646+0000 mon.smithi156 (mon.0) 685 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:33:50.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cephadm 2023-12-08T10:33:48.998354+0000 mgr.smithi156.dvayok (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi156.bvjdem 2023-12-08T10:33:50.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cluster 2023-12-08T10:33:49.004439+0000 mon.smithi156 (mon.0) 686 : cluster [DBG] mds.? [v2:172.21.15.156:6834/2622308292,v1:172.21.15.156:6835/2622308292] up:boot 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cluster 2023-12-08T10:33:49.005517+0000 mon.smithi156 (mon.0) 687 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 1 up:standby 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: audit 2023-12-08T10:33:49.006324+0000 mon.smithi156 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.fercvp"}]: dispatch 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: audit 2023-12-08T10:33:49.007122+0000 mon.smithi156 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cluster 2023-12-08T10:33:49.013743+0000 mon.smithi156 (mon.0) 690 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.kkojgn=up:active} 1 up:standby 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: audit 2023-12-08T10:33:49.018386+0000 mon.smithi156 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:49 smithi194 bash[28991]: cephadm 2023-12-08T10:33:49.019300+0000 mgr.smithi156.dvayok (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.019832+0000 mon.smithi156 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.023092+0000 mon.smithi156 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.024381+0000 mon.smithi156 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.087728+0000 mon.smithi156 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.093470+0000 mon.smithi156 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: cephadm 2023-12-08T10:33:49.159978+0000 mgr.smithi156.dvayok (mgr.14180) 290 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: cephadm 2023-12-08T10:33:49.225157+0000 mgr.smithi156.dvayok (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi156.bvjdem-rgw 2023-12-08T10:33:50.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.225949+0000 mon.smithi156 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:33:50.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.232250+0000 mon.smithi156 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi156.bvjdem-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:33:50.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: audit 2023-12-08T10:33:49.238975+0000 mon.smithi156 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:50.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: cephadm 2023-12-08T10:33:49.240478+0000 mgr.smithi156.dvayok (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi156.bvjdem on smithi156 2023-12-08T10:33:50.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:50 smithi194 bash[28991]: cluster 2023-12-08T10:33:49.266895+0000 mgr.smithi156.dvayok (mgr.14180) 293 : cluster [DBG] pgmap v264: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 8 op/s 2023-12-08T10:33:51.267 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:51 smithi156 bash[24915]: cluster 2023-12-08T10:33:50.008043+0000 mon.smithi156 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:33:51.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:51 smithi194 bash[28991]: cluster 2023-12-08T10:33:50.008043+0000 mon.smithi156 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:33:52.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:52 smithi156 bash[24915]: cluster 2023-12-08T10:33:51.267647+0000 mgr.smithi156.dvayok (mgr.14180) 294 : cluster [DBG] pgmap v266: 97 pgs: 8 creating+peering, 11 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-12-08T10:33:52.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:52 smithi156 bash[24915]: audit 2023-12-08T10:33:51.378901+0000 mon.smithi156 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:52.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:52 smithi156 bash[24915]: audit 2023-12-08T10:33:51.700979+0000 mon.smithi156 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:52 smithi194 bash[28991]: cluster 2023-12-08T10:33:51.267647+0000 mgr.smithi156.dvayok (mgr.14180) 294 : cluster [DBG] pgmap v266: 97 pgs: 8 creating+peering, 11 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-12-08T10:33:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:52 smithi194 bash[28991]: audit 2023-12-08T10:33:51.378901+0000 mon.smithi156 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:52 smithi194 bash[28991]: audit 2023-12-08T10:33:51.700979+0000 mon.smithi156 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cluster 2023-12-08T10:33:53.268146+0000 mgr.smithi156.dvayok (mgr.14180) 295 : cluster [DBG] pgmap v267: 97 pgs: 8 creating+peering, 89 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.341000+0000 mon.smithi156 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cephadm 2023-12-08T10:33:53.342859+0000 mgr.smithi156.dvayok (mgr.14180) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi194.ntmchi 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.343258+0000 mon.smithi156 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.346921+0000 mon.smithi156 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cephadm 2023-12-08T10:33:53.347967+0000 mgr.smithi156.dvayok (mgr.14180) 297 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-08T10:33:54.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.348351+0000 mon.smithi156 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.351968+0000 mon.smithi156 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.353793+0000 mon.smithi156 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.405416+0000 mon.smithi156 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.409784+0000 mon.smithi156 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cephadm 2023-12-08T10:33:53.468061+0000 mgr.smithi156.dvayok (mgr.14180) 298 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cephadm 2023-12-08T10:33:53.468220+0000 mgr.smithi156.dvayok (mgr.14180) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi194.ntmchi-rgw 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.468754+0000 mon.smithi156 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.472789+0000 mon.smithi156 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: audit 2023-12-08T10:33:53.474405+0000 mon.smithi156 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:54.647 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:54 smithi156 bash[24915]: cephadm 2023-12-08T10:33:53.475537+0000 mgr.smithi156.dvayok (mgr.14180) 300 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi194.ntmchi on smithi194 2023-12-08T10:33:54.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cluster 2023-12-08T10:33:53.268146+0000 mgr.smithi156.dvayok (mgr.14180) 295 : cluster [DBG] pgmap v267: 97 pgs: 8 creating+peering, 89 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T10:33:54.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.341000+0000 mon.smithi156 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:54.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cephadm 2023-12-08T10:33:53.342859+0000 mgr.smithi156.dvayok (mgr.14180) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi194.ntmchi 2023-12-08T10:33:54.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.343258+0000 mon.smithi156 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:33:54.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.346921+0000 mon.smithi156 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cephadm 2023-12-08T10:33:53.347967+0000 mgr.smithi156.dvayok (mgr.14180) 297 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.348351+0000 mon.smithi156 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.351968+0000 mon.smithi156 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 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-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.353793+0000 mon.smithi156 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.405416+0000 mon.smithi156 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.409784+0000 mon.smithi156 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cephadm 2023-12-08T10:33:53.468061+0000 mgr.smithi156.dvayok (mgr.14180) 298 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cephadm 2023-12-08T10:33:53.468220+0000 mgr.smithi156.dvayok (mgr.14180) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi194.ntmchi-rgw 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.468754+0000 mon.smithi156 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.472789+0000 mon.smithi156 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.ntmchi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: audit 2023-12-08T10:33:53.474405+0000 mon.smithi156 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:54.752 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:54 smithi194 bash[28991]: cephadm 2023-12-08T10:33:53.475537+0000 mgr.smithi156.dvayok (mgr.14180) 300 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi194.ntmchi on smithi194 2023-12-08T10:33:54.800 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:33:54.800 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:33:27.878650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:33:26.074004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:33:27.878876Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z 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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:33:26.074374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:33:26.074628Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:33:26.074869Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:33:26.075108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:33:27.879095Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:33:55.673 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-08T10:33:55.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:55 smithi156 bash[24915]: audit 2023-12-08T10:33:54.787597+0000 mgr.smithi156.dvayok (mgr.14180) 301 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:55.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:55 smithi156 bash[24915]: cluster 2023-12-08T10:33:55.269269+0000 mgr.smithi156.dvayok (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 B/s rd, 421 B/s wr, 1 op/s 2023-12-08T10:33:56.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:55 smithi194 bash[28991]: audit 2023-12-08T10:33:54.787597+0000 mgr.smithi156.dvayok (mgr.14180) 301 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:56.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:55 smithi194 bash[28991]: cluster 2023-12-08T10:33:55.269269+0000 mgr.smithi156.dvayok (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 B/s rd, 421 B/s wr, 1 op/s 2023-12-08T10:33:56.674 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:57 smithi194 bash[28991]: audit 2023-12-08T10:33:56.245467+0000 mon.smithi156 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:57 smithi194 bash[28991]: audit 2023-12-08T10:33:56.253634+0000 mon.smithi156 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:57 smithi194 bash[28991]: cephadm 2023-12-08T10:33:56.271380+0000 mgr.smithi156.dvayok (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.byqcvy on smithi194 2023-12-08T10:33:57.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:57 smithi194 bash[28991]: audit 2023-12-08T10:33:56.715010+0000 mon.smithi156 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:57.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:57 smithi156 bash[24915]: audit 2023-12-08T10:33:56.245467+0000 mon.smithi156 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:57.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:57 smithi156 bash[24915]: audit 2023-12-08T10:33:56.253634+0000 mon.smithi156 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:57.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:57 smithi156 bash[24915]: cephadm 2023-12-08T10:33:56.271380+0000 mgr.smithi156.dvayok (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.byqcvy on smithi194 2023-12-08T10:33:57.702 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:57 smithi156 bash[24915]: audit 2023-12-08T10:33:56.715010+0000 mon.smithi156 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:33:58.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:33:58 smithi156 bash[24915]: cluster 2023-12-08T10:33:57.270175+0000 mgr.smithi156.dvayok (mgr.14180) 304 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T10:33:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:33:58 smithi194 bash[28991]: cluster 2023-12-08T10:33:57.270175+0000 mgr.smithi156.dvayok (mgr.14180) 304 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-08T10:34:00.091 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:00.091 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:33:27.878650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:33:26.074004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:33:27.878876Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z 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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:33:26.074374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:33:26.074628Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:33:26.074869Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:33:26.075108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:33:27.879095Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:00.375 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:00 smithi156 bash[24915]: cluster 2023-12-08T10:33:59.271086+0000 mgr.smithi156.dvayok (mgr.14180) 305 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-08T10:34:00.375 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:00 smithi156 bash[24915]: audit 2023-12-08T10:34:00.091224+0000 mon.smithi156 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.byqcvy"}]: dispatch 2023-12-08T10:34:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:00 smithi194 bash[28991]: cluster 2023-12-08T10:33:59.271086+0000 mgr.smithi156.dvayok (mgr.14180) 305 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-08T10:34:00.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:00 smithi194 bash[28991]: audit 2023-12-08T10:34:00.091224+0000 mon.smithi156 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.byqcvy"}]: dispatch 2023-12-08T10:34:00.962 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-08T10:34:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: audit 2023-12-08T10:34:00.078468+0000 mgr.smithi156.dvayok (mgr.14180) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: cephadm 2023-12-08T10:34:00.090148+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: cephadm 2023-12-08T10:34:00.090680+0000 mgr.smithi156.dvayok (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: cephadm 2023-12-08T10:34:00.092344+0000 mgr.smithi156.dvayok (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.byqcvy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:01 smithi156 bash[24915]: cephadm 2023-12-08T10:34:00.094301+0000 mgr.smithi156.dvayok (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.olwsvq on smithi156 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: audit 2023-12-08T10:34:00.078468+0000 mgr.smithi156.dvayok (mgr.14180) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: cephadm 2023-12-08T10:34:00.090148+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:01.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: cephadm 2023-12-08T10:34:00.090680+0000 mgr.smithi156.dvayok (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: cephadm 2023-12-08T10:34:00.092344+0000 mgr.smithi156.dvayok (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.byqcvy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.byqcvy ... 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:01 smithi194 bash[28991]: cephadm 2023-12-08T10:34:00.094301+0000 mgr.smithi156.dvayok (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.olwsvq on smithi156 2023-12-08T10:34:01.963 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:02.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:02 smithi156 bash[24915]: cluster 2023-12-08T10:34:01.271976+0000 mgr.smithi156.dvayok (mgr.14180) 311 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 999 B/s rd, 908 B/s wr, 2 op/s 2023-12-08T10:34:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:02 smithi194 bash[28991]: cluster 2023-12-08T10:34:01.271976+0000 mgr.smithi156.dvayok (mgr.14180) 311 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 999 B/s rd, 908 B/s wr, 2 op/s 2023-12-08T10:34:04.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:04 smithi156 bash[24915]: cluster 2023-12-08T10:34:03.272936+0000 mgr.smithi156.dvayok (mgr.14180) 312 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:04.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:04 smithi156 bash[24915]: audit 2023-12-08T10:34:04.212065+0000 mon.smithi156 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.olwsvq"}]: dispatch 2023-12-08T10:34:04.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:04 smithi156 bash[24915]: audit 2023-12-08T10:34:04.218654+0000 mon.smithi156 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:04.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:04 smithi156 bash[24915]: audit 2023-12-08T10:34:04.221766+0000 mon.smithi156 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:04 smithi194 bash[28991]: cluster 2023-12-08T10:34:03.272936+0000 mgr.smithi156.dvayok (mgr.14180) 312 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:04 smithi194 bash[28991]: audit 2023-12-08T10:34:04.212065+0000 mon.smithi156 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.olwsvq"}]: dispatch 2023-12-08T10:34:04.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:04 smithi194 bash[28991]: audit 2023-12-08T10:34:04.218654+0000 mon.smithi156 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:04.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:04 smithi194 bash[28991]: audit 2023-12-08T10:34:04.221766+0000 mon.smithi156 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:05.577 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:05.578 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:33:27.878650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:33:26.074004Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:33:27.878876Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:34:00.092237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.byqcvy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\nDeploy daemon haproxy.nfs.foo.smithi194.byqcvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.212879Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.olwsvq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\nDeploy daemon haproxy.nfs.foo.smithi156.olwsvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.218889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqiwgh on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:04.220512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:33:26.074374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:33:26.074628Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:33:26.074869Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:33:26.075108Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:33:27.879095Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:05.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cephadm 2023-12-08T10:34:04.211390+0000 mgr.smithi156.dvayok (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:05.636 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cephadm 2023-12-08T10:34:04.211653+0000 mgr.smithi156.dvayok (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cephadm 2023-12-08T10:34:04.212987+0000 mgr.smithi156.dvayok (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.olwsvq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.637 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cephadm 2023-12-08T10:34:04.219002+0000 mgr.smithi156.dvayok (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sqiwgh on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cephadm 2023-12-08T10:34:04.220605+0000 mgr.smithi156.dvayok (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cluster 2023-12-08T10:34:04.221568+0000 mgr.smithi156.dvayok (mgr.14180) 318 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:05.638 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:05 smithi156 bash[24915]: cluster 2023-12-08T10:34:05.216624+0000 mon.smithi156 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cephadm 2023-12-08T10:34:04.211390+0000 mgr.smithi156.dvayok (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cephadm 2023-12-08T10:34:04.211653+0000 mgr.smithi156.dvayok (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cephadm 2023-12-08T10:34:04.212987+0000 mgr.smithi156.dvayok (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.olwsvq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.olwsvq ... 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cephadm 2023-12-08T10:34:04.219002+0000 mgr.smithi156.dvayok (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sqiwgh on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cephadm 2023-12-08T10:34:04.220605+0000 mgr.smithi156.dvayok (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cluster 2023-12-08T10:34:04.221568+0000 mgr.smithi156.dvayok (mgr.14180) 318 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:05 smithi194 bash[28991]: cluster 2023-12-08T10:34:05.216624+0000 mon.smithi156 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:06.337 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-08T10:34:07.337 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:07.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:07 smithi156 bash[24915]: audit 2023-12-08T10:34:05.566257+0000 mgr.smithi156.dvayok (mgr.14180) 319 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:07 smithi156 bash[24915]: cluster 2023-12-08T10:34:06.222727+0000 mgr.smithi156.dvayok (mgr.14180) 320 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:07 smithi156 bash[24915]: audit 2023-12-08T10:34:06.378012+0000 mon.smithi156 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:07 smithi156 bash[24915]: audit 2023-12-08T10:34:06.741696+0000 mon.smithi156 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:07 smithi194 bash[28991]: audit 2023-12-08T10:34:05.566257+0000 mgr.smithi156.dvayok (mgr.14180) 319 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:07 smithi194 bash[28991]: cluster 2023-12-08T10:34:06.222727+0000 mgr.smithi156.dvayok (mgr.14180) 320 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-08T10:34:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:07 smithi194 bash[28991]: audit 2023-12-08T10:34:06.378012+0000 mon.smithi156 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:07 smithi194 bash[28991]: audit 2023-12-08T10:34:06.741696+0000 mon.smithi156 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:09.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:09 smithi156 bash[24915]: cluster 2023-12-08T10:34:08.223935+0000 mgr.smithi156.dvayok (mgr.14180) 321 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 841 B/s wr, 3 op/s 2023-12-08T10:34:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:09 smithi194 bash[28991]: cluster 2023-12-08T10:34:08.223935+0000 mgr.smithi156.dvayok (mgr.14180) 321 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 841 B/s wr, 3 op/s 2023-12-08T10:34:10.569 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:10.569 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:10.176057Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:09.862673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:10.176370Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:36.241730Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:34:00.092237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.byqcvy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\nDeploy daemon haproxy.nfs.foo.smithi194.byqcvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.212879Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.olwsvq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\nDeploy daemon haproxy.nfs.foo.smithi156.olwsvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.218889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqiwgh on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:04.220512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:09.864511Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:09.863004Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:09.863224Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:09.864709Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:09.863484Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:09.863694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:10.176709Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:11.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:09.873629+0000 mon.smithi156 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.188422+0000 mon.smithi156 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.190744+0000 mon.smithi156 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.194882+0000 mon.smithi156 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.203585+0000 mon.smithi156 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: cluster 2023-12-08T10:34:10.204637+0000 mgr.smithi156.dvayok (mgr.14180) 322 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 842 B/s wr, 3 op/s 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.212957+0000 mon.smithi156 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: audit 2023-12-08T10:34:10.225186+0000 mon.smithi156 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:10 smithi156 bash[24915]: cephadm 2023-12-08T10:34:10.229475+0000 mgr.smithi156.dvayok (mgr.14180) 323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.xyxuzq on smithi194 2023-12-08T10:34:11.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:09.873629+0000 mon.smithi156 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.188422+0000 mon.smithi156 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.190744+0000 mon.smithi156 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.194882+0000 mon.smithi156 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.203585+0000 mon.smithi156 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: cluster 2023-12-08T10:34:10.204637+0000 mgr.smithi156.dvayok (mgr.14180) 322 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 842 B/s wr, 3 op/s 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.212957+0000 mon.smithi156 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: audit 2023-12-08T10:34:10.225186+0000 mon.smithi156 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:11.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:10 smithi194 bash[28991]: cephadm 2023-12-08T10:34:10.229475+0000 mgr.smithi156.dvayok (mgr.14180) 323 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.xyxuzq on smithi194 2023-12-08T10:34:11.395 INFO:tasks.cephadm:nfs.foo has 2/2 2023-12-08T10:34:11.395 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:34:11.416 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-08T10:34:11.416 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:12.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:11 smithi156 bash[24915]: audit 2023-12-08T10:34:10.556855+0000 mgr.smithi156.dvayok (mgr.14180) 324 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:12.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:11 smithi156 bash[24915]: cluster 2023-12-08T10:34:11.199601+0000 mon.smithi156 (mon.0) 731 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:12.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:11 smithi156 bash[24915]: cluster 2023-12-08T10:34:11.199668+0000 mon.smithi156 (mon.0) 732 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:11 smithi194 bash[28991]: audit 2023-12-08T10:34:10.556855+0000 mgr.smithi156.dvayok (mgr.14180) 324 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:11 smithi194 bash[28991]: cluster 2023-12-08T10:34:11.199601+0000 mon.smithi156 (mon.0) 731 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:11 smithi194 bash[28991]: cluster 2023-12-08T10:34:11.199668+0000 mon.smithi156 (mon.0) 732 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:13.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:12 smithi156 bash[24915]: cluster 2023-12-08T10:34:12.205536+0000 mgr.smithi156.dvayok (mgr.14180) 325 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 749 B/s wr, 3 op/s 2023-12-08T10:34:13.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:12 smithi194 bash[28991]: cluster 2023-12-08T10:34:12.205536+0000 mgr.smithi156.dvayok (mgr.14180) 325 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 749 B/s wr, 3 op/s 2023-12-08T10:34:14.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:14 smithi194 bash[28991]: audit 2023-12-08T10:34:14.017046+0000 mon.smithi156 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.xyxuzq"}]: dispatch 2023-12-08T10:34:14.465 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:14 smithi156 bash[24915]: audit 2023-12-08T10:34:14.017046+0000 mon.smithi156 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.xyxuzq"}]: dispatch 2023-12-08T10:34:14.835 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:14.835 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:10.176057Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:09.862673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:10.176370Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:00.092237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.byqcvy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-byqcvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.byqcvy\nDeploy daemon haproxy.nfs.foo.smithi194.byqcvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.212879Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.olwsvq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-olwsvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.olwsvq\nDeploy daemon haproxy.nfs.foo.smithi156.olwsvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:04.218889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqiwgh on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:04.220512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:14.018340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\nDeploy daemon haproxy.nfs.foo.smithi194.xyxuzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:09.864511Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:09.863004Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:09.863224Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:09.864709Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:09.863484Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:09.863694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:10.176709Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: cephadm 2023-12-08T10:34:14.015823+0000 mgr.smithi156.dvayok (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: cephadm 2023-12-08T10:34:14.016377+0000 mgr.smithi156.dvayok (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: cephadm 2023-12-08T10:34:14.018511+0000 mgr.smithi156.dvayok (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: cephadm 2023-12-08T10:34:14.022171+0000 mgr.smithi156.dvayok (mgr.14180) 329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dtknto on smithi156 2023-12-08T10:34:15.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:15 smithi156 bash[24915]: cluster 2023-12-08T10:34:14.206459+0000 mgr.smithi156.dvayok (mgr.14180) 330 : cluster [DBG] pgmap v278: 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-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: cephadm 2023-12-08T10:34:14.015823+0000 mgr.smithi156.dvayok (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:15.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: cephadm 2023-12-08T10:34:14.016377+0000 mgr.smithi156.dvayok (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: cephadm 2023-12-08T10:34:14.018511+0000 mgr.smithi156.dvayok (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.xyxuzq ... 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:15.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:15.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: cephadm 2023-12-08T10:34:14.022171+0000 mgr.smithi156.dvayok (mgr.14180) 329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dtknto on smithi156 2023-12-08T10:34:15.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:15 smithi194 bash[28991]: cluster 2023-12-08T10:34:14.206459+0000 mgr.smithi156.dvayok (mgr.14180) 330 : cluster [DBG] pgmap v278: 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-08T10:34:15.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:16.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:16 smithi156 bash[24915]: audit 2023-12-08T10:34:14.822233+0000 mgr.smithi156.dvayok (mgr.14180) 331 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:16 smithi194 bash[28991]: audit 2023-12-08T10:34:14.822233+0000 mgr.smithi156.dvayok (mgr.14180) 331 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:16.633 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:17.370 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:17 smithi156 bash[24915]: cluster 2023-12-08T10:34:16.207368+0000 mgr.smithi156.dvayok (mgr.14180) 332 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:17 smithi194 bash[28991]: cluster 2023-12-08T10:34:16.207368+0000 mgr.smithi156.dvayok (mgr.14180) 332 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:18.352 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:18 smithi156 bash[24915]: audit 2023-12-08T10:34:17.857853+0000 mon.smithi156 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dtknto"}]: dispatch 2023-12-08T10:34:18.352 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:18 smithi156 bash[24915]: audit 2023-12-08T10:34:17.866110+0000 mon.smithi156 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:18 smithi194 bash[28991]: audit 2023-12-08T10:34:17.857853+0000 mon.smithi156 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dtknto"}]: dispatch 2023-12-08T10:34:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:18 smithi194 bash[28991]: audit 2023-12-08T10:34:17.866110+0000 mon.smithi156 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cephadm 2023-12-08T10:34:17.857106+0000 mgr.smithi156.dvayok (mgr.14180) 333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cephadm 2023-12-08T10:34:17.857434+0000 mgr.smithi156.dvayok (mgr.14180) 334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cephadm 2023-12-08T10:34:17.858961+0000 mgr.smithi156.dvayok (mgr.14180) 335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dtknto on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cephadm 2023-12-08T10:34:17.861060+0000 mgr.smithi156.dvayok (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.wolstk on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cephadm 2023-12-08T10:34:17.862643+0000 mgr.smithi156.dvayok (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cluster 2023-12-08T10:34:17.863921+0000 mgr.smithi156.dvayok (mgr.14180) 338 : cluster [DBG] pgmap v280: 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-08T10:34:19.256 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:19 smithi156 bash[24915]: cluster 2023-12-08T10:34:18.090113+0000 mon.smithi156 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cephadm 2023-12-08T10:34:17.857106+0000 mgr.smithi156.dvayok (mgr.14180) 333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cephadm 2023-12-08T10:34:17.857434+0000 mgr.smithi156.dvayok (mgr.14180) 334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cephadm 2023-12-08T10:34:17.858961+0000 mgr.smithi156.dvayok (mgr.14180) 335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dtknto on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dtknto ... 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cephadm 2023-12-08T10:34:17.861060+0000 mgr.smithi156.dvayok (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.wolstk on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cephadm 2023-12-08T10:34:17.862643+0000 mgr.smithi156.dvayok (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cluster 2023-12-08T10:34:17.863921+0000 mgr.smithi156.dvayok (mgr.14180) 338 : cluster [DBG] pgmap v280: 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-08T10:34:19.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:19 smithi194 bash[28991]: cluster 2023-12-08T10:34:18.090113+0000 mon.smithi156 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:20.209 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:20.209 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:10.176057Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:09.862673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:10.176370Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:04.220512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:14.018340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\nDeploy daemon haproxy.nfs.foo.smithi194.xyxuzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.858817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dtknto on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\nDeploy daemon haproxy.nfs.foo.smithi156.dtknto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.860938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.wolstk on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:09.864511Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:09.863004Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:09.863224Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:09.864709Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:09.863484Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:09.863694Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:10.176709Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:21.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:21.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:21 smithi156 bash[24915]: cluster 2023-12-08T10:34:19.864828+0000 mgr.smithi156.dvayok (mgr.14180) 339 : cluster [DBG] pgmap v281: 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-08T10:34:21.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:21 smithi156 bash[24915]: audit 2023-12-08T10:34:20.195980+0000 mgr.smithi156.dvayok (mgr.14180) 340 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:21 smithi194 bash[28991]: cluster 2023-12-08T10:34:19.864828+0000 mgr.smithi156.dvayok (mgr.14180) 339 : cluster [DBG] pgmap v281: 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-08T10:34:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:21 smithi194 bash[28991]: audit 2023-12-08T10:34:20.195980+0000 mgr.smithi156.dvayok (mgr.14180) 340 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:22.011 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:22.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:22 smithi156 bash[24915]: audit 2023-12-08T10:34:21.206026+0000 mon.smithi156 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.4", "id": [4, 6]}]: dispatch 2023-12-08T10:34:22.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:22 smithi156 bash[24915]: audit 2023-12-08T10:34:21.206522+0000 mon.smithi156 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [1, 6]}]: dispatch 2023-12-08T10:34:22.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:22 smithi156 bash[24915]: audit 2023-12-08T10:34:21.206873+0000 mon.smithi156 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.8", "id": [4, 2]}]: dispatch 2023-12-08T10:34:22.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:22 smithi156 bash[24915]: audit 2023-12-08T10:34:21.207228+0000 mon.smithi156 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.16", "id": [1, 2]}]: dispatch 2023-12-08T10:34:22.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:22 smithi156 bash[24915]: audit 2023-12-08T10:34:21.759881+0000 mon.smithi156 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:22 smithi194 bash[28991]: audit 2023-12-08T10:34:21.206026+0000 mon.smithi156 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.4", "id": [4, 6]}]: dispatch 2023-12-08T10:34:22.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:22 smithi194 bash[28991]: audit 2023-12-08T10:34:21.206522+0000 mon.smithi156 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [1, 6]}]: dispatch 2023-12-08T10:34:22.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:22 smithi194 bash[28991]: audit 2023-12-08T10:34:21.206873+0000 mon.smithi156 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.8", "id": [4, 2]}]: dispatch 2023-12-08T10:34:22.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:22 smithi194 bash[28991]: audit 2023-12-08T10:34:21.207228+0000 mon.smithi156 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.16", "id": [1, 2]}]: dispatch 2023-12-08T10:34:22.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:22 smithi194 bash[28991]: audit 2023-12-08T10:34:21.759881+0000 mon.smithi156 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: cluster 2023-12-08T10:34:21.866091+0000 mgr.smithi156.dvayok (mgr.14180) 341 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: audit 2023-12-08T10:34:22.116984+0000 mon.smithi156 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.4", "id": [4, 6]}]': finished 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: audit 2023-12-08T10:34:22.117077+0000 mon.smithi156 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [1, 6]}]': finished 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: audit 2023-12-08T10:34:22.117184+0000 mon.smithi156 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.8", "id": [4, 2]}]': finished 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: audit 2023-12-08T10:34:22.117258+0000 mon.smithi156 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.16", "id": [1, 2]}]': finished 2023-12-08T10:34:23.484 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:23 smithi156 bash[24915]: cluster 2023-12-08T10:34:22.117353+0000 mon.smithi156 (mon.0) 746 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:34:23.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: cluster 2023-12-08T10:34:21.866091+0000 mgr.smithi156.dvayok (mgr.14180) 341 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-08T10:34:23.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: audit 2023-12-08T10:34:22.116984+0000 mon.smithi156 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.4", "id": [4, 6]}]': finished 2023-12-08T10:34:23.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: audit 2023-12-08T10:34:22.117077+0000 mon.smithi156 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.6", "id": [1, 6]}]': finished 2023-12-08T10:34:23.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: audit 2023-12-08T10:34:22.117184+0000 mon.smithi156 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.8", "id": [4, 2]}]': finished 2023-12-08T10:34:23.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: audit 2023-12-08T10:34:22.117258+0000 mon.smithi156 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.16", "id": [1, 2]}]': finished 2023-12-08T10:34:23.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:23 smithi194 bash[28991]: cluster 2023-12-08T10:34:22.117353+0000 mon.smithi156 (mon.0) 746 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:34:24.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:24 smithi156 bash[24915]: cluster 2023-12-08T10:34:23.125897+0000 mon.smithi156 (mon.0) 747 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:34:24.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:24 smithi156 bash[24915]: audit 2023-12-08T10:34:23.482289+0000 mon.smithi156 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:24 smithi194 bash[28991]: cluster 2023-12-08T10:34:23.125897+0000 mon.smithi156 (mon.0) 747 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:34:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:24 smithi194 bash[28991]: audit 2023-12-08T10:34:23.482289+0000 mon.smithi156 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:25.286 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:25.286 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:10.176057Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:10.176215Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:10.176370Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:04.220512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.alvdan on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:14.018340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\nDeploy daemon haproxy.nfs.foo.smithi194.xyxuzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.858817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dtknto on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\nDeploy daemon haproxy.nfs.foo.smithi156.dtknto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.860938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.wolstk on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:10.177486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:10.175889Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:10.175630Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:10.177639Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:10.176524Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:10.176869Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:10.176709Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:25.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:25 smithi156 bash[24915]: cluster 2023-12-08T10:34:23.867294+0000 mgr.smithi156.dvayok (mgr.14180) 342 : cluster [DBG] pgmap v285: 97 pgs: 1 peering, 96 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 0 op/s 2023-12-08T10:34:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:25 smithi194 bash[28991]: cluster 2023-12-08T10:34:23.867294+0000 mgr.smithi156.dvayok (mgr.14180) 342 : cluster [DBG] pgmap v285: 97 pgs: 1 peering, 96 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 0 op/s 2023-12-08T10:34:26.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.272717+0000 mgr.smithi156.dvayok (mgr.14180) 343 : audit [DBG] from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.675522+0000 mon.smithi156 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.676884+0000 mon.smithi156 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.677915+0000 mon.smithi156 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.683505+0000 mon.smithi156 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.688497+0000 mon.smithi156 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:26 smithi156 bash[24915]: audit 2023-12-08T10:34:25.698167+0000 mon.smithi156 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.272717+0000 mgr.smithi156.dvayok (mgr.14180) 343 : audit [DBG] from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.675522+0000 mon.smithi156 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.676884+0000 mon.smithi156 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.677915+0000 mon.smithi156 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.683505+0000 mon.smithi156 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.688497+0000 mon.smithi156 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:26 smithi194 bash[28991]: audit 2023-12-08T10:34:25.698167+0000 mon.smithi156 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:27.095 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:27 smithi156 bash[24915]: cluster 2023-12-08T10:34:25.684275+0000 mgr.smithi156.dvayok (mgr.14180) 344 : cluster [DBG] pgmap v286: 97 pgs: 1 peering, 96 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 B/s rd, 0 op/s 2023-12-08T10:34:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:27 smithi156 bash[24915]: cephadm 2023-12-08T10:34:25.700799+0000 mgr.smithi156.dvayok (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.zwejbg on smithi194 2023-12-08T10:34:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:27 smithi156 bash[24915]: cluster 2023-12-08T10:34:26.681522+0000 mon.smithi156 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:27 smithi156 bash[24915]: cluster 2023-12-08T10:34:26.681578+0000 mon.smithi156 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:27 smithi194 bash[28991]: cluster 2023-12-08T10:34:25.684275+0000 mgr.smithi156.dvayok (mgr.14180) 344 : cluster [DBG] pgmap v286: 97 pgs: 1 peering, 96 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 B/s rd, 0 op/s 2023-12-08T10:34:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:27 smithi194 bash[28991]: cephadm 2023-12-08T10:34:25.700799+0000 mgr.smithi156.dvayok (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.zwejbg on smithi194 2023-12-08T10:34:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:27 smithi194 bash[28991]: cluster 2023-12-08T10:34:26.681522+0000 mon.smithi156 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:27 smithi194 bash[28991]: cluster 2023-12-08T10:34:26.681578+0000 mon.smithi156 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:29.592 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:29 smithi156 bash[24915]: cluster 2023-12-08T10:34:27.684860+0000 mgr.smithi156.dvayok (mgr.14180) 346 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 B/s rd, 0 op/s 2023-12-08T10:34:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:29 smithi194 bash[28991]: cluster 2023-12-08T10:34:27.684860+0000 mgr.smithi156.dvayok (mgr.14180) 346 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 B/s rd, 0 op/s 2023-12-08T10:34:30.525 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:30.526 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:14.018340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.xyxuzq on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-xyxuzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.xyxuzq\nDeploy daemon haproxy.nfs.foo.smithi194.xyxuzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.858817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dtknto on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dtknto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dtknto\nDeploy daemon haproxy.nfs.foo.smithi156.dtknto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:17.860938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.wolstk on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:30.816 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:30 smithi156 bash[24915]: audit 2023-12-08T10:34:29.590028+0000 mon.smithi156 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.zwejbg"}]: dispatch 2023-12-08T10:34:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:30 smithi194 bash[28991]: audit 2023-12-08T10:34:29.590028+0000 mon.smithi156 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.zwejbg"}]: dispatch 2023-12-08T10:34:31.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:31.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: cephadm 2023-12-08T10:34:29.589131+0000 mgr.smithi156.dvayok (mgr.14180) 347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:31.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: cephadm 2023-12-08T10:34:29.589508+0000 mgr.smithi156.dvayok (mgr.14180) 348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: cephadm 2023-12-08T10:34:29.591566+0000 mgr.smithi156.dvayok (mgr.14180) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: cephadm 2023-12-08T10:34:29.596212+0000 mgr.smithi156.dvayok (mgr.14180) 350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ymfphu on smithi156 2023-12-08T10:34:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: cluster 2023-12-08T10:34:29.685792+0000 mgr.smithi156.dvayok (mgr.14180) 351 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:34:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:31 smithi156 bash[24915]: audit 2023-12-08T10:34:30.513575+0000 mgr.smithi156.dvayok (mgr.14180) 352 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: cephadm 2023-12-08T10:34:29.589131+0000 mgr.smithi156.dvayok (mgr.14180) 347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: cephadm 2023-12-08T10:34:29.589508+0000 mgr.smithi156.dvayok (mgr.14180) 348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: cephadm 2023-12-08T10:34:29.591566+0000 mgr.smithi156.dvayok (mgr.14180) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg 2023-12-08T10:34:31.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zwejbg ... 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: cephadm 2023-12-08T10:34:29.596212+0000 mgr.smithi156.dvayok (mgr.14180) 350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ymfphu on smithi156 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: cluster 2023-12-08T10:34:29.685792+0000 mgr.smithi156.dvayok (mgr.14180) 351 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:34:31.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:31 smithi194 bash[28991]: audit 2023-12-08T10:34:30.513575+0000 mgr.smithi156.dvayok (mgr.14180) 352 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:32.327 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:33.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:33 smithi156 bash[24915]: cluster 2023-12-08T10:34:31.686777+0000 mgr.smithi156.dvayok (mgr.14180) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2023-12-08T10:34:33.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:33 smithi194 bash[28991]: cluster 2023-12-08T10:34:31.686777+0000 mgr.smithi156.dvayok (mgr.14180) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2023-12-08T10:34:34.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:34 smithi156 bash[24915]: audit 2023-12-08T10:34:33.561453+0000 mon.smithi156 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ymfphu"}]: dispatch 2023-12-08T10:34:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:34 smithi194 bash[28991]: audit 2023-12-08T10:34:33.561453+0000 mon.smithi156 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ymfphu"}]: dispatch 2023-12-08T10:34:35.716 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:35.716 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cephadm 2023-12-08T10:34:33.560392+0000 mgr.smithi156.dvayok (mgr.14180) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cephadm 2023-12-08T10:34:33.560889+0000 mgr.smithi156.dvayok (mgr.14180) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cephadm 2023-12-08T10:34:33.562634+0000 mgr.smithi156.dvayok (mgr.14180) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cephadm 2023-12-08T10:34:33.564987+0000 mgr.smithi156.dvayok (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cephadm 2023-12-08T10:34:33.568731+0000 mgr.smithi156.dvayok (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cluster 2023-12-08T10:34:33.570034+0000 mgr.smithi156.dvayok (mgr.14180) 359 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:34:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:35 smithi156 bash[24915]: cluster 2023-12-08T10:34:34.509505+0000 mon.smithi156 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cephadm 2023-12-08T10:34:33.560392+0000 mgr.smithi156.dvayok (mgr.14180) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cephadm 2023-12-08T10:34:33.560889+0000 mgr.smithi156.dvayok (mgr.14180) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cephadm 2023-12-08T10:34:33.562634+0000 mgr.smithi156.dvayok (mgr.14180) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ymfphu ... 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:35.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cephadm 2023-12-08T10:34:33.564987+0000 mgr.smithi156.dvayok (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:35.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cephadm 2023-12-08T10:34:33.568731+0000 mgr.smithi156.dvayok (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:35.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cluster 2023-12-08T10:34:33.570034+0000 mgr.smithi156.dvayok (mgr.14180) 359 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:34:35.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:35 smithi194 bash[28991]: cluster 2023-12-08T10:34:34.509505+0000 mon.smithi156 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:36.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:37.514 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:37 smithi194 bash[28991]: cluster 2023-12-08T10:34:35.571147+0000 mgr.smithi156.dvayok (mgr.14180) 360 : cluster [DBG] pgmap v291: 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-08T10:34:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:37 smithi194 bash[28991]: audit 2023-12-08T10:34:35.707607+0000 mgr.smithi156.dvayok (mgr.14180) 361 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:37.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:37 smithi194 bash[28991]: audit 2023-12-08T10:34:36.790317+0000 mon.smithi156 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:37.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:37 smithi156 bash[24915]: cluster 2023-12-08T10:34:35.571147+0000 mgr.smithi156.dvayok (mgr.14180) 360 : cluster [DBG] pgmap v291: 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-08T10:34:37.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:37 smithi156 bash[24915]: audit 2023-12-08T10:34:35.707607+0000 mgr.smithi156.dvayok (mgr.14180) 361 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:37.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:37 smithi156 bash[24915]: audit 2023-12-08T10:34:36.790317+0000 mon.smithi156 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:34:38.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:38 smithi156 bash[24915]: cluster 2023-12-08T10:34:37.572310+0000 mgr.smithi156.dvayok (mgr.14180) 362 : cluster [DBG] pgmap v292: 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-08T10:34:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:38 smithi194 bash[28991]: cluster 2023-12-08T10:34:37.572310+0000 mgr.smithi156.dvayok (mgr.14180) 362 : cluster [DBG] pgmap v292: 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-08T10:34:40.761 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:40.762 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:41.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:40 smithi156 bash[24915]: cluster 2023-12-08T10:34:39.573684+0000 mgr.smithi156.dvayok (mgr.14180) 363 : cluster [DBG] pgmap v293: 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-08T10:34:41.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:40 smithi194 bash[28991]: cluster 2023-12-08T10:34:39.573684+0000 mgr.smithi156.dvayok (mgr.14180) 363 : cluster [DBG] pgmap v293: 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-08T10:34:41.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:42.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:41 smithi156 bash[24915]: audit 2023-12-08T10:34:40.747967+0000 mgr.smithi156.dvayok (mgr.14180) 364 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:42.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:41 smithi194 bash[28991]: audit 2023-12-08T10:34:40.747967+0000 mgr.smithi156.dvayok (mgr.14180) 364 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:42.490 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:42.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:42 smithi156 bash[24915]: cluster 2023-12-08T10:34:41.574922+0000 mgr.smithi156.dvayok (mgr.14180) 365 : cluster [DBG] pgmap v294: 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-08T10:34:43.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:42 smithi194 bash[28991]: cluster 2023-12-08T10:34:41.574922+0000 mgr.smithi156.dvayok (mgr.14180) 365 : cluster [DBG] pgmap v294: 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-08T10:34:45.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:44 smithi156 bash[24915]: cluster 2023-12-08T10:34:43.576099+0000 mgr.smithi156.dvayok (mgr.14180) 366 : cluster [DBG] pgmap v295: 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-08T10:34:45.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:44 smithi194 bash[28991]: cluster 2023-12-08T10:34:43.576099+0000 mgr.smithi156.dvayok (mgr.14180) 366 : cluster [DBG] pgmap v295: 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-08T10:34:45.697 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:45.697 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:46.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:47.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:46 smithi156 bash[24915]: cluster 2023-12-08T10:34:45.577182+0000 mgr.smithi156.dvayok (mgr.14180) 367 : 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-08T10:34:47.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:46 smithi156 bash[24915]: audit 2023-12-08T10:34:45.682626+0000 mgr.smithi156.dvayok (mgr.14180) 368 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:47.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:46 smithi194 bash[28991]: cluster 2023-12-08T10:34:45.577182+0000 mgr.smithi156.dvayok (mgr.14180) 367 : 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-08T10:34:47.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:46 smithi194 bash[28991]: audit 2023-12-08T10:34:45.682626+0000 mgr.smithi156.dvayok (mgr.14180) 368 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:47.493 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:49.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:48 smithi156 bash[24915]: cluster 2023-12-08T10:34:47.578305+0000 mgr.smithi156.dvayok (mgr.14180) 369 : 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-08T10:34:49.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:48 smithi194 bash[28991]: cluster 2023-12-08T10:34:47.578305+0000 mgr.smithi156.dvayok (mgr.14180) 369 : 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-08T10:34:50.799 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:50.799 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:51.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:50 smithi156 bash[24915]: cluster 2023-12-08T10:34:49.579646+0000 mgr.smithi156.dvayok (mgr.14180) 370 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:51.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:50 smithi194 bash[28991]: cluster 2023-12-08T10:34:49.579646+0000 mgr.smithi156.dvayok (mgr.14180) 370 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:51.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:52.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:51 smithi156 bash[24915]: audit 2023-12-08T10:34:50.790282+0000 mgr.smithi156.dvayok (mgr.14180) 371 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:52.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:51 smithi194 bash[28991]: audit 2023-12-08T10:34:50.790282+0000 mgr.smithi156.dvayok (mgr.14180) 371 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:52.560 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:53.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:52 smithi156 bash[24915]: cluster 2023-12-08T10:34:51.580836+0000 mgr.smithi156.dvayok (mgr.14180) 372 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:34:53.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:52 smithi194 bash[28991]: cluster 2023-12-08T10:34:51.580836+0000 mgr.smithi156.dvayok (mgr.14180) 372 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:34:55.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:54 smithi156 bash[24915]: cluster 2023-12-08T10:34:53.581648+0000 mgr.smithi156.dvayok (mgr.14180) 373 : 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-08T10:34:55.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:54 smithi194 bash[28991]: cluster 2023-12-08T10:34:53.581648+0000 mgr.smithi156.dvayok (mgr.14180) 373 : 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-08T10:34:55.941 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:34:55.941 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:34:56.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:57.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:56 smithi156 bash[24915]: cluster 2023-12-08T10:34:55.582395+0000 mgr.smithi156.dvayok (mgr.14180) 374 : 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-08T10:34:57.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:56 smithi156 bash[24915]: audit 2023-12-08T10:34:55.928025+0000 mgr.smithi156.dvayok (mgr.14180) 375 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:57.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:56 smithi194 bash[28991]: cluster 2023-12-08T10:34:55.582395+0000 mgr.smithi156.dvayok (mgr.14180) 374 : 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-08T10:34:57.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:56 smithi194 bash[28991]: audit 2023-12-08T10:34:55.928025+0000 mgr.smithi156.dvayok (mgr.14180) 375 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:57.765 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:59.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:34:58 smithi156 bash[24915]: cluster 2023-12-08T10:34:57.583560+0000 mgr.smithi156.dvayok (mgr.14180) 376 : 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-08T10:34:59.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:34:58 smithi194 bash[28991]: cluster 2023-12-08T10:34:57.583560+0000 mgr.smithi156.dvayok (mgr.14180) 376 : 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-08T10:35:01.126 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:01.127 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:01.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:00 smithi156 bash[24915]: cluster 2023-12-08T10:34:59.584756+0000 mgr.smithi156.dvayok (mgr.14180) 377 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:01.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:00 smithi194 bash[28991]: cluster 2023-12-08T10:34:59.584756+0000 mgr.smithi156.dvayok (mgr.14180) 377 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:01.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:02.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:01 smithi156 bash[24915]: audit 2023-12-08T10:35:01.113953+0000 mgr.smithi156.dvayok (mgr.14180) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:02.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:02 smithi194 bash[28991]: audit 2023-12-08T10:35:01.113953+0000 mgr.smithi156.dvayok (mgr.14180) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:02.928 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:03.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:03 smithi156 bash[24915]: cluster 2023-12-08T10:35:01.585921+0000 mgr.smithi156.dvayok (mgr.14180) 379 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:03.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:03 smithi194 bash[28991]: cluster 2023-12-08T10:35:01.585921+0000 mgr.smithi156.dvayok (mgr.14180) 379 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:05.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:05 smithi194 bash[28991]: cluster 2023-12-08T10:35:03.586831+0000 mgr.smithi156.dvayok (mgr.14180) 380 : 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-08T10:35:05.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:05 smithi156 bash[24915]: cluster 2023-12-08T10:35:03.586831+0000 mgr.smithi156.dvayok (mgr.14180) 380 : 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-08T10:35:06.491 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:06.491 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:07.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:07.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:07 smithi194 bash[28991]: cluster 2023-12-08T10:35:05.587519+0000 mgr.smithi156.dvayok (mgr.14180) 381 : 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-08T10:35:07.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:07 smithi194 bash[28991]: audit 2023-12-08T10:35:06.482185+0000 mgr.smithi156.dvayok (mgr.14180) 382 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:07.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:07 smithi156 bash[24915]: cluster 2023-12-08T10:35:05.587519+0000 mgr.smithi156.dvayok (mgr.14180) 381 : 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-08T10:35:07.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:07 smithi156 bash[24915]: audit 2023-12-08T10:35:06.482185+0000 mgr.smithi156.dvayok (mgr.14180) 382 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:08.261 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:09.309 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:09 smithi156 bash[24915]: cluster 2023-12-08T10:35:07.588482+0000 mgr.smithi156.dvayok (mgr.14180) 383 : 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-08T10:35:09.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:09 smithi194 bash[28991]: cluster 2023-12-08T10:35:07.588482+0000 mgr.smithi156.dvayok (mgr.14180) 383 : 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-08T10:35:11.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:11 smithi194 bash[28991]: cluster 2023-12-08T10:35:09.589619+0000 mgr.smithi156.dvayok (mgr.14180) 384 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:11.395 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:11.395 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:11.430 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:11 smithi156 bash[24915]: cluster 2023-12-08T10:35:09.589619+0000 mgr.smithi156.dvayok (mgr.14180) 384 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:12.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:12 smithi194 bash[28991]: audit 2023-12-08T10:35:11.381868+0000 mgr.smithi156.dvayok (mgr.14180) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:12.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:12 smithi156 bash[24915]: audit 2023-12-08T10:35:11.381868+0000 mgr.smithi156.dvayok (mgr.14180) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:13.188 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:13.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:13 smithi194 bash[28991]: cluster 2023-12-08T10:35:11.590283+0000 mgr.smithi156.dvayok (mgr.14180) 386 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:13.385 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:13 smithi156 bash[24915]: cluster 2023-12-08T10:35:11.590283+0000 mgr.smithi156.dvayok (mgr.14180) 386 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:15.289 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:15 smithi156 bash[24915]: cluster 2023-12-08T10:35:13.591391+0000 mgr.smithi156.dvayok (mgr.14180) 387 : 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-08T10:35:15.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:15 smithi194 bash[28991]: cluster 2023-12-08T10:35:13.591391+0000 mgr.smithi156.dvayok (mgr.14180) 387 : 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-08T10:35:16.620 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:16.620 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:17.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:17 smithi156 bash[24915]: cluster 2023-12-08T10:35:15.592283+0000 mgr.smithi156.dvayok (mgr.14180) 388 : 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-08T10:35:17.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:17 smithi194 bash[28991]: cluster 2023-12-08T10:35:15.592283+0000 mgr.smithi156.dvayok (mgr.14180) 388 : 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-08T10:35:17.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:18.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:18 smithi194 bash[28991]: audit 2023-12-08T10:35:16.604483+0000 mgr.smithi156.dvayok (mgr.14180) 389 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:18.408 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:18.421 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:18 smithi156 bash[24915]: audit 2023-12-08T10:35:16.604483+0000 mgr.smithi156.dvayok (mgr.14180) 389 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:19.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:19 smithi194 bash[28991]: cluster 2023-12-08T10:35:17.593431+0000 mgr.smithi156.dvayok (mgr.14180) 390 : 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-08T10:35:19.463 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:19 smithi156 bash[24915]: cluster 2023-12-08T10:35:17.593431+0000 mgr.smithi156.dvayok (mgr.14180) 390 : 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-08T10:35:21.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:21 smithi194 bash[28991]: cluster 2023-12-08T10:35:19.594630+0000 mgr.smithi156.dvayok (mgr.14180) 391 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:21.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:21 smithi156 bash[24915]: cluster 2023-12-08T10:35:19.594630+0000 mgr.smithi156.dvayok (mgr.14180) 391 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:21.618 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:21.622 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:22.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:23.371 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:23.383 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:23 smithi156 bash[24915]: cluster 2023-12-08T10:35:21.595821+0000 mgr.smithi156.dvayok (mgr.14180) 392 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:23.383 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:23 smithi156 bash[24915]: audit 2023-12-08T10:35:21.604755+0000 mgr.smithi156.dvayok (mgr.14180) 393 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:23.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:23 smithi194 bash[28991]: cluster 2023-12-08T10:35:21.595821+0000 mgr.smithi156.dvayok (mgr.14180) 392 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:23.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:23 smithi194 bash[28991]: audit 2023-12-08T10:35:21.604755+0000 mgr.smithi156.dvayok (mgr.14180) 393 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:25.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:25 smithi156 bash[24915]: cluster 2023-12-08T10:35:23.596696+0000 mgr.smithi156.dvayok (mgr.14180) 394 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:25.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:25 smithi194 bash[28991]: cluster 2023-12-08T10:35:23.596696+0000 mgr.smithi156.dvayok (mgr.14180) 394 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:26.791 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:26.791 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:27.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:27 smithi156 bash[24915]: cluster 2023-12-08T10:35:25.597793+0000 mgr.smithi156.dvayok (mgr.14180) 395 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:27.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:27.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:27 smithi194 bash[28991]: cluster 2023-12-08T10:35:25.597793+0000 mgr.smithi156.dvayok (mgr.14180) 395 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:28.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:28 smithi156 bash[24915]: audit 2023-12-08T10:35:26.782384+0000 mgr.smithi156.dvayok (mgr.14180) 396 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:28.566 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:28.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:28 smithi194 bash[28991]: audit 2023-12-08T10:35:26.782384+0000 mgr.smithi156.dvayok (mgr.14180) 396 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:29.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:29 smithi156 bash[24915]: cluster 2023-12-08T10:35:27.598909+0000 mgr.smithi156.dvayok (mgr.14180) 397 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:29.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:29 smithi194 bash[28991]: cluster 2023-12-08T10:35:27.598909+0000 mgr.smithi156.dvayok (mgr.14180) 397 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:31.370 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:31 smithi156 bash[24915]: cluster 2023-12-08T10:35:29.599686+0000 mgr.smithi156.dvayok (mgr.14180) 398 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:31.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:31 smithi194 bash[28991]: cluster 2023-12-08T10:35:29.599686+0000 mgr.smithi156.dvayok (mgr.14180) 398 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:31.740 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:31.740 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:32.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:33.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:33 smithi156 bash[24915]: cluster 2023-12-08T10:35:31.600415+0000 mgr.smithi156.dvayok (mgr.14180) 399 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:33.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:33 smithi156 bash[24915]: audit 2023-12-08T10:35:31.730910+0000 mgr.smithi156.dvayok (mgr.14180) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:33.521 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:33.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:33 smithi194 bash[28991]: cluster 2023-12-08T10:35:31.600415+0000 mgr.smithi156.dvayok (mgr.14180) 399 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:33.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:33 smithi194 bash[28991]: audit 2023-12-08T10:35:31.730910+0000 mgr.smithi156.dvayok (mgr.14180) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:34.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:34 smithi156 bash[24915]: audit 2023-12-08T10:35:33.573023+0000 mon.smithi156 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:34.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:34 smithi156 bash[24915]: audit 2023-12-08T10:35:33.840252+0000 mon.smithi156 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:34 smithi194 bash[28991]: audit 2023-12-08T10:35:33.573023+0000 mon.smithi156 (mon.0) 761 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:34 smithi194 bash[28991]: audit 2023-12-08T10:35:33.840252+0000 mon.smithi156 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:35.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:35 smithi156 bash[24915]: cluster 2023-12-08T10:35:33.601520+0000 mgr.smithi156.dvayok (mgr.14180) 401 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:35.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:35 smithi194 bash[28991]: cluster 2023-12-08T10:35:33.601520+0000 mgr.smithi156.dvayok (mgr.14180) 401 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:36.934 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:36.934 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:34:25.667501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:34:23.468473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:34:25.667702Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:34:23.470642Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:34:23.468860Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:34:23.469132Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:34:23.470892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:34:23.469390Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:34:23.469642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:34:25.667898Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:37.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:37 smithi156 bash[24915]: cluster 2023-12-08T10:35:35.602821+0000 mgr.smithi156.dvayok (mgr.14180) 402 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:37 smithi194 bash[28991]: cluster 2023-12-08T10:35:35.602821+0000 mgr.smithi156.dvayok (mgr.14180) 402 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:37.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:38.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:38 smithi156 bash[24915]: audit 2023-12-08T10:35:36.920132+0000 mgr.smithi156.dvayok (mgr.14180) 403 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:38 smithi194 bash[28991]: audit 2023-12-08T10:35:36.920132+0000 mgr.smithi156.dvayok (mgr.14180) 403 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:38.748 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:39.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:39 smithi156 bash[24915]: cluster 2023-12-08T10:35:37.604024+0000 mgr.smithi156.dvayok (mgr.14180) 404 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:39.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:39 smithi194 bash[28991]: cluster 2023-12-08T10:35:37.604024+0000 mgr.smithi156.dvayok (mgr.14180) 404 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:40.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:40 smithi156 bash[24915]: audit 2023-12-08T10:35:39.243133+0000 mon.smithi156 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:40 smithi194 bash[28991]: audit 2023-12-08T10:35:39.243133+0000 mon.smithi156 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: cluster 2023-12-08T10:35:39.605355+0000 mgr.smithi156.dvayok (mgr.14180) 405 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.442437+0000 mon.smithi156 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.710183+0000 mon.smithi156 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.711598+0000 mon.smithi156 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.719735+0000 mon.smithi156 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.726049+0000 mon.smithi156 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:41.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:41 smithi156 bash[24915]: audit 2023-12-08T10:35:40.736327+0000 mon.smithi156 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: cluster 2023-12-08T10:35:39.605355+0000 mgr.smithi156.dvayok (mgr.14180) 405 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.442437+0000 mon.smithi156 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.710183+0000 mon.smithi156 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.711598+0000 mon.smithi156 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.719735+0000 mon.smithi156 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.726049+0000 mon.smithi156 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:41 smithi194 bash[28991]: audit 2023-12-08T10:35:40.736327+0000 mon.smithi156 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:41.937 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:41.937 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:17.862548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.rtxizu on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:42.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:42.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:42 smithi156 bash[24915]: cluster 2023-12-08T10:35:40.720370+0000 mgr.smithi156.dvayok (mgr.14180) 406 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:42.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:42 smithi156 bash[24915]: cephadm 2023-12-08T10:35:40.738837+0000 mgr.smithi156.dvayok (mgr.14180) 407 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.cwgulp on smithi194 2023-12-08T10:35:42.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:42 smithi156 bash[24915]: cluster 2023-12-08T10:35:41.716241+0000 mon.smithi156 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:35:42.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:42 smithi156 bash[24915]: cluster 2023-12-08T10:35:41.716279+0000 mon.smithi156 (mon.0) 771 : cluster [INF] Cluster is now healthy 2023-12-08T10:35:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:42 smithi194 bash[28991]: cluster 2023-12-08T10:35:40.720370+0000 mgr.smithi156.dvayok (mgr.14180) 406 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:42.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:42 smithi194 bash[28991]: cephadm 2023-12-08T10:35:40.738837+0000 mgr.smithi156.dvayok (mgr.14180) 407 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.cwgulp on smithi194 2023-12-08T10:35:42.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:42 smithi194 bash[28991]: cluster 2023-12-08T10:35:41.716241+0000 mon.smithi156 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:35:42.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:42 smithi194 bash[28991]: cluster 2023-12-08T10:35:41.716279+0000 mon.smithi156 (mon.0) 771 : cluster [INF] Cluster is now healthy 2023-12-08T10:35:43.697 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:43.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:43 smithi156 bash[24915]: audit 2023-12-08T10:35:41.922891+0000 mgr.smithi156.dvayok (mgr.14180) 408 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:43 smithi194 bash[28991]: audit 2023-12-08T10:35:41.922891+0000 mgr.smithi156.dvayok (mgr.14180) 408 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:44.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:44 smithi156 bash[24915]: cluster 2023-12-08T10:35:42.721272+0000 mgr.smithi156.dvayok (mgr.14180) 409 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:44 smithi194 bash[28991]: cluster 2023-12-08T10:35:42.721272+0000 mgr.smithi156.dvayok (mgr.14180) 409 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:45 smithi156 bash[24915]: audit 2023-12-08T10:35:44.575711+0000 mon.smithi156 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.cwgulp"}]: dispatch 2023-12-08T10:35:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:45 smithi194 bash[28991]: audit 2023-12-08T10:35:44.575711+0000 mon.smithi156 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.cwgulp"}]: dispatch 2023-12-08T10:35:46.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: cephadm 2023-12-08T10:35:44.574603+0000 mgr.smithi156.dvayok (mgr.14180) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: cephadm 2023-12-08T10:35:44.575107+0000 mgr.smithi156.dvayok (mgr.14180) 411 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: cephadm 2023-12-08T10:35:44.577308+0000 mgr.smithi156.dvayok (mgr.14180) 412 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:46.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: cephadm 2023-12-08T10:35:44.582235+0000 mgr.smithi156.dvayok (mgr.14180) 413 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vbgwcx on smithi156 2023-12-08T10:35:46.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:46 smithi156 bash[24915]: cluster 2023-12-08T10:35:44.722071+0000 mgr.smithi156.dvayok (mgr.14180) 414 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: cephadm 2023-12-08T10:35:44.574603+0000 mgr.smithi156.dvayok (mgr.14180) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: cephadm 2023-12-08T10:35:44.575107+0000 mgr.smithi156.dvayok (mgr.14180) 411 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: cephadm 2023-12-08T10:35:44.577308+0000 mgr.smithi156.dvayok (mgr.14180) 412 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.cwgulp ... 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: cephadm 2023-12-08T10:35:44.582235+0000 mgr.smithi156.dvayok (mgr.14180) 413 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vbgwcx on smithi156 2023-12-08T10:35:46.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:46 smithi194 bash[28991]: cluster 2023-12-08T10:35:44.722071+0000 mgr.smithi156.dvayok (mgr.14180) 414 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:47.091 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:47.092 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:29.591309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zwejbg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zwejbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zwejbg\nDeploy daemon haproxy.nfs.foo.smithi194.zwejbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.562457Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ymfphu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ymfphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ymfphu\nDeploy daemon haproxy.nfs.foo.smithi156.ymfphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:33.564861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bpqmmo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:47.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:48.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:48 smithi156 bash[24915]: cluster 2023-12-08T10:35:46.723094+0000 mgr.smithi156.dvayok (mgr.14180) 415 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:48.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:48 smithi156 bash[24915]: audit 2023-12-08T10:35:47.082022+0000 mgr.smithi156.dvayok (mgr.14180) 416 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:48 smithi194 bash[28991]: cluster 2023-12-08T10:35:46.723094+0000 mgr.smithi156.dvayok (mgr.14180) 415 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:48.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:48 smithi194 bash[28991]: audit 2023-12-08T10:35:47.082022+0000 mgr.smithi156.dvayok (mgr.14180) 416 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:48.908 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:49.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:49 smithi156 bash[24915]: audit 2023-12-08T10:35:48.709781+0000 mon.smithi156 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vbgwcx"}]: dispatch 2023-12-08T10:35:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:49 smithi194 bash[28991]: audit 2023-12-08T10:35:48.709781+0000 mon.smithi156 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vbgwcx"}]: dispatch 2023-12-08T10:35:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cephadm 2023-12-08T10:35:48.708556+0000 mgr.smithi156.dvayok (mgr.14180) 417 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:35:50.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cephadm 2023-12-08T10:35:48.709045+0000 mgr.smithi156.dvayok (mgr.14180) 418 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cephadm 2023-12-08T10:35:48.711555+0000 mgr.smithi156.dvayok (mgr.14180) 419 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cephadm 2023-12-08T10:35:48.715769+0000 mgr.smithi156.dvayok (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cephadm 2023-12-08T10:35:48.717373+0000 mgr.smithi156.dvayok (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cluster 2023-12-08T10:35:48.718670+0000 mgr.smithi156.dvayok (mgr.14180) 422 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:50.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:50 smithi156 bash[24915]: cluster 2023-12-08T10:35:49.474509+0000 mon.smithi156 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:35:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cephadm 2023-12-08T10:35:48.708556+0000 mgr.smithi156.dvayok (mgr.14180) 417 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:35:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cephadm 2023-12-08T10:35:48.709045+0000 mgr.smithi156.dvayok (mgr.14180) 418 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cephadm 2023-12-08T10:35:48.711555+0000 mgr.smithi156.dvayok (mgr.14180) 419 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vbgwcx ... 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cephadm 2023-12-08T10:35:48.715769+0000 mgr.smithi156.dvayok (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cephadm 2023-12-08T10:35:48.717373+0000 mgr.smithi156.dvayok (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cluster 2023-12-08T10:35:48.718670+0000 mgr.smithi156.dvayok (mgr.14180) 422 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:50 smithi194 bash[28991]: cluster 2023-12-08T10:35:49.474509+0000 mon.smithi156 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:35:52.333 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:52.333 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:52.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:52 smithi156 bash[24915]: cluster 2023-12-08T10:35:50.719837+0000 mgr.smithi156.dvayok (mgr.14180) 423 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:52.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:52 smithi156 bash[24915]: audit 2023-12-08T10:35:51.845470+0000 mon.smithi156 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:52 smithi194 bash[28991]: cluster 2023-12-08T10:35:50.719837+0000 mgr.smithi156.dvayok (mgr.14180) 423 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T10:35:52.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:52 smithi194 bash[28991]: audit 2023-12-08T10:35:51.845470+0000 mon.smithi156 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:35:53.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:53 smithi194 bash[28991]: audit 2023-12-08T10:35:52.320223+0000 mgr.smithi156.dvayok (mgr.14180) 424 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:53.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:53 smithi156 bash[24915]: audit 2023-12-08T10:35:52.320223+0000 mgr.smithi156.dvayok (mgr.14180) 424 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:54.144 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:54 smithi194 bash[28991]: cluster 2023-12-08T10:35:52.721024+0000 mgr.smithi156.dvayok (mgr.14180) 425 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:54.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:54 smithi156 bash[24915]: cluster 2023-12-08T10:35:52.721024+0000 mgr.smithi156.dvayok (mgr.14180) 425 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:35:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:56 smithi194 bash[28991]: cluster 2023-12-08T10:35:54.722285+0000 mgr.smithi156.dvayok (mgr.14180) 426 : 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-08T10:35:56.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:56 smithi156 bash[24915]: cluster 2023-12-08T10:35:54.722285+0000 mgr.smithi156.dvayok (mgr.14180) 426 : 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-08T10:35:57.399 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:35:57.400 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:35:58.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:58 smithi194 bash[28991]: cluster 2023-12-08T10:35:56.723534+0000 mgr.smithi156.dvayok (mgr.14180) 427 : 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-08T10:35:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:35:58 smithi194 bash[28991]: audit 2023-12-08T10:35:57.385474+0000 mgr.smithi156.dvayok (mgr.14180) 428 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:58.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:58 smithi156 bash[24915]: cluster 2023-12-08T10:35:56.723534+0000 mgr.smithi156.dvayok (mgr.14180) 427 : 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-08T10:35:58.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:35:58 smithi156 bash[24915]: audit 2023-12-08T10:35:57.385474+0000 mgr.smithi156.dvayok (mgr.14180) 428 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:59.171 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:00 smithi194 bash[28991]: cluster 2023-12-08T10:35:58.724646+0000 mgr.smithi156.dvayok (mgr.14180) 429 : 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-08T10:36:00.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:00 smithi156 bash[24915]: cluster 2023-12-08T10:35:58.724646+0000 mgr.smithi156.dvayok (mgr.14180) 429 : 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-08T10:36:02.505 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:02.505 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:02 smithi194 bash[28991]: cluster 2023-12-08T10:36:00.725297+0000 mgr.smithi156.dvayok (mgr.14180) 430 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:02.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:02 smithi156 bash[24915]: cluster 2023-12-08T10:36:00.725297+0000 mgr.smithi156.dvayok (mgr.14180) 430 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:03.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:03 smithi194 bash[28991]: audit 2023-12-08T10:36:02.495639+0000 mgr.smithi156.dvayok (mgr.14180) 431 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:03.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:03 smithi156 bash[24915]: audit 2023-12-08T10:36:02.495639+0000 mgr.smithi156.dvayok (mgr.14180) 431 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:04.263 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:04.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:04 smithi156 bash[24915]: cluster 2023-12-08T10:36:02.726494+0000 mgr.smithi156.dvayok (mgr.14180) 432 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:04 smithi194 bash[28991]: cluster 2023-12-08T10:36:02.726494+0000 mgr.smithi156.dvayok (mgr.14180) 432 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:06.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:05 smithi156 bash[24915]: cluster 2023-12-08T10:36:04.727726+0000 mgr.smithi156.dvayok (mgr.14180) 433 : 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-08T10:36:06.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:05 smithi194 bash[28991]: cluster 2023-12-08T10:36:04.727726+0000 mgr.smithi156.dvayok (mgr.14180) 433 : 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-08T10:36:07.662 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:07.662 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:08.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:07 smithi156 bash[24915]: cluster 2023-12-08T10:36:06.728452+0000 mgr.smithi156.dvayok (mgr.14180) 434 : 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-08T10:36:08.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:07 smithi194 bash[28991]: cluster 2023-12-08T10:36:06.728452+0000 mgr.smithi156.dvayok (mgr.14180) 434 : 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-08T10:36:08.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:09.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:08 smithi156 bash[24915]: audit 2023-12-08T10:36:07.648007+0000 mgr.smithi156.dvayok (mgr.14180) 435 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:09.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:08 smithi194 bash[28991]: audit 2023-12-08T10:36:07.648007+0000 mgr.smithi156.dvayok (mgr.14180) 435 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:09.452 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:10.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:09 smithi156 bash[24915]: cluster 2023-12-08T10:36:08.729553+0000 mgr.smithi156.dvayok (mgr.14180) 436 : 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-08T10:36:10.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:09 smithi194 bash[28991]: cluster 2023-12-08T10:36:08.729553+0000 mgr.smithi156.dvayok (mgr.14180) 436 : 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-08T10:36:12.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:11 smithi156 bash[24915]: cluster 2023-12-08T10:36:10.730588+0000 mgr.smithi156.dvayok (mgr.14180) 437 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:11 smithi194 bash[28991]: cluster 2023-12-08T10:36:10.730588+0000 mgr.smithi156.dvayok (mgr.14180) 437 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:12.789 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:12.790 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:13.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:14.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:13 smithi156 bash[24915]: cluster 2023-12-08T10:36:12.731687+0000 mgr.smithi156.dvayok (mgr.14180) 438 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:14.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:13 smithi156 bash[24915]: audit 2023-12-08T10:36:12.775398+0000 mgr.smithi156.dvayok (mgr.14180) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:14.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:13 smithi194 bash[28991]: cluster 2023-12-08T10:36:12.731687+0000 mgr.smithi156.dvayok (mgr.14180) 438 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:14.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:13 smithi194 bash[28991]: audit 2023-12-08T10:36:12.775398+0000 mgr.smithi156.dvayok (mgr.14180) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:14.633 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:16.190 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:15 smithi156 bash[24915]: cluster 2023-12-08T10:36:14.732845+0000 mgr.smithi156.dvayok (mgr.14180) 440 : 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-08T10:36:16.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:15 smithi194 bash[28991]: cluster 2023-12-08T10:36:14.732845+0000 mgr.smithi156.dvayok (mgr.14180) 440 : 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-08T10:36:18.058 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:18.059 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:18.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:17 smithi156 bash[24915]: cluster 2023-12-08T10:36:16.733487+0000 mgr.smithi156.dvayok (mgr.14180) 441 : 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-08T10:36:18.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:17 smithi194 bash[28991]: cluster 2023-12-08T10:36:16.733487+0000 mgr.smithi156.dvayok (mgr.14180) 441 : 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-08T10:36:18.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:19.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:18 smithi156 bash[24915]: audit 2023-12-08T10:36:18.041045+0000 mgr.smithi156.dvayok (mgr.14180) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:19.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:18 smithi194 bash[28991]: audit 2023-12-08T10:36:18.041045+0000 mgr.smithi156.dvayok (mgr.14180) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:19.863 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:20.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:19 smithi156 bash[24915]: cluster 2023-12-08T10:36:18.734583+0000 mgr.smithi156.dvayok (mgr.14180) 443 : 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-08T10:36:20.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:20 smithi194 bash[28991]: cluster 2023-12-08T10:36:18.734583+0000 mgr.smithi156.dvayok (mgr.14180) 443 : 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-08T10:36:22.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:22 smithi156 bash[24915]: cluster 2023-12-08T10:36:20.735756+0000 mgr.smithi156.dvayok (mgr.14180) 444 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:22.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:22 smithi194 bash[28991]: cluster 2023-12-08T10:36:20.735756+0000 mgr.smithi156.dvayok (mgr.14180) 444 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:23.142 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:23.143 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:23.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:24.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:24 smithi156 bash[24915]: cluster 2023-12-08T10:36:22.736739+0000 mgr.smithi156.dvayok (mgr.14180) 445 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:24.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:24 smithi156 bash[24915]: audit 2023-12-08T10:36:23.128577+0000 mgr.smithi156.dvayok (mgr.14180) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:24.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:24 smithi194 bash[28991]: cluster 2023-12-08T10:36:22.736739+0000 mgr.smithi156.dvayok (mgr.14180) 445 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:24.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:24 smithi194 bash[28991]: audit 2023-12-08T10:36:23.128577+0000 mgr.smithi156.dvayok (mgr.14180) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:24.936 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:26.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:26 smithi194 bash[28991]: cluster 2023-12-08T10:36:24.737959+0000 mgr.smithi156.dvayok (mgr.14180) 447 : 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-08T10:36:26.398 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:26 smithi156 bash[24915]: cluster 2023-12-08T10:36:24.737959+0000 mgr.smithi156.dvayok (mgr.14180) 447 : 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-08T10:36:28.220 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:28.220 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:28.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:28 smithi156 bash[24915]: cluster 2023-12-08T10:36:26.738884+0000 mgr.smithi156.dvayok (mgr.14180) 448 : 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-08T10:36:28.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:28 smithi194 bash[28991]: cluster 2023-12-08T10:36:26.738884+0000 mgr.smithi156.dvayok (mgr.14180) 448 : 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-08T10:36:28.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:29.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:29 smithi156 bash[24915]: audit 2023-12-08T10:36:28.207935+0000 mgr.smithi156.dvayok (mgr.14180) 449 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:29.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:29 smithi194 bash[28991]: audit 2023-12-08T10:36:28.207935+0000 mgr.smithi156.dvayok (mgr.14180) 449 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:29.988 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:30.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:30 smithi194 bash[28991]: cluster 2023-12-08T10:36:28.740046+0000 mgr.smithi156.dvayok (mgr.14180) 450 : 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-08T10:36:30.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:30 smithi156 bash[24915]: cluster 2023-12-08T10:36:28.740046+0000 mgr.smithi156.dvayok (mgr.14180) 450 : 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-08T10:36:32.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:32 smithi156 bash[24915]: cluster 2023-12-08T10:36:30.741146+0000 mgr.smithi156.dvayok (mgr.14180) 451 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:32.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:32 smithi194 bash[28991]: cluster 2023-12-08T10:36:30.741146+0000 mgr.smithi156.dvayok (mgr.14180) 451 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:33.214 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:33.214 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:34.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:34.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:34 smithi194 bash[28991]: cluster 2023-12-08T10:36:32.742278+0000 mgr.smithi156.dvayok (mgr.14180) 452 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:34.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:34 smithi194 bash[28991]: audit 2023-12-08T10:36:33.200499+0000 mgr.smithi156.dvayok (mgr.14180) 453 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:34.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:34 smithi156 bash[24915]: cluster 2023-12-08T10:36:32.742278+0000 mgr.smithi156.dvayok (mgr.14180) 452 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:34.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:34 smithi156 bash[24915]: audit 2023-12-08T10:36:33.200499+0000 mgr.smithi156.dvayok (mgr.14180) 453 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:35.023 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:36.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:36 smithi194 bash[28991]: cluster 2023-12-08T10:36:34.743552+0000 mgr.smithi156.dvayok (mgr.14180) 454 : 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-08T10:36:36.429 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:36 smithi156 bash[24915]: cluster 2023-12-08T10:36:34.743552+0000 mgr.smithi156.dvayok (mgr.14180) 454 : 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-08T10:36:38.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:38 smithi156 bash[24915]: cluster 2023-12-08T10:36:36.744668+0000 mgr.smithi156.dvayok (mgr.14180) 455 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:38.305 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:38.305 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:38.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:38 smithi194 bash[28991]: cluster 2023-12-08T10:36:36.744668+0000 mgr.smithi156.dvayok (mgr.14180) 455 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:39.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:39.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:39 smithi194 bash[28991]: audit 2023-12-08T10:36:38.288845+0000 mgr.smithi156.dvayok (mgr.14180) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:39.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:39 smithi156 bash[24915]: audit 2023-12-08T10:36:38.288845+0000 mgr.smithi156.dvayok (mgr.14180) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:40.109 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:40.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:40 smithi156 bash[24915]: cluster 2023-12-08T10:36:38.745476+0000 mgr.smithi156.dvayok (mgr.14180) 457 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:40 smithi194 bash[28991]: cluster 2023-12-08T10:36:38.745476+0000 mgr.smithi156.dvayok (mgr.14180) 457 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:42.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:42 smithi156 bash[24915]: cluster 2023-12-08T10:36:40.746594+0000 mgr.smithi156.dvayok (mgr.14180) 458 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:42 smithi194 bash[28991]: cluster 2023-12-08T10:36:40.746594+0000 mgr.smithi156.dvayok (mgr.14180) 458 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:43.335 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:43.335 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:44.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:44.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:44 smithi156 bash[24915]: cluster 2023-12-08T10:36:42.747841+0000 mgr.smithi156.dvayok (mgr.14180) 459 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:44.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:44 smithi156 bash[24915]: audit 2023-12-08T10:36:43.321081+0000 mgr.smithi156.dvayok (mgr.14180) 460 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:44 smithi194 bash[28991]: cluster 2023-12-08T10:36:42.747841+0000 mgr.smithi156.dvayok (mgr.14180) 459 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:44 smithi194 bash[28991]: audit 2023-12-08T10:36:43.321081+0000 mgr.smithi156.dvayok (mgr.14180) 460 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:45.081 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:46.333 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:46 smithi156 bash[24915]: cluster 2023-12-08T10:36:44.749076+0000 mgr.smithi156.dvayok (mgr.14180) 461 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:46 smithi194 bash[28991]: cluster 2023-12-08T10:36:44.749076+0000 mgr.smithi156.dvayok (mgr.14180) 461 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:48.459 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:48.459 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:48.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:48 smithi156 bash[24915]: cluster 2023-12-08T10:36:46.750231+0000 mgr.smithi156.dvayok (mgr.14180) 462 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:48 smithi194 bash[28991]: cluster 2023-12-08T10:36:46.750231+0000 mgr.smithi156.dvayok (mgr.14180) 462 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:49.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:49.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:49 smithi156 bash[24915]: audit 2023-12-08T10:36:48.445197+0000 mgr.smithi156.dvayok (mgr.14180) 463 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:49.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:49 smithi156 bash[24915]: audit 2023-12-08T10:36:48.721110+0000 mon.smithi156 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:49.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:49 smithi156 bash[24915]: audit 2023-12-08T10:36:48.994941+0000 mon.smithi156 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:49 smithi194 bash[28991]: audit 2023-12-08T10:36:48.445197+0000 mgr.smithi156.dvayok (mgr.14180) 463 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:49.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:49 smithi194 bash[28991]: audit 2023-12-08T10:36:48.721110+0000 mon.smithi156 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:49.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:49 smithi194 bash[28991]: audit 2023-12-08T10:36:48.994941+0000 mon.smithi156 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:50.240 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:50.440 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:50 smithi156 bash[24915]: cluster 2023-12-08T10:36:48.751109+0000 mgr.smithi156.dvayok (mgr.14180) 464 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:50 smithi194 bash[28991]: cluster 2023-12-08T10:36:48.751109+0000 mgr.smithi156.dvayok (mgr.14180) 464 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:52.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:52 smithi156 bash[24915]: cluster 2023-12-08T10:36:50.752232+0000 mgr.smithi156.dvayok (mgr.14180) 465 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:52 smithi194 bash[28991]: cluster 2023-12-08T10:36:50.752232+0000 mgr.smithi156.dvayok (mgr.14180) 465 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:53.450 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:53.450 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:35:40.431533Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:35:39.229209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:35:40.431992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:35:39.231230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:35:39.229574Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:35:39.229827Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:35:39.231492Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:35:39.230067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:35:39.230305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:35:40.432438Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:54.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:54.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:54 smithi156 bash[24915]: cluster 2023-12-08T10:36:52.753402+0000 mgr.smithi156.dvayok (mgr.14180) 466 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:54.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:54 smithi156 bash[24915]: audit 2023-12-08T10:36:53.439709+0000 mgr.smithi156.dvayok (mgr.14180) 467 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:54 smithi194 bash[28991]: cluster 2023-12-08T10:36:52.753402+0000 mgr.smithi156.dvayok (mgr.14180) 466 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:36:54.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:54 smithi194 bash[28991]: audit 2023-12-08T10:36:53.439709+0000 mgr.smithi156.dvayok (mgr.14180) 467 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:55.254 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:54.620030+0000 mon.smithi156 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:54.681574+0000 mon.smithi156 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: cluster 2023-12-08T10:36:54.754665+0000 mgr.smithi156.dvayok (mgr.14180) 468 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:54.989953+0000 mon.smithi156 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:54.991524+0000 mon.smithi156 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:54.999694+0000 mon.smithi156 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: cluster 2023-12-08T10:36:55.000359+0000 mgr.smithi156.dvayok (mgr.14180) 469 : cluster [DBG] pgmap v362: 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-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:55.006188+0000 mon.smithi156 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: audit 2023-12-08T10:36:55.019322+0000 mon.smithi156 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:55 smithi156 bash[24915]: cephadm 2023-12-08T10:36:55.022884+0000 mgr.smithi156.dvayok (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.dmndff on smithi194 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:54.620030+0000 mon.smithi156 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:54.681574+0000 mon.smithi156 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: cluster 2023-12-08T10:36:54.754665+0000 mgr.smithi156.dvayok (mgr.14180) 468 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:54.989953+0000 mon.smithi156 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:54.991524+0000 mon.smithi156 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:54.999694+0000 mon.smithi156 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: cluster 2023-12-08T10:36:55.000359+0000 mgr.smithi156.dvayok (mgr.14180) 469 : cluster [DBG] pgmap v362: 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-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:55.006188+0000 mon.smithi156 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: audit 2023-12-08T10:36:55.019322+0000 mon.smithi156 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:36:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:55 smithi194 bash[28991]: cephadm 2023-12-08T10:36:55.022884+0000 mgr.smithi156.dvayok (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.dmndff on smithi194 2023-12-08T10:36:56.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:56 smithi156 bash[24915]: cluster 2023-12-08T10:36:55.677696+0000 mon.smithi156 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:36:56.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:56 smithi156 bash[24915]: cluster 2023-12-08T10:36:55.677765+0000 mon.smithi156 (mon.0) 786 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:56 smithi194 bash[28991]: cluster 2023-12-08T10:36:55.677696+0000 mon.smithi156 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:36:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:56 smithi194 bash[28991]: cluster 2023-12-08T10:36:55.677765+0000 mon.smithi156 (mon.0) 786 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:57.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:57 smithi156 bash[24915]: cluster 2023-12-08T10:36:57.000926+0000 mgr.smithi156.dvayok (mgr.14180) 471 : cluster [DBG] pgmap v363: 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-08T10:36:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:57 smithi194 bash[28991]: cluster 2023-12-08T10:36:57.000926+0000 mgr.smithi156.dvayok (mgr.14180) 471 : cluster [DBG] pgmap v363: 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-08T10:36:58.665 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:36:58.665 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:33.568539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pkrjct on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.577008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.cwgulp on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-cwgulp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.cwgulp\nDeploy daemon haproxy.nfs.foo.smithi194.cwgulp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.711228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vbgwcx on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vbgwcx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vbgwcx\nDeploy daemon haproxy.nfs.foo.smithi156.vbgwcx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.715670Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vkchro on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:58.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:58 smithi156 bash[24915]: audit 2023-12-08T10:36:58.788653+0000 mon.smithi156 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.dmndff"}]: dispatch 2023-12-08T10:36:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:58 smithi194 bash[28991]: audit 2023-12-08T10:36:58.788653+0000 mon.smithi156 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.dmndff"}]: dispatch 2023-12-08T10:36:59.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:00.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: audit 2023-12-08T10:36:58.650930+0000 mgr.smithi156.dvayok (mgr.14180) 472 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:00.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: cephadm 2023-12-08T10:36:58.787417+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:37:00.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: cephadm 2023-12-08T10:36:58.787959+0000 mgr.smithi156.dvayok (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: cephadm 2023-12-08T10:36:58.790124+0000 mgr.smithi156.dvayok (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: cephadm 2023-12-08T10:36:58.793988+0000 mgr.smithi156.dvayok (mgr.14180) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tdqmwm on smithi156 2023-12-08T10:37:00.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:36:59 smithi156 bash[24915]: cluster 2023-12-08T10:36:59.001412+0000 mgr.smithi156.dvayok (mgr.14180) 477 : cluster [DBG] pgmap v364: 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-08T10:37:00.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: audit 2023-12-08T10:36:58.650930+0000 mgr.smithi156.dvayok (mgr.14180) 472 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:00.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: cephadm 2023-12-08T10:36:58.787417+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:37:00.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: cephadm 2023-12-08T10:36:58.787959+0000 mgr.smithi156.dvayok (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: cephadm 2023-12-08T10:36:58.790124+0000 mgr.smithi156.dvayok (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.dmndff ... 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: cephadm 2023-12-08T10:36:58.793988+0000 mgr.smithi156.dvayok (mgr.14180) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tdqmwm on smithi156 2023-12-08T10:37:00.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:36:59 smithi194 bash[28991]: cluster 2023-12-08T10:36:59.001412+0000 mgr.smithi156.dvayok (mgr.14180) 477 : cluster [DBG] pgmap v364: 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-08T10:37:00.492 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:02.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:02 smithi194 bash[28991]: cluster 2023-12-08T10:37:01.002187+0000 mgr.smithi156.dvayok (mgr.14180) 478 : cluster [DBG] pgmap v365: 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-08T10:37:02.336 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:02 smithi156 bash[24915]: cluster 2023-12-08T10:37:01.002187+0000 mgr.smithi156.dvayok (mgr.14180) 478 : cluster [DBG] pgmap v365: 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-08T10:37:03.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:03 smithi156 bash[24915]: audit 2023-12-08T10:37:03.056462+0000 mon.smithi156 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tdqmwm"}]: dispatch 2023-12-08T10:37:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:03 smithi194 bash[28991]: audit 2023-12-08T10:37:03.056462+0000 mon.smithi156 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tdqmwm"}]: dispatch 2023-12-08T10:37:03.870 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:03.870 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cluster 2023-12-08T10:37:03.002819+0000 mgr.smithi156.dvayok (mgr.14180) 479 : cluster [DBG] pgmap v366: 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-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cephadm 2023-12-08T10:37:03.055231+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cephadm 2023-12-08T10:37:03.055807+0000 mgr.smithi156.dvayok (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cephadm 2023-12-08T10:37:03.057649+0000 mgr.smithi156.dvayok (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cephadm 2023-12-08T10:37:03.059710+0000 mgr.smithi156.dvayok (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cephadm 2023-12-08T10:37:03.061380+0000 mgr.smithi156.dvayok (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cluster 2023-12-08T10:37:03.062332+0000 mgr.smithi156.dvayok (mgr.14180) 485 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2023-12-08T10:37:04.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:04 smithi156 bash[24915]: cluster 2023-12-08T10:37:04.059782+0000 mon.smithi156 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:37:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cluster 2023-12-08T10:37:03.002819+0000 mgr.smithi156.dvayok (mgr.14180) 479 : cluster [DBG] pgmap v366: 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-08T10:37:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cephadm 2023-12-08T10:37:03.055231+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:37:04.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cephadm 2023-12-08T10:37:03.055807+0000 mgr.smithi156.dvayok (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cephadm 2023-12-08T10:37:03.057649+0000 mgr.smithi156.dvayok (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tdqmwm ... 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cephadm 2023-12-08T10:37:03.059710+0000 mgr.smithi156.dvayok (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cephadm 2023-12-08T10:37:03.061380+0000 mgr.smithi156.dvayok (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:37:04.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cluster 2023-12-08T10:37:03.062332+0000 mgr.smithi156.dvayok (mgr.14180) 485 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2023-12-08T10:37:04.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:04 smithi194 bash[28991]: cluster 2023-12-08T10:37:04.059782+0000 mon.smithi156 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:37:04.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:05.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:05 smithi156 bash[24915]: audit 2023-12-08T10:37:03.860766+0000 mgr.smithi156.dvayok (mgr.14180) 486 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:05.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:05 smithi194 bash[28991]: audit 2023-12-08T10:37:03.860766+0000 mgr.smithi156.dvayok (mgr.14180) 486 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:05.726 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:06.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:06 smithi156 bash[24915]: cluster 2023-12-08T10:37:05.063579+0000 mgr.smithi156.dvayok (mgr.14180) 487 : cluster [DBG] pgmap v368: 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-08T10:37:06.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:06 smithi194 bash[28991]: cluster 2023-12-08T10:37:05.063579+0000 mgr.smithi156.dvayok (mgr.14180) 487 : cluster [DBG] pgmap v368: 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-08T10:37:08.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:07 smithi156 bash[24915]: audit 2023-12-08T10:37:06.897704+0000 mon.smithi156 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:37:08.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:07 smithi156 bash[24915]: cluster 2023-12-08T10:37:07.064575+0000 mgr.smithi156.dvayok (mgr.14180) 488 : cluster [DBG] pgmap v369: 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-08T10:37:08.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:07 smithi194 bash[28991]: audit 2023-12-08T10:37:06.897704+0000 mon.smithi156 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:37:08.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:07 smithi194 bash[28991]: cluster 2023-12-08T10:37:07.064575+0000 mgr.smithi156.dvayok (mgr.14180) 488 : cluster [DBG] pgmap v369: 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-08T10:37:09.168 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:09.168 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:09.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:10.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:10 smithi156 bash[24915]: cluster 2023-12-08T10:37:09.065711+0000 mgr.smithi156.dvayok (mgr.14180) 489 : cluster [DBG] pgmap v370: 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-08T10:37:10.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:10 smithi156 bash[24915]: audit 2023-12-08T10:37:09.152351+0000 mgr.smithi156.dvayok (mgr.14180) 490 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:10 smithi194 bash[28991]: cluster 2023-12-08T10:37:09.065711+0000 mgr.smithi156.dvayok (mgr.14180) 489 : cluster [DBG] pgmap v370: 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-08T10:37:10.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:10 smithi194 bash[28991]: audit 2023-12-08T10:37:09.152351+0000 mgr.smithi156.dvayok (mgr.14180) 490 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:10.946 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:12.448 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:12 smithi156 bash[24915]: cluster 2023-12-08T10:37:11.066858+0000 mgr.smithi156.dvayok (mgr.14180) 491 : cluster [DBG] pgmap v371: 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-08T10:37:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:12 smithi194 bash[28991]: cluster 2023-12-08T10:37:11.066858+0000 mgr.smithi156.dvayok (mgr.14180) 491 : cluster [DBG] pgmap v371: 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-08T10:37:14.253 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:14.254 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:14.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:14 smithi156 bash[24915]: cluster 2023-12-08T10:37:13.067640+0000 mgr.smithi156.dvayok (mgr.14180) 492 : cluster [DBG] pgmap v372: 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-08T10:37:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:14 smithi194 bash[28991]: cluster 2023-12-08T10:37:13.067640+0000 mgr.smithi156.dvayok (mgr.14180) 492 : cluster [DBG] pgmap v372: 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-08T10:37:15.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:15.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:15 smithi156 bash[24915]: audit 2023-12-08T10:37:14.240428+0000 mgr.smithi156.dvayok (mgr.14180) 493 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:15 smithi194 bash[28991]: audit 2023-12-08T10:37:14.240428+0000 mgr.smithi156.dvayok (mgr.14180) 493 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:16.007 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:16.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:16 smithi156 bash[24915]: cluster 2023-12-08T10:37:15.068821+0000 mgr.smithi156.dvayok (mgr.14180) 494 : 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-08T10:37:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:16 smithi194 bash[28991]: cluster 2023-12-08T10:37:15.068821+0000 mgr.smithi156.dvayok (mgr.14180) 494 : 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-08T10:37:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:18 smithi156 bash[24915]: cluster 2023-12-08T10:37:17.069521+0000 mgr.smithi156.dvayok (mgr.14180) 495 : 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-08T10:37:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:18 smithi194 bash[28991]: cluster 2023-12-08T10:37:17.069521+0000 mgr.smithi156.dvayok (mgr.14180) 495 : 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-08T10:37:19.337 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:19.338 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:20.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:20.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:20 smithi156 bash[24915]: cluster 2023-12-08T10:37:19.070744+0000 mgr.smithi156.dvayok (mgr.14180) 496 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:20.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:20 smithi156 bash[24915]: audit 2023-12-08T10:37:19.322561+0000 mgr.smithi156.dvayok (mgr.14180) 497 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:20 smithi194 bash[28991]: cluster 2023-12-08T10:37:19.070744+0000 mgr.smithi156.dvayok (mgr.14180) 496 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:20 smithi194 bash[28991]: audit 2023-12-08T10:37:19.322561+0000 mgr.smithi156.dvayok (mgr.14180) 497 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:21.164 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:22.422 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:22 smithi156 bash[24915]: cluster 2023-12-08T10:37:21.071950+0000 mgr.smithi156.dvayok (mgr.14180) 498 : 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-08T10:37:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:22 smithi194 bash[28991]: cluster 2023-12-08T10:37:21.071950+0000 mgr.smithi156.dvayok (mgr.14180) 498 : 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-08T10:37:24.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:24 smithi156 bash[24915]: cluster 2023-12-08T10:37:23.072823+0000 mgr.smithi156.dvayok (mgr.14180) 499 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:24.386 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:24.386 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:24 smithi194 bash[28991]: cluster 2023-12-08T10:37:23.072823+0000 mgr.smithi156.dvayok (mgr.14180) 499 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:25.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:25.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:25 smithi156 bash[24915]: audit 2023-12-08T10:37:24.371826+0000 mgr.smithi156.dvayok (mgr.14180) 500 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:25.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:25 smithi194 bash[28991]: audit 2023-12-08T10:37:24.371826+0000 mgr.smithi156.dvayok (mgr.14180) 500 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:26.179 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:26 smithi156 bash[24915]: cluster 2023-12-08T10:37:25.073568+0000 mgr.smithi156.dvayok (mgr.14180) 501 : 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-08T10:37:26.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:26 smithi194 bash[28991]: cluster 2023-12-08T10:37:25.073568+0000 mgr.smithi156.dvayok (mgr.14180) 501 : 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-08T10:37:28.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:28 smithi156 bash[24915]: cluster 2023-12-08T10:37:27.074615+0000 mgr.smithi156.dvayok (mgr.14180) 502 : 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-08T10:37:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:28 smithi194 bash[28991]: cluster 2023-12-08T10:37:27.074615+0000 mgr.smithi156.dvayok (mgr.14180) 502 : 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-08T10:37:29.447 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:29.447 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:30.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:30.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:30 smithi156 bash[24915]: cluster 2023-12-08T10:37:29.076123+0000 mgr.smithi156.dvayok (mgr.14180) 503 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:30.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:30 smithi156 bash[24915]: audit 2023-12-08T10:37:29.437621+0000 mgr.smithi156.dvayok (mgr.14180) 504 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:30 smithi194 bash[28991]: cluster 2023-12-08T10:37:29.076123+0000 mgr.smithi156.dvayok (mgr.14180) 503 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:30.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:30 smithi194 bash[28991]: audit 2023-12-08T10:37:29.437621+0000 mgr.smithi156.dvayok (mgr.14180) 504 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:31.193 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:32.481 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:32 smithi156 bash[24915]: cluster 2023-12-08T10:37:31.077281+0000 mgr.smithi156.dvayok (mgr.14180) 505 : 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-08T10:37:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:32 smithi194 bash[28991]: cluster 2023-12-08T10:37:31.077281+0000 mgr.smithi156.dvayok (mgr.14180) 505 : 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-08T10:37:34.481 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:34.481 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:34.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:34 smithi156 bash[24915]: cluster 2023-12-08T10:37:33.078450+0000 mgr.smithi156.dvayok (mgr.14180) 506 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:34 smithi194 bash[28991]: cluster 2023-12-08T10:37:33.078450+0000 mgr.smithi156.dvayok (mgr.14180) 506 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:35.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:35.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:35 smithi156 bash[24915]: audit 2023-12-08T10:37:34.466027+0000 mgr.smithi156.dvayok (mgr.14180) 507 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:35.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:35 smithi194 bash[28991]: audit 2023-12-08T10:37:34.466027+0000 mgr.smithi156.dvayok (mgr.14180) 507 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:36.275 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:36.476 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:36 smithi156 bash[24915]: cluster 2023-12-08T10:37:35.079187+0000 mgr.smithi156.dvayok (mgr.14180) 508 : 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-08T10:37:36.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:36 smithi194 bash[28991]: cluster 2023-12-08T10:37:35.079187+0000 mgr.smithi156.dvayok (mgr.14180) 508 : 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-08T10:37:38.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:38 smithi156 bash[24915]: cluster 2023-12-08T10:37:37.080336+0000 mgr.smithi156.dvayok (mgr.14180) 509 : 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-08T10:37:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:38 smithi194 bash[28991]: cluster 2023-12-08T10:37:37.080336+0000 mgr.smithi156.dvayok (mgr.14180) 509 : 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-08T10:37:39.684 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:39.684 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:40.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:40.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:40 smithi156 bash[24915]: cluster 2023-12-08T10:37:39.081570+0000 mgr.smithi156.dvayok (mgr.14180) 510 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:40 smithi194 bash[28991]: cluster 2023-12-08T10:37:39.081570+0000 mgr.smithi156.dvayok (mgr.14180) 510 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:41.439 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:41.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:41 smithi156 bash[24915]: audit 2023-12-08T10:37:39.667852+0000 mgr.smithi156.dvayok (mgr.14180) 511 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:41 smithi194 bash[28991]: audit 2023-12-08T10:37:39.667852+0000 mgr.smithi156.dvayok (mgr.14180) 511 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:42.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:42 smithi156 bash[24915]: cluster 2023-12-08T10:37:41.082729+0000 mgr.smithi156.dvayok (mgr.14180) 512 : 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-08T10:37:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:42 smithi194 bash[28991]: cluster 2023-12-08T10:37:41.082729+0000 mgr.smithi156.dvayok (mgr.14180) 512 : 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-08T10:37:44.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:44 smithi156 bash[24915]: cluster 2023-12-08T10:37:43.083451+0000 mgr.smithi156.dvayok (mgr.14180) 513 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:44 smithi194 bash[28991]: cluster 2023-12-08T10:37:43.083451+0000 mgr.smithi156.dvayok (mgr.14180) 513 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:44.880 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:44.880 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:45.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:46.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:45 smithi156 bash[24915]: audit 2023-12-08T10:37:44.866244+0000 mgr.smithi156.dvayok (mgr.14180) 514 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:46.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:45 smithi156 bash[24915]: cluster 2023-12-08T10:37:45.084492+0000 mgr.smithi156.dvayok (mgr.14180) 515 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:45 smithi194 bash[28991]: audit 2023-12-08T10:37:44.866244+0000 mgr.smithi156.dvayok (mgr.14180) 514 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:46.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:45 smithi194 bash[28991]: cluster 2023-12-08T10:37:45.084492+0000 mgr.smithi156.dvayok (mgr.14180) 515 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:46.709 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:48.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:48 smithi156 bash[24915]: cluster 2023-12-08T10:37:47.085671+0000 mgr.smithi156.dvayok (mgr.14180) 516 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:48 smithi194 bash[28991]: cluster 2023-12-08T10:37:47.085671+0000 mgr.smithi156.dvayok (mgr.14180) 516 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:49.905 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:49.906 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:50.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:50 smithi156 bash[24915]: cluster 2023-12-08T10:37:49.086945+0000 mgr.smithi156.dvayok (mgr.14180) 517 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:50 smithi194 bash[28991]: cluster 2023-12-08T10:37:49.086945+0000 mgr.smithi156.dvayok (mgr.14180) 517 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:50.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:51.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:51 smithi156 bash[24915]: audit 2023-12-08T10:37:49.895940+0000 mgr.smithi156.dvayok (mgr.14180) 518 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:51 smithi194 bash[28991]: audit 2023-12-08T10:37:49.895940+0000 mgr.smithi156.dvayok (mgr.14180) 518 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.713 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:52.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:52 smithi156 bash[24915]: cluster 2023-12-08T10:37:51.088129+0000 mgr.smithi156.dvayok (mgr.14180) 519 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:52 smithi194 bash[28991]: cluster 2023-12-08T10:37:51.088129+0000 mgr.smithi156.dvayok (mgr.14180) 519 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:54.464 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:54 smithi156 bash[24915]: cluster 2023-12-08T10:37:53.089284+0000 mgr.smithi156.dvayok (mgr.14180) 520 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:54 smithi194 bash[28991]: cluster 2023-12-08T10:37:53.089284+0000 mgr.smithi156.dvayok (mgr.14180) 520 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:37:54.867 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:37:54.867 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:55.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:56.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:55 smithi156 bash[24915]: audit 2023-12-08T10:37:54.853711+0000 mgr.smithi156.dvayok (mgr.14180) 521 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:56.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:55 smithi156 bash[24915]: cluster 2023-12-08T10:37:55.090247+0000 mgr.smithi156.dvayok (mgr.14180) 522 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:56.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:55 smithi194 bash[28991]: audit 2023-12-08T10:37:54.853711+0000 mgr.smithi156.dvayok (mgr.14180) 521 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:56.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:55 smithi194 bash[28991]: cluster 2023-12-08T10:37:55.090247+0000 mgr.smithi156.dvayok (mgr.14180) 522 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:56.677 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:58.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:37:58 smithi156 bash[24915]: cluster 2023-12-08T10:37:57.091119+0000 mgr.smithi156.dvayok (mgr.14180) 523 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:37:58 smithi194 bash[28991]: cluster 2023-12-08T10:37:57.091119+0000 mgr.smithi156.dvayok (mgr.14180) 523 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:00.011 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:00.011 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:00.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:00 smithi156 bash[24915]: cluster 2023-12-08T10:37:59.091925+0000 mgr.smithi156.dvayok (mgr.14180) 524 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:00 smithi194 bash[28991]: cluster 2023-12-08T10:37:59.091925+0000 mgr.smithi156.dvayok (mgr.14180) 524 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:00.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:01.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:01 smithi156 bash[24915]: audit 2023-12-08T10:37:59.996796+0000 mgr.smithi156.dvayok (mgr.14180) 525 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:01 smithi194 bash[28991]: audit 2023-12-08T10:37:59.996796+0000 mgr.smithi156.dvayok (mgr.14180) 525 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:01.844 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:02.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:02 smithi156 bash[24915]: cluster 2023-12-08T10:38:01.092986+0000 mgr.smithi156.dvayok (mgr.14180) 526 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:02 smithi194 bash[28991]: cluster 2023-12-08T10:38:01.092986+0000 mgr.smithi156.dvayok (mgr.14180) 526 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:03.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:03 smithi156 bash[24915]: audit 2023-12-08T10:38:03.065863+0000 mon.smithi156 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:38:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:03 smithi194 bash[28991]: audit 2023-12-08T10:38:03.065863+0000 mon.smithi156 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: cluster 2023-12-08T10:38:03.094094+0000 mgr.smithi156.dvayok (mgr.14180) 527 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: audit 2023-12-08T10:38:03.368778+0000 mon.smithi156 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: audit 2023-12-08T10:38:03.370485+0000 mon.smithi156 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: audit 2023-12-08T10:38:03.379535+0000 mon.smithi156 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: cluster 2023-12-08T10:38:03.380214+0000 mgr.smithi156.dvayok (mgr.14180) 528 : cluster [DBG] pgmap v398: 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-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: audit 2023-12-08T10:38:03.386098+0000 mon.smithi156 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: audit 2023-12-08T10:38:03.396610+0000 mon.smithi156 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:04 smithi156 bash[24915]: cephadm 2023-12-08T10:38:03.400183+0000 mgr.smithi156.dvayok (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ipvcjh on smithi194 2023-12-08T10:38:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: cluster 2023-12-08T10:38:03.094094+0000 mgr.smithi156.dvayok (mgr.14180) 527 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: audit 2023-12-08T10:38:03.368778+0000 mon.smithi156 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: audit 2023-12-08T10:38:03.370485+0000 mon.smithi156 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: audit 2023-12-08T10:38:03.379535+0000 mon.smithi156 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: cluster 2023-12-08T10:38:03.380214+0000 mgr.smithi156.dvayok (mgr.14180) 528 : cluster [DBG] pgmap v398: 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-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: audit 2023-12-08T10:38:03.386098+0000 mon.smithi156 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: audit 2023-12-08T10:38:03.396610+0000 mon.smithi156 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:04.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:04 smithi194 bash[28991]: cephadm 2023-12-08T10:38:03.400183+0000 mgr.smithi156.dvayok (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ipvcjh on smithi194 2023-12-08T10:38:05.217 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:05.217 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.717275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.owwnug on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:05.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:05 smithi156 bash[24915]: cluster 2023-12-08T10:38:04.375392+0000 mon.smithi156 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:38:05.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:05 smithi156 bash[24915]: cluster 2023-12-08T10:38:04.375456+0000 mon.smithi156 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-12-08T10:38:05.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:05 smithi194 bash[28991]: cluster 2023-12-08T10:38:04.375392+0000 mon.smithi156 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:38:05.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:05 smithi194 bash[28991]: cluster 2023-12-08T10:38:04.375456+0000 mon.smithi156 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-12-08T10:38:06.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:06.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:06 smithi156 bash[24915]: audit 2023-12-08T10:38:05.203756+0000 mgr.smithi156.dvayok (mgr.14180) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:06.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:06 smithi156 bash[24915]: cluster 2023-12-08T10:38:05.380883+0000 mgr.smithi156.dvayok (mgr.14180) 531 : cluster [DBG] pgmap v399: 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-08T10:38:06.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:06 smithi194 bash[28991]: audit 2023-12-08T10:38:05.203756+0000 mgr.smithi156.dvayok (mgr.14180) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:06.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:06 smithi194 bash[28991]: cluster 2023-12-08T10:38:05.380883+0000 mgr.smithi156.dvayok (mgr.14180) 531 : cluster [DBG] pgmap v399: 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-08T10:38:07.031 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:07.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:07 smithi156 bash[24915]: audit 2023-12-08T10:38:06.390145+0000 mon.smithi156 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:07 smithi194 bash[28991]: audit 2023-12-08T10:38:06.390145+0000 mon.smithi156 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: cluster 2023-12-08T10:38:07.381756+0000 mgr.smithi156.dvayok (mgr.14180) 532 : cluster [DBG] pgmap v400: 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-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: cephadm 2023-12-08T10:38:07.540090+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.632 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.633 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: cephadm 2023-12-08T10:38:07.540612+0000 mgr.smithi156.dvayok (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: audit 2023-12-08T10:38:07.541237+0000 mon.smithi156 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ipvcjh"}]: dispatch 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: cephadm 2023-12-08T10:38:07.542822+0000 mgr.smithi156.dvayok (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.634 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.635 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:08 smithi156 bash[24915]: cephadm 2023-12-08T10:38:07.547429+0000 mgr.smithi156.dvayok (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.bwqpti on smithi156 2023-12-08T10:38:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: cluster 2023-12-08T10:38:07.381756+0000 mgr.smithi156.dvayok (mgr.14180) 532 : cluster [DBG] pgmap v400: 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-08T10:38:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: cephadm 2023-12-08T10:38:07.540090+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: cephadm 2023-12-08T10:38:07.540612+0000 mgr.smithi156.dvayok (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: audit 2023-12-08T10:38:07.541237+0000 mon.smithi156 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ipvcjh"}]: dispatch 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: cephadm 2023-12-08T10:38:07.542822+0000 mgr.smithi156.dvayok (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ipvcjh ... 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:08.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:08 smithi194 bash[28991]: cephadm 2023-12-08T10:38:07.547429+0000 mgr.smithi156.dvayok (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.bwqpti on smithi156 2023-12-08T10:38:10.444 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:10.444 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:58.789924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.dmndff on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-dmndff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.dmndff\nDeploy daemon haproxy.nfs.foo.smithi194.dmndff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.057525Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tdqmwm on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tdqmwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tdqmwm\nDeploy daemon haproxy.nfs.foo.smithi156.tdqmwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:37:03.059610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sexrcm on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:10.697 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:10 smithi156 bash[24915]: cluster 2023-12-08T10:38:09.382370+0000 mgr.smithi156.dvayok (mgr.14180) 537 : cluster [DBG] pgmap v401: 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-08T10:38:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:10 smithi194 bash[28991]: cluster 2023-12-08T10:38:09.382370+0000 mgr.smithi156.dvayok (mgr.14180) 537 : cluster [DBG] pgmap v401: 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-08T10:38:11.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:11.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:11 smithi156 bash[24915]: audit 2023-12-08T10:38:10.428070+0000 mgr.smithi156.dvayok (mgr.14180) 538 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:11 smithi194 bash[28991]: audit 2023-12-08T10:38:10.428070+0000 mgr.smithi156.dvayok (mgr.14180) 538 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:12.223 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:12.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cluster 2023-12-08T10:38:11.382919+0000 mgr.smithi156.dvayok (mgr.14180) 539 : cluster [DBG] pgmap v402: 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-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cephadm 2023-12-08T10:38:11.444520+0000 mgr.smithi156.dvayok (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:38:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cephadm 2023-12-08T10:38:11.444981+0000 mgr.smithi156.dvayok (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: audit 2023-12-08T10:38:11.445515+0000 mon.smithi156 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.bwqpti"}]: dispatch 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cephadm 2023-12-08T10:38:11.446939+0000 mgr.smithi156.dvayok (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cephadm 2023-12-08T10:38:11.451142+0000 mgr.smithi156.dvayok (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:12.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cephadm 2023-12-08T10:38:11.453240+0000 mgr.smithi156.dvayok (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:12.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: cluster 2023-12-08T10:38:11.454163+0000 mgr.smithi156.dvayok (mgr.14180) 545 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-12-08T10:38:12.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:12 smithi156 bash[24915]: audit 2023-12-08T10:38:11.942242+0000 mon.smithi156 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cluster 2023-12-08T10:38:11.382919+0000 mgr.smithi156.dvayok (mgr.14180) 539 : cluster [DBG] pgmap v402: 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-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cephadm 2023-12-08T10:38:11.444520+0000 mgr.smithi156.dvayok (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cephadm 2023-12-08T10:38:11.444981+0000 mgr.smithi156.dvayok (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: audit 2023-12-08T10:38:11.445515+0000 mon.smithi156 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.bwqpti"}]: dispatch 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cephadm 2023-12-08T10:38:11.446939+0000 mgr.smithi156.dvayok (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.bwqpti ... 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cephadm 2023-12-08T10:38:11.451142+0000 mgr.smithi156.dvayok (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:12.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cephadm 2023-12-08T10:38:11.453240+0000 mgr.smithi156.dvayok (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:12.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: cluster 2023-12-08T10:38:11.454163+0000 mgr.smithi156.dvayok (mgr.14180) 545 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-12-08T10:38:12.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:12 smithi194 bash[28991]: audit 2023-12-08T10:38:11.942242+0000 mon.smithi156 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:13.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:13 smithi156 bash[24915]: cluster 2023-12-08T10:38:12.411262+0000 mon.smithi156 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:38:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:13 smithi194 bash[28991]: cluster 2023-12-08T10:38:12.411262+0000 mon.smithi156 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:38:14.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:14 smithi156 bash[24915]: cluster 2023-12-08T10:38:13.455166+0000 mgr.smithi156.dvayok (mgr.14180) 546 : cluster [DBG] pgmap v404: 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-08T10:38:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:14 smithi194 bash[28991]: cluster 2023-12-08T10:38:13.455166+0000 mgr.smithi156.dvayok (mgr.14180) 546 : cluster [DBG] pgmap v404: 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-08T10:38:15.649 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:15.651 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:16.249 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:15 smithi156 bash[24915]: cluster 2023-12-08T10:38:15.456043+0000 mgr.smithi156.dvayok (mgr.14180) 547 : cluster [DBG] pgmap v405: 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-08T10:38:16.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:15 smithi194 bash[28991]: cluster 2023-12-08T10:38:15.456043+0000 mgr.smithi156.dvayok (mgr.14180) 547 : cluster [DBG] pgmap v405: 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-08T10:38:16.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:17.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:17 smithi194 bash[28991]: audit 2023-12-08T10:38:15.632110+0000 mgr.smithi156.dvayok (mgr.14180) 548 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:17.475 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:17.486 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:16 smithi156 bash[24915]: audit 2023-12-08T10:38:15.632110+0000 mgr.smithi156.dvayok (mgr.14180) 548 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:18.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:18 smithi194 bash[28991]: cluster 2023-12-08T10:38:17.457190+0000 mgr.smithi156.dvayok (mgr.14180) 549 : cluster [DBG] pgmap v406: 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-08T10:38:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:18 smithi156 bash[24915]: cluster 2023-12-08T10:38:17.457190+0000 mgr.smithi156.dvayok (mgr.14180) 549 : cluster [DBG] pgmap v406: 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-08T10:38:20.720 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:20.720 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:20.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:20 smithi156 bash[24915]: cluster 2023-12-08T10:38:19.458527+0000 mgr.smithi156.dvayok (mgr.14180) 550 : cluster [DBG] pgmap v407: 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-08T10:38:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:20 smithi194 bash[28991]: cluster 2023-12-08T10:38:19.458527+0000 mgr.smithi156.dvayok (mgr.14180) 550 : cluster [DBG] pgmap v407: 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-08T10:38:21.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:22.528 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:22.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:22 smithi156 bash[24915]: audit 2023-12-08T10:38:20.706164+0000 mgr.smithi156.dvayok (mgr.14180) 551 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:22.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:22 smithi156 bash[24915]: audit 2023-12-08T10:38:21.389878+0000 mon.smithi156 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:22.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:22 smithi156 bash[24915]: cluster 2023-12-08T10:38:21.459725+0000 mgr.smithi156.dvayok (mgr.14180) 552 : cluster [DBG] pgmap v408: 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-08T10:38:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:22 smithi194 bash[28991]: audit 2023-12-08T10:38:20.706164+0000 mgr.smithi156.dvayok (mgr.14180) 551 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:22 smithi194 bash[28991]: audit 2023-12-08T10:38:21.389878+0000 mon.smithi156 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:38:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:22 smithi194 bash[28991]: cluster 2023-12-08T10:38:21.459725+0000 mgr.smithi156.dvayok (mgr.14180) 552 : cluster [DBG] pgmap v408: 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-08T10:38:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:24 smithi194 bash[28991]: cluster 2023-12-08T10:38:23.460298+0000 mgr.smithi156.dvayok (mgr.14180) 553 : 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-08T10:38:25.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:24 smithi156 bash[24915]: cluster 2023-12-08T10:38:23.460298+0000 mgr.smithi156.dvayok (mgr.14180) 553 : 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-08T10:38:25.821 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:25.822 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:26.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:25 smithi156 bash[24915]: cluster 2023-12-08T10:38:25.461381+0000 mgr.smithi156.dvayok (mgr.14180) 554 : 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-08T10:38:26.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:25 smithi194 bash[28991]: cluster 2023-12-08T10:38:25.461381+0000 mgr.smithi156.dvayok (mgr.14180) 554 : 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-08T10:38:26.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:27.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:27 smithi194 bash[28991]: audit 2023-12-08T10:38:25.805605+0000 mgr.smithi156.dvayok (mgr.14180) 555 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:27.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:26 smithi156 bash[24915]: audit 2023-12-08T10:38:25.805605+0000 mgr.smithi156.dvayok (mgr.14180) 555 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:27.607 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:28.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:28 smithi194 bash[28991]: cluster 2023-12-08T10:38:27.462623+0000 mgr.smithi156.dvayok (mgr.14180) 556 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:28.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:28 smithi156 bash[24915]: cluster 2023-12-08T10:38:27.462623+0000 mgr.smithi156.dvayok (mgr.14180) 556 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:30 smithi194 bash[28991]: cluster 2023-12-08T10:38:29.463595+0000 mgr.smithi156.dvayok (mgr.14180) 557 : 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-08T10:38:30.918 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:30.918 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:30.950 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:30 smithi156 bash[24915]: cluster 2023-12-08T10:38:29.463595+0000 mgr.smithi156.dvayok (mgr.14180) 557 : 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-08T10:38:31.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:32.704 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:32.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:32 smithi194 bash[28991]: audit 2023-12-08T10:38:30.904453+0000 mgr.smithi156.dvayok (mgr.14180) 558 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:32.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:32 smithi194 bash[28991]: cluster 2023-12-08T10:38:31.464678+0000 mgr.smithi156.dvayok (mgr.14180) 559 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:32.905 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:32 smithi156 bash[24915]: audit 2023-12-08T10:38:30.904453+0000 mgr.smithi156.dvayok (mgr.14180) 558 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:32.905 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:32 smithi156 bash[24915]: cluster 2023-12-08T10:38:31.464678+0000 mgr.smithi156.dvayok (mgr.14180) 559 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:34.788 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:34 smithi156 bash[24915]: cluster 2023-12-08T10:38:33.465752+0000 mgr.smithi156.dvayok (mgr.14180) 560 : 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-08T10:38:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:34 smithi194 bash[28991]: cluster 2023-12-08T10:38:33.465752+0000 mgr.smithi156.dvayok (mgr.14180) 560 : 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-08T10:38:36.093 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:36.093 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:36.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:36 smithi194 bash[28991]: cluster 2023-12-08T10:38:35.467144+0000 mgr.smithi156.dvayok (mgr.14180) 561 : 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-08T10:38:36.336 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:35 smithi156 bash[24915]: cluster 2023-12-08T10:38:35.467144+0000 mgr.smithi156.dvayok (mgr.14180) 561 : 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-08T10:38:36.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:37.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:37 smithi156 bash[24915]: audit 2023-12-08T10:38:36.076682+0000 mgr.smithi156.dvayok (mgr.14180) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:37.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:37 smithi194 bash[28991]: audit 2023-12-08T10:38:36.076682+0000 mgr.smithi156.dvayok (mgr.14180) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:37.889 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:38.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:38 smithi156 bash[24915]: cluster 2023-12-08T10:38:37.468284+0000 mgr.smithi156.dvayok (mgr.14180) 563 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:38.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:38 smithi194 bash[28991]: cluster 2023-12-08T10:38:37.468284+0000 mgr.smithi156.dvayok (mgr.14180) 563 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:40 smithi194 bash[28991]: cluster 2023-12-08T10:38:39.469495+0000 mgr.smithi156.dvayok (mgr.14180) 564 : 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-08T10:38:41.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:40 smithi156 bash[24915]: cluster 2023-12-08T10:38:39.469495+0000 mgr.smithi156.dvayok (mgr.14180) 564 : 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-08T10:38:41.137 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:41.137 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:41.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:42 smithi194 bash[28991]: audit 2023-12-08T10:38:41.127809+0000 mgr.smithi156.dvayok (mgr.14180) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:42 smithi194 bash[28991]: cluster 2023-12-08T10:38:41.470435+0000 mgr.smithi156.dvayok (mgr.14180) 566 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:42.895 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:42.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:42 smithi156 bash[24915]: audit 2023-12-08T10:38:41.127809+0000 mgr.smithi156.dvayok (mgr.14180) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:42.909 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:42 smithi156 bash[24915]: cluster 2023-12-08T10:38:41.470435+0000 mgr.smithi156.dvayok (mgr.14180) 566 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:44.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:44 smithi156 bash[24915]: cluster 2023-12-08T10:38:43.471425+0000 mgr.smithi156.dvayok (mgr.14180) 567 : 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-08T10:38:44.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:44 smithi194 bash[28991]: cluster 2023-12-08T10:38:43.471425+0000 mgr.smithi156.dvayok (mgr.14180) 567 : 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-08T10:38:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:46 smithi194 bash[28991]: cluster 2023-12-08T10:38:45.472378+0000 mgr.smithi156.dvayok (mgr.14180) 568 : 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-08T10:38:46.409 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:46.409 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:46.439 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:46 smithi156 bash[24915]: cluster 2023-12-08T10:38:45.472378+0000 mgr.smithi156.dvayok (mgr.14180) 568 : 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-08T10:38:47.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:47.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:47 smithi194 bash[28991]: audit 2023-12-08T10:38:46.399262+0000 mgr.smithi156.dvayok (mgr.14180) 569 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:47.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:47 smithi156 bash[24915]: audit 2023-12-08T10:38:46.399262+0000 mgr.smithi156.dvayok (mgr.14180) 569 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:48.188 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:48.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:48 smithi194 bash[28991]: cluster 2023-12-08T10:38:47.473448+0000 mgr.smithi156.dvayok (mgr.14180) 570 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:48.395 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:48 smithi156 bash[24915]: cluster 2023-12-08T10:38:47.473448+0000 mgr.smithi156.dvayok (mgr.14180) 570 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:50 smithi194 bash[28991]: cluster 2023-12-08T10:38:49.474752+0000 mgr.smithi156.dvayok (mgr.14180) 571 : 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-08T10:38:51.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:50 smithi156 bash[24915]: cluster 2023-12-08T10:38:49.474752+0000 mgr.smithi156.dvayok (mgr.14180) 571 : 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-08T10:38:51.435 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:51.435 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:52.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:52 smithi194 bash[28991]: audit 2023-12-08T10:38:51.425565+0000 mgr.smithi156.dvayok (mgr.14180) 572 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:52 smithi194 bash[28991]: cluster 2023-12-08T10:38:51.475449+0000 mgr.smithi156.dvayok (mgr.14180) 573 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:53.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:52 smithi156 bash[24915]: audit 2023-12-08T10:38:51.425565+0000 mgr.smithi156.dvayok (mgr.14180) 572 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:53.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:52 smithi156 bash[24915]: cluster 2023-12-08T10:38:51.475449+0000 mgr.smithi156.dvayok (mgr.14180) 573 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:38:53.228 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:54 smithi194 bash[28991]: cluster 2023-12-08T10:38:53.476407+0000 mgr.smithi156.dvayok (mgr.14180) 574 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:55.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:54 smithi156 bash[24915]: cluster 2023-12-08T10:38:53.476407+0000 mgr.smithi156.dvayok (mgr.14180) 574 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:56.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:56 smithi194 bash[28991]: cluster 2023-12-08T10:38:55.477690+0000 mgr.smithi156.dvayok (mgr.14180) 575 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:56.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:55 smithi156 bash[24915]: cluster 2023-12-08T10:38:55.477690+0000 mgr.smithi156.dvayok (mgr.14180) 575 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:56.541 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:38:56.541 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:57.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:57 smithi156 bash[24915]: audit 2023-12-08T10:38:56.524446+0000 mgr.smithi156.dvayok (mgr.14180) 576 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:57.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:57 smithi194 bash[28991]: audit 2023-12-08T10:38:56.524446+0000 mgr.smithi156.dvayok (mgr.14180) 576 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:57.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:58.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:38:58 smithi194 bash[28991]: cluster 2023-12-08T10:38:57.478867+0000 mgr.smithi156.dvayok (mgr.14180) 577 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:58.340 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:58.351 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:38:58 smithi156 bash[24915]: cluster 2023-12-08T10:38:57.478867+0000 mgr.smithi156.dvayok (mgr.14180) 577 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:00.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:00 smithi156 bash[24915]: cluster 2023-12-08T10:38:59.480099+0000 mgr.smithi156.dvayok (mgr.14180) 578 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:00 smithi194 bash[28991]: cluster 2023-12-08T10:38:59.480099+0000 mgr.smithi156.dvayok (mgr.14180) 578 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:01.616 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:01.616 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:02.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:02.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:02 smithi156 bash[24915]: cluster 2023-12-08T10:39:01.481245+0000 mgr.smithi156.dvayok (mgr.14180) 579 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:02 smithi194 bash[28991]: cluster 2023-12-08T10:39:01.481245+0000 mgr.smithi156.dvayok (mgr.14180) 579 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:03.376 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:03.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:03 smithi156 bash[24915]: audit 2023-12-08T10:39:01.602209+0000 mgr.smithi156.dvayok (mgr.14180) 580 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:03 smithi194 bash[28991]: audit 2023-12-08T10:39:01.602209+0000 mgr.smithi156.dvayok (mgr.14180) 580 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:04.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:04 smithi156 bash[24915]: cluster 2023-12-08T10:39:03.482220+0000 mgr.smithi156.dvayok (mgr.14180) 581 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:04 smithi194 bash[28991]: cluster 2023-12-08T10:39:03.482220+0000 mgr.smithi156.dvayok (mgr.14180) 581 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:06.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:06 smithi194 bash[28991]: cluster 2023-12-08T10:39:05.483529+0000 mgr.smithi156.dvayok (mgr.14180) 582 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:06.327 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:06 smithi156 bash[24915]: cluster 2023-12-08T10:39:05.483529+0000 mgr.smithi156.dvayok (mgr.14180) 582 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:06.742 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:06.742 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:07.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:08.500 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:08 smithi194 bash[28991]: audit 2023-12-08T10:39:06.731641+0000 mgr.smithi156.dvayok (mgr.14180) 583 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:08 smithi194 bash[28991]: cluster 2023-12-08T10:39:07.484385+0000 mgr.smithi156.dvayok (mgr.14180) 584 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:09.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:08 smithi156 bash[24915]: audit 2023-12-08T10:39:06.731641+0000 mgr.smithi156.dvayok (mgr.14180) 583 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:09.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:08 smithi156 bash[24915]: cluster 2023-12-08T10:39:07.484385+0000 mgr.smithi156.dvayok (mgr.14180) 584 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:10 smithi194 bash[28991]: cluster 2023-12-08T10:39:09.485575+0000 mgr.smithi156.dvayok (mgr.14180) 585 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:11.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:10 smithi156 bash[24915]: cluster 2023-12-08T10:39:09.485575+0000 mgr.smithi156.dvayok (mgr.14180) 585 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:11.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:11 smithi156 bash[24915]: audit 2023-12-08T10:39:11.457724+0000 mon.smithi156 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:39:11.754 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:11.754 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:37:03.061275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.qovgfe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:11 smithi194 bash[28991]: audit 2023-12-08T10:39:11.457724+0000 mon.smithi156 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:39:12.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: cluster 2023-12-08T10:39:11.486680+0000 mgr.smithi156.dvayok (mgr.14180) 586 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: audit 2023-12-08T10:39:11.763060+0000 mon.smithi156 (mon.0) 806 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:39:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: audit 2023-12-08T10:39:11.764556+0000 mon.smithi156 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:39:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: audit 2023-12-08T10:39:11.772255+0000 mon.smithi156 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: audit 2023-12-08T10:39:11.781167+0000 mon.smithi156 (mon.0) 809 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:39:12.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:12 smithi194 bash[28991]: audit 2023-12-08T10:39:11.793843+0000 mon.smithi156 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: cluster 2023-12-08T10:39:11.486680+0000 mgr.smithi156.dvayok (mgr.14180) 586 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: audit 2023-12-08T10:39:11.763060+0000 mon.smithi156 (mon.0) 806 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: audit 2023-12-08T10:39:11.764556+0000 mon.smithi156 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: audit 2023-12-08T10:39:11.772255+0000 mon.smithi156 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: audit 2023-12-08T10:39:11.781167+0000 mon.smithi156 (mon.0) 809 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:39:13.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:12 smithi156 bash[24915]: audit 2023-12-08T10:39:11.793843+0000 mon.smithi156 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:13.576 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:13 smithi156 bash[24915]: audit 2023-12-08T10:39:11.740919+0000 mgr.smithi156.dvayok (mgr.14180) 587 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:13 smithi156 bash[24915]: cluster 2023-12-08T10:39:11.772901+0000 mgr.smithi156.dvayok (mgr.14180) 588 : cluster [DBG] pgmap v434: 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-08T10:39:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:13 smithi156 bash[24915]: cephadm 2023-12-08T10:39:11.796847+0000 mgr.smithi156.dvayok (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hazylo on smithi194 2023-12-08T10:39:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:13 smithi156 bash[24915]: cluster 2023-12-08T10:39:12.769339+0000 mon.smithi156 (mon.0) 811 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:39:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:13 smithi156 bash[24915]: cluster 2023-12-08T10:39:12.769409+0000 mon.smithi156 (mon.0) 812 : cluster [INF] Cluster is now healthy 2023-12-08T10:39:14.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:13 smithi194 bash[28991]: audit 2023-12-08T10:39:11.740919+0000 mgr.smithi156.dvayok (mgr.14180) 587 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:13 smithi194 bash[28991]: cluster 2023-12-08T10:39:11.772901+0000 mgr.smithi156.dvayok (mgr.14180) 588 : cluster [DBG] pgmap v434: 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-08T10:39:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:13 smithi194 bash[28991]: cephadm 2023-12-08T10:39:11.796847+0000 mgr.smithi156.dvayok (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hazylo on smithi194 2023-12-08T10:39:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:13 smithi194 bash[28991]: cluster 2023-12-08T10:39:12.769339+0000 mon.smithi156 (mon.0) 811 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:39:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:13 smithi194 bash[28991]: cluster 2023-12-08T10:39:12.769409+0000 mon.smithi156 (mon.0) 812 : cluster [INF] Cluster is now healthy 2023-12-08T10:39:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:15 smithi194 bash[28991]: cluster 2023-12-08T10:39:13.773534+0000 mgr.smithi156.dvayok (mgr.14180) 590 : cluster [DBG] pgmap v435: 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-08T10:39:16.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:15 smithi156 bash[24915]: cluster 2023-12-08T10:39:13.773534+0000 mgr.smithi156.dvayok (mgr.14180) 590 : cluster [DBG] pgmap v435: 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-08T10:39:17.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:16 smithi156 bash[24915]: audit 2023-12-08T10:39:15.631672+0000 mon.smithi156 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hazylo"}]: dispatch 2023-12-08T10:39:17.056 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:17.056 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:07.542506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ipvcjh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ipvcjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ipvcjh\nDeploy daemon haproxy.nfs.foo.smithi194.ipvcjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.446711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.bwqpti on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-bwqpti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.bwqpti\nDeploy daemon haproxy.nfs.foo.smithi156.bwqpti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:11.450929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nunuoj on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:17.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:16 smithi194 bash[28991]: audit 2023-12-08T10:39:15.631672+0000 mon.smithi156 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hazylo"}]: dispatch 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: cephadm 2023-12-08T10:39:15.630729+0000 mgr.smithi156.dvayok (mgr.14180) 591 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.840 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:17.841 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:17.842 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:17.843 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: cephadm 2023-12-08T10:39:15.631003+0000 mgr.smithi156.dvayok (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: cephadm 2023-12-08T10:39:15.632986+0000 mgr.smithi156.dvayok (mgr.14180) 593 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:17.844 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:17.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: cephadm 2023-12-08T10:39:15.635351+0000 mgr.smithi156.dvayok (mgr.14180) 594 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ljqkaf on smithi156 2023-12-08T10:39:17.846 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:17 smithi156 bash[24915]: cluster 2023-12-08T10:39:15.774315+0000 mgr.smithi156.dvayok (mgr.14180) 595 : cluster [DBG] pgmap v436: 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-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: cephadm 2023-12-08T10:39:15.630729+0000 mgr.smithi156.dvayok (mgr.14180) 591 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:18.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: cephadm 2023-12-08T10:39:15.631003+0000 mgr.smithi156.dvayok (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: cephadm 2023-12-08T10:39:15.632986+0000 mgr.smithi156.dvayok (mgr.14180) 593 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:18.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: cephadm 2023-12-08T10:39:15.635351+0000 mgr.smithi156.dvayok (mgr.14180) 594 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ljqkaf on smithi156 2023-12-08T10:39:18.071 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:17 smithi194 bash[28991]: cluster 2023-12-08T10:39:15.774315+0000 mgr.smithi156.dvayok (mgr.14180) 595 : cluster [DBG] pgmap v436: 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-08T10:39:18.844 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:18.856 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:18 smithi156 bash[24915]: audit 2023-12-08T10:39:17.041320+0000 mgr.smithi156.dvayok (mgr.14180) 596 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:18.856 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:18 smithi156 bash[24915]: cluster 2023-12-08T10:39:17.775283+0000 mgr.smithi156.dvayok (mgr.14180) 597 : cluster [DBG] pgmap v437: 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-08T10:39:19.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:18 smithi194 bash[28991]: audit 2023-12-08T10:39:17.041320+0000 mgr.smithi156.dvayok (mgr.14180) 596 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:19.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:18 smithi194 bash[28991]: cluster 2023-12-08T10:39:17.775283+0000 mgr.smithi156.dvayok (mgr.14180) 597 : cluster [DBG] pgmap v437: 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-08T10:39:21.152 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cluster 2023-12-08T10:39:19.775974+0000 mgr.smithi156.dvayok (mgr.14180) 598 : cluster [DBG] pgmap v438: 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-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cephadm 2023-12-08T10:39:19.888927+0000 mgr.smithi156.dvayok (mgr.14180) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:39:21.153 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.154 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cephadm 2023-12-08T10:39:19.889358+0000 mgr.smithi156.dvayok (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: audit 2023-12-08T10:39:19.889938+0000 mon.smithi156 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ljqkaf"}]: dispatch 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cephadm 2023-12-08T10:39:19.890978+0000 mgr.smithi156.dvayok (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cephadm 2023-12-08T10:39:19.893062+0000 mgr.smithi156.dvayok (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cephadm 2023-12-08T10:39:19.894604+0000 mgr.smithi156.dvayok (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:21.156 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:20 smithi156 bash[24915]: cluster 2023-12-08T10:39:19.895324+0000 mgr.smithi156.dvayok (mgr.14180) 604 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:39:21.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cluster 2023-12-08T10:39:19.775974+0000 mgr.smithi156.dvayok (mgr.14180) 598 : cluster [DBG] pgmap v438: 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-08T10:39:21.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cephadm 2023-12-08T10:39:19.888927+0000 mgr.smithi156.dvayok (mgr.14180) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:21.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cephadm 2023-12-08T10:39:19.889358+0000 mgr.smithi156.dvayok (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: audit 2023-12-08T10:39:19.889938+0000 mon.smithi156 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ljqkaf"}]: dispatch 2023-12-08T10:39:21.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cephadm 2023-12-08T10:39:19.890978+0000 mgr.smithi156.dvayok (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cephadm 2023-12-08T10:39:19.893062+0000 mgr.smithi156.dvayok (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cephadm 2023-12-08T10:39:19.894604+0000 mgr.smithi156.dvayok (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:21.320 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:20 smithi194 bash[28991]: cluster 2023-12-08T10:39:19.895324+0000 mgr.smithi156.dvayok (mgr.14180) 604 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:39:22.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:21 smithi156 bash[24915]: cluster 2023-12-08T10:39:20.829723+0000 mon.smithi156 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:39:22.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:21 smithi194 bash[28991]: cluster 2023-12-08T10:39:20.829723+0000 mon.smithi156 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:39:22.441 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:22.442 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:23.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:22 smithi156 bash[24915]: cluster 2023-12-08T10:39:21.896403+0000 mgr.smithi156.dvayok (mgr.14180) 605 : cluster [DBG] pgmap v440: 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-08T10:39:23.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:22 smithi156 bash[24915]: audit 2023-12-08T10:39:21.995880+0000 mon.smithi156 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:23.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:22 smithi156 bash[24915]: audit 2023-12-08T10:39:22.427309+0000 mgr.smithi156.dvayok (mgr.14180) 606 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:23.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:23.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:22 smithi194 bash[28991]: cluster 2023-12-08T10:39:21.896403+0000 mgr.smithi156.dvayok (mgr.14180) 605 : cluster [DBG] pgmap v440: 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-08T10:39:23.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:22 smithi194 bash[28991]: audit 2023-12-08T10:39:21.995880+0000 mon.smithi156 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:39:23.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:22 smithi194 bash[28991]: audit 2023-12-08T10:39:22.427309+0000 mgr.smithi156.dvayok (mgr.14180) 606 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:24.282 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:25.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:25 smithi194 bash[28991]: cluster 2023-12-08T10:39:23.897687+0000 mgr.smithi156.dvayok (mgr.14180) 607 : cluster [DBG] pgmap v441: 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-08T10:39:25.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:25 smithi156 bash[24915]: cluster 2023-12-08T10:39:23.897687+0000 mgr.smithi156.dvayok (mgr.14180) 607 : cluster [DBG] pgmap v441: 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-08T10:39:27.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:27 smithi194 bash[28991]: cluster 2023-12-08T10:39:25.898836+0000 mgr.smithi156.dvayok (mgr.14180) 608 : cluster [DBG] pgmap v442: 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-08T10:39:27.348 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:27 smithi156 bash[24915]: cluster 2023-12-08T10:39:25.898836+0000 mgr.smithi156.dvayok (mgr.14180) 608 : cluster [DBG] pgmap v442: 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-08T10:39:27.737 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:27.737 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:28.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:29.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:29 smithi194 bash[28991]: audit 2023-12-08T10:39:27.722178+0000 mgr.smithi156.dvayok (mgr.14180) 609 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:29.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:29 smithi194 bash[28991]: cluster 2023-12-08T10:39:27.900066+0000 mgr.smithi156.dvayok (mgr.14180) 610 : cluster [DBG] pgmap v443: 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-08T10:39:29.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:29 smithi156 bash[24915]: audit 2023-12-08T10:39:27.722178+0000 mgr.smithi156.dvayok (mgr.14180) 609 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:29.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:29 smithi156 bash[24915]: cluster 2023-12-08T10:39:27.900066+0000 mgr.smithi156.dvayok (mgr.14180) 610 : cluster [DBG] pgmap v443: 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-08T10:39:29.609 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:31.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:31 smithi156 bash[24915]: cluster 2023-12-08T10:39:29.901391+0000 mgr.smithi156.dvayok (mgr.14180) 611 : cluster [DBG] pgmap v444: 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-08T10:39:31.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:31 smithi194 bash[28991]: cluster 2023-12-08T10:39:29.901391+0000 mgr.smithi156.dvayok (mgr.14180) 611 : cluster [DBG] pgmap v444: 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-08T10:39:32.887 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:32.887 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:33.210 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:33 smithi156 bash[24915]: cluster 2023-12-08T10:39:31.902634+0000 mgr.smithi156.dvayok (mgr.14180) 612 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:33.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:33 smithi194 bash[28991]: cluster 2023-12-08T10:39:31.902634+0000 mgr.smithi156.dvayok (mgr.14180) 612 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:33.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:34.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:34 smithi194 bash[28991]: audit 2023-12-08T10:39:32.872928+0000 mgr.smithi156.dvayok (mgr.14180) 613 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:34.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:34 smithi156 bash[24915]: audit 2023-12-08T10:39:32.872928+0000 mgr.smithi156.dvayok (mgr.14180) 613 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:34.754 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:35.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:35 smithi156 bash[24915]: cluster 2023-12-08T10:39:33.903885+0000 mgr.smithi156.dvayok (mgr.14180) 614 : 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-08T10:39:35.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:35 smithi194 bash[28991]: cluster 2023-12-08T10:39:33.903885+0000 mgr.smithi156.dvayok (mgr.14180) 614 : 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-08T10:39:37.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:37 smithi156 bash[24915]: cluster 2023-12-08T10:39:35.904878+0000 mgr.smithi156.dvayok (mgr.14180) 615 : 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-08T10:39:37.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:37 smithi194 bash[28991]: cluster 2023-12-08T10:39:35.904878+0000 mgr.smithi156.dvayok (mgr.14180) 615 : 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-08T10:39:38.270 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:38.270 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:39.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:39.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:39 smithi194 bash[28991]: cluster 2023-12-08T10:39:37.906060+0000 mgr.smithi156.dvayok (mgr.14180) 616 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:39.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:39 smithi194 bash[28991]: audit 2023-12-08T10:39:38.255054+0000 mgr.smithi156.dvayok (mgr.14180) 617 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:39.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:39 smithi156 bash[24915]: cluster 2023-12-08T10:39:37.906060+0000 mgr.smithi156.dvayok (mgr.14180) 616 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:39.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:39 smithi156 bash[24915]: audit 2023-12-08T10:39:38.255054+0000 mgr.smithi156.dvayok (mgr.14180) 617 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:40.046 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:41.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:41 smithi194 bash[28991]: cluster 2023-12-08T10:39:39.907273+0000 mgr.smithi156.dvayok (mgr.14180) 618 : 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-08T10:39:41.433 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:41 smithi156 bash[24915]: cluster 2023-12-08T10:39:39.907273+0000 mgr.smithi156.dvayok (mgr.14180) 618 : 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-08T10:39:43.229 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:43.229 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:43.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:43 smithi194 bash[28991]: cluster 2023-12-08T10:39:41.908553+0000 mgr.smithi156.dvayok (mgr.14180) 619 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:43.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:43 smithi156 bash[24915]: cluster 2023-12-08T10:39:41.908553+0000 mgr.smithi156.dvayok (mgr.14180) 619 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:44.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:44.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:44 smithi156 bash[24915]: audit 2023-12-08T10:39:43.214104+0000 mgr.smithi156.dvayok (mgr.14180) 620 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:44 smithi194 bash[28991]: audit 2023-12-08T10:39:43.214104+0000 mgr.smithi156.dvayok (mgr.14180) 620 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:45.069 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:45.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:45 smithi156 bash[24915]: cluster 2023-12-08T10:39:43.909707+0000 mgr.smithi156.dvayok (mgr.14180) 621 : 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-08T10:39:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:45 smithi194 bash[28991]: cluster 2023-12-08T10:39:43.909707+0000 mgr.smithi156.dvayok (mgr.14180) 621 : 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-08T10:39:47.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:47 smithi156 bash[24915]: cluster 2023-12-08T10:39:45.910860+0000 mgr.smithi156.dvayok (mgr.14180) 622 : 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-08T10:39:47.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:47 smithi194 bash[28991]: cluster 2023-12-08T10:39:45.910860+0000 mgr.smithi156.dvayok (mgr.14180) 622 : 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-08T10:39:48.669 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:48.669 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:49.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:49 smithi156 bash[24915]: cluster 2023-12-08T10:39:47.911569+0000 mgr.smithi156.dvayok (mgr.14180) 623 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:49.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:49 smithi194 bash[28991]: cluster 2023-12-08T10:39:47.911569+0000 mgr.smithi156.dvayok (mgr.14180) 623 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:50.458 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:50.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:50 smithi156 bash[24915]: audit 2023-12-08T10:39:48.652355+0000 mgr.smithi156.dvayok (mgr.14180) 624 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:50 smithi194 bash[28991]: audit 2023-12-08T10:39:48.652355+0000 mgr.smithi156.dvayok (mgr.14180) 624 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:51.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:51 smithi156 bash[24915]: cluster 2023-12-08T10:39:49.912748+0000 mgr.smithi156.dvayok (mgr.14180) 625 : 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-08T10:39:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:51 smithi194 bash[28991]: cluster 2023-12-08T10:39:49.912748+0000 mgr.smithi156.dvayok (mgr.14180) 625 : 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-08T10:39:53.358 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:53 smithi156 bash[24915]: cluster 2023-12-08T10:39:51.914112+0000 mgr.smithi156.dvayok (mgr.14180) 626 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:53.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:53 smithi194 bash[28991]: cluster 2023-12-08T10:39:51.914112+0000 mgr.smithi156.dvayok (mgr.14180) 626 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:39:53.771 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:53.771 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:54.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:55.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:55 smithi156 bash[24915]: audit 2023-12-08T10:39:53.756856+0000 mgr.smithi156.dvayok (mgr.14180) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:55.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:55 smithi156 bash[24915]: cluster 2023-12-08T10:39:53.915505+0000 mgr.smithi156.dvayok (mgr.14180) 628 : 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-08T10:39:55.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:55 smithi194 bash[28991]: audit 2023-12-08T10:39:53.756856+0000 mgr.smithi156.dvayok (mgr.14180) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:55.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:55 smithi194 bash[28991]: cluster 2023-12-08T10:39:53.915505+0000 mgr.smithi156.dvayok (mgr.14180) 628 : 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-08T10:39:55.568 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:57.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:57 smithi156 bash[24915]: cluster 2023-12-08T10:39:55.916762+0000 mgr.smithi156.dvayok (mgr.14180) 629 : 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-08T10:39:57.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:57 smithi194 bash[28991]: cluster 2023-12-08T10:39:55.916762+0000 mgr.smithi156.dvayok (mgr.14180) 629 : 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-08T10:39:58.908 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:39:58.908 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:59.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:39:59 smithi156 bash[24915]: cluster 2023-12-08T10:39:57.918058+0000 mgr.smithi156.dvayok (mgr.14180) 630 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:59.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:39:59 smithi194 bash[28991]: cluster 2023-12-08T10:39:57.918058+0000 mgr.smithi156.dvayok (mgr.14180) 630 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:59.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: audit 2023-12-08T10:39:58.893360+0000 mgr.smithi156.dvayok (mgr.14180) 631 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000165+0000 mon.smithi156 (mon.0) 817 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000234+0000 mon.smithi156 (mon.0) 818 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000259+0000 mon.smithi156 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000279+0000 mon.smithi156 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000299+0000 mon.smithi156 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000321+0000 mon.smithi156 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000341+0000 mon.smithi156 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000365+0000 mon.smithi156 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000387+0000 mon.smithi156 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:40:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000409+0000 mon.smithi156 (mon.0) 826 : 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000444+0000 mon.smithi156 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000470+0000 mon.smithi156 (mon.0) 828 : 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-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000498+0000 mon.smithi156 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000518+0000 mon.smithi156 (mon.0) 830 : 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000553+0000 mon.smithi156 (mon.0) 831 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000587+0000 mon.smithi156 (mon.0) 832 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000610+0000 mon.smithi156 (mon.0) 833 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000633+0000 mon.smithi156 (mon.0) 834 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000655+0000 mon.smithi156 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000687+0000 mon.smithi156 (mon.0) 836 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000723+0000 mon.smithi156 (mon.0) 837 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000783+0000 mon.smithi156 (mon.0) 838 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000816+0000 mon.smithi156 (mon.0) 839 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000838+0000 mon.smithi156 (mon.0) 840 : 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-08T10:40:00.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000862+0000 mon.smithi156 (mon.0) 841 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000882+0000 mon.smithi156 (mon.0) 842 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000904+0000 mon.smithi156 (mon.0) 843 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:00 smithi156 bash[24915]: cluster 2023-12-08T10:40:00.000928+0000 mon.smithi156 (mon.0) 844 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: audit 2023-12-08T10:39:58.893360+0000 mgr.smithi156.dvayok (mgr.14180) 631 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000165+0000 mon.smithi156 (mon.0) 817 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000234+0000 mon.smithi156 (mon.0) 818 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000259+0000 mon.smithi156 (mon.0) 819 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000279+0000 mon.smithi156 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000299+0000 mon.smithi156 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000321+0000 mon.smithi156 (mon.0) 822 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000341+0000 mon.smithi156 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000365+0000 mon.smithi156 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo 2023-12-08T10:40:00.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000387+0000 mon.smithi156 (mon.0) 825 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi194.hazylo ... 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000409+0000 mon.smithi156 (mon.0) 826 : 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000444+0000 mon.smithi156 (mon.0) 827 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000470+0000 mon.smithi156 (mon.0) 828 : 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-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000498+0000 mon.smithi156 (mon.0) 829 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000518+0000 mon.smithi156 (mon.0) 830 : 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000553+0000 mon.smithi156 (mon.0) 831 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000587+0000 mon.smithi156 (mon.0) 832 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000610+0000 mon.smithi156 (mon.0) 833 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000633+0000 mon.smithi156 (mon.0) 834 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000655+0000 mon.smithi156 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000687+0000 mon.smithi156 (mon.0) 836 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000723+0000 mon.smithi156 (mon.0) 837 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.ljqkaf ... 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000783+0000 mon.smithi156 (mon.0) 838 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000816+0000 mon.smithi156 (mon.0) 839 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000838+0000 mon.smithi156 (mon.0) 840 : 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-08T10:40:00.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000862+0000 mon.smithi156 (mon.0) 841 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000882+0000 mon.smithi156 (mon.0) 842 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000904+0000 mon.smithi156 (mon.0) 843 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:00 smithi194 bash[28991]: cluster 2023-12-08T10:40:00.000928+0000 mon.smithi156 (mon.0) 844 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.709 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:01.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:01 smithi156 bash[24915]: cluster 2023-12-08T10:39:59.919430+0000 mgr.smithi156.dvayok (mgr.14180) 632 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:01 smithi194 bash[28991]: cluster 2023-12-08T10:39:59.919430+0000 mgr.smithi156.dvayok (mgr.14180) 632 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:03.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:03 smithi156 bash[24915]: cluster 2023-12-08T10:40:01.920244+0000 mgr.smithi156.dvayok (mgr.14180) 633 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:03.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:03 smithi194 bash[28991]: cluster 2023-12-08T10:40:01.920244+0000 mgr.smithi156.dvayok (mgr.14180) 633 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:04.214 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:04.214 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:05.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:05.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:05 smithi156 bash[24915]: cluster 2023-12-08T10:40:03.921447+0000 mgr.smithi156.dvayok (mgr.14180) 634 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:05.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:05 smithi156 bash[24915]: audit 2023-12-08T10:40:04.203990+0000 mgr.smithi156.dvayok (mgr.14180) 635 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:05.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:05 smithi194 bash[28991]: cluster 2023-12-08T10:40:03.921447+0000 mgr.smithi156.dvayok (mgr.14180) 634 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:05.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:05 smithi194 bash[28991]: audit 2023-12-08T10:40:04.203990+0000 mgr.smithi156.dvayok (mgr.14180) 635 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:06.063 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:07.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:07 smithi156 bash[24915]: cluster 2023-12-08T10:40:05.922560+0000 mgr.smithi156.dvayok (mgr.14180) 636 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:07.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:07 smithi194 bash[28991]: cluster 2023-12-08T10:40:05.922560+0000 mgr.smithi156.dvayok (mgr.14180) 636 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:09.453 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:09.453 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:09.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:09 smithi156 bash[24915]: cluster 2023-12-08T10:40:07.923683+0000 mgr.smithi156.dvayok (mgr.14180) 637 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:09.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:09 smithi194 bash[28991]: cluster 2023-12-08T10:40:07.923683+0000 mgr.smithi156.dvayok (mgr.14180) 637 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:10.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:10.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:10 smithi156 bash[24915]: audit 2023-12-08T10:40:09.438920+0000 mgr.smithi156.dvayok (mgr.14180) 638 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:10 smithi194 bash[28991]: audit 2023-12-08T10:40:09.438920+0000 mgr.smithi156.dvayok (mgr.14180) 638 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:11.328 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:11.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:11 smithi156 bash[24915]: cluster 2023-12-08T10:40:09.924375+0000 mgr.smithi156.dvayok (mgr.14180) 639 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:11 smithi194 bash[28991]: cluster 2023-12-08T10:40:09.924375+0000 mgr.smithi156.dvayok (mgr.14180) 639 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:13.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:13 smithi156 bash[24915]: cluster 2023-12-08T10:40:11.925520+0000 mgr.smithi156.dvayok (mgr.14180) 640 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:13.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:13 smithi194 bash[28991]: cluster 2023-12-08T10:40:11.925520+0000 mgr.smithi156.dvayok (mgr.14180) 640 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:14.645 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:14.645 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:15.424 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:15 smithi156 bash[24915]: cluster 2023-12-08T10:40:13.926422+0000 mgr.smithi156.dvayok (mgr.14180) 641 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:15.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:15.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:15 smithi194 bash[28991]: cluster 2023-12-08T10:40:13.926422+0000 mgr.smithi156.dvayok (mgr.14180) 641 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:16.426 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:16.440 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:16 smithi156 bash[24915]: audit 2023-12-08T10:40:14.628282+0000 mgr.smithi156.dvayok (mgr.14180) 642 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:16 smithi194 bash[28991]: audit 2023-12-08T10:40:14.628282+0000 mgr.smithi156.dvayok (mgr.14180) 642 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:17.481 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:17 smithi156 bash[24915]: cluster 2023-12-08T10:40:15.927575+0000 mgr.smithi156.dvayok (mgr.14180) 643 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:17 smithi194 bash[28991]: cluster 2023-12-08T10:40:15.927575+0000 mgr.smithi156.dvayok (mgr.14180) 643 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:19.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:19 smithi156 bash[24915]: cluster 2023-12-08T10:40:17.928784+0000 mgr.smithi156.dvayok (mgr.14180) 644 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:19.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:19 smithi194 bash[28991]: cluster 2023-12-08T10:40:17.928784+0000 mgr.smithi156.dvayok (mgr.14180) 644 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:19.702 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:19.702 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:11.453125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bejzud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:20.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:19.899951+0000 mon.smithi156 (mon.0) 845 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:40:20.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.162673+0000 mon.smithi156 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.163694+0000 mon.smithi156 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.164551+0000 mon.smithi156 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.165239+0000 mon.smithi156 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.174129+0000 mon.smithi156 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.174866+0000 mon.smithi156 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.175817+0000 mon.smithi156 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.176515+0000 mon.smithi156 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.177170+0000 mon.smithi156 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.181664+0000 mon.smithi156 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.182561+0000 mon.smithi156 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.183270+0000 mon.smithi156 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.187862+0000 mon.smithi156 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:20 smithi156 bash[24915]: audit 2023-12-08T10:40:20.192584+0000 mon.smithi156 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:40:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:19.899951+0000 mon.smithi156 (mon.0) 845 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.162673+0000 mon.smithi156 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.163694+0000 mon.smithi156 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.164551+0000 mon.smithi156 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.165239+0000 mon.smithi156 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.174129+0000 mon.smithi156 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.174866+0000 mon.smithi156 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.175817+0000 mon.smithi156 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.176515+0000 mon.smithi156 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.177170+0000 mon.smithi156 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.181664+0000 mon.smithi156 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.182561+0000 mon.smithi156 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.183270+0000 mon.smithi156 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:40:20.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.187862+0000 mon.smithi156 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:20.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:20 smithi194 bash[28991]: audit 2023-12-08T10:40:20.192584+0000 mon.smithi156 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:40:20.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:21.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: audit 2023-12-08T10:40:19.686215+0000 mgr.smithi156.dvayok (mgr.14180) 645 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:21.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cluster 2023-12-08T10:40:19.930087+0000 mgr.smithi156.dvayok (mgr.14180) 646 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cephadm 2023-12-08T10:40:20.165776+0000 mgr.smithi156.dvayok (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 1980M 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cephadm 2023-12-08T10:40:20.177669+0000 mgr.smithi156.dvayok (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2748M 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cluster 2023-12-08T10:40:20.188316+0000 mgr.smithi156.dvayok (mgr.14180) 649 : cluster [DBG] pgmap v470: 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-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cluster 2023-12-08T10:40:20.194933+0000 mon.smithi156 (mon.0) 860 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cluster 2023-12-08T10:40:20.194960+0000 mon.smithi156 (mon.0) 861 : cluster [INF] Cluster is now healthy 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: audit 2023-12-08T10:40:20.207646+0000 mon.smithi156 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:21.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:21 smithi156 bash[24915]: cephadm 2023-12-08T10:40:20.210253+0000 mgr.smithi156.dvayok (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bbohta on smithi194 2023-12-08T10:40:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: audit 2023-12-08T10:40:19.686215+0000 mgr.smithi156.dvayok (mgr.14180) 645 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cluster 2023-12-08T10:40:19.930087+0000 mgr.smithi156.dvayok (mgr.14180) 646 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cephadm 2023-12-08T10:40:20.165776+0000 mgr.smithi156.dvayok (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 1980M 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cephadm 2023-12-08T10:40:20.177669+0000 mgr.smithi156.dvayok (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2748M 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cluster 2023-12-08T10:40:20.188316+0000 mgr.smithi156.dvayok (mgr.14180) 649 : cluster [DBG] pgmap v470: 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-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cluster 2023-12-08T10:40:20.194933+0000 mon.smithi156 (mon.0) 860 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cluster 2023-12-08T10:40:20.194960+0000 mon.smithi156 (mon.0) 861 : cluster [INF] Cluster is now healthy 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: audit 2023-12-08T10:40:20.207646+0000 mon.smithi156 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:21 smithi194 bash[28991]: cephadm 2023-12-08T10:40:20.210253+0000 mgr.smithi156.dvayok (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bbohta on smithi194 2023-12-08T10:40:21.595 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:22.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:22 smithi156 bash[24915]: audit 2023-12-08T10:40:21.393464+0000 mon.smithi156 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:22 smithi194 bash[28991]: audit 2023-12-08T10:40:21.393464+0000 mon.smithi156 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:23.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:23 smithi156 bash[24915]: cluster 2023-12-08T10:40:22.188925+0000 mgr.smithi156.dvayok (mgr.14180) 651 : cluster [DBG] pgmap v471: 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-08T10:40:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:23 smithi194 bash[28991]: cluster 2023-12-08T10:40:22.188925+0000 mgr.smithi156.dvayok (mgr.14180) 651 : cluster [DBG] pgmap v471: 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-08T10:40:24.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:24 smithi156 bash[24915]: audit 2023-12-08T10:40:24.056120+0000 mon.smithi156 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bbohta"}]: dispatch 2023-12-08T10:40:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:24 smithi194 bash[28991]: audit 2023-12-08T10:40:24.056120+0000 mon.smithi156 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bbohta"}]: dispatch 2023-12-08T10:40:25.379 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:25.380 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:15.632844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hazylo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hazylo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hazylo\nDeploy daemon haproxy.nfs.foo.smithi194.hazylo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.890848Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ljqkaf on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-ljqkaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.ljqkaf\nDeploy daemon haproxy.nfs.foo.smithi156.ljqkaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:19.892956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ljabba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: cephadm 2023-12-08T10:40:24.055117+0000 mgr.smithi156.dvayok (mgr.14180) 652 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: cephadm 2023-12-08T10:40:24.055662+0000 mgr.smithi156.dvayok (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: cephadm 2023-12-08T10:40:24.057159+0000 mgr.smithi156.dvayok (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: cephadm 2023-12-08T10:40:24.059388+0000 mgr.smithi156.dvayok (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gyizxk on smithi156 2023-12-08T10:40:25.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:25 smithi156 bash[24915]: cluster 2023-12-08T10:40:24.189539+0000 mgr.smithi156.dvayok (mgr.14180) 656 : cluster [DBG] pgmap v472: 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-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: cephadm 2023-12-08T10:40:24.055117+0000 mgr.smithi156.dvayok (mgr.14180) 652 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: cephadm 2023-12-08T10:40:24.055662+0000 mgr.smithi156.dvayok (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: cephadm 2023-12-08T10:40:24.057159+0000 mgr.smithi156.dvayok (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bbohta ... 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:25.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:25.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:25.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:25.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: cephadm 2023-12-08T10:40:24.059388+0000 mgr.smithi156.dvayok (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gyizxk on smithi156 2023-12-08T10:40:25.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:25 smithi194 bash[28991]: cluster 2023-12-08T10:40:24.189539+0000 mgr.smithi156.dvayok (mgr.14180) 656 : cluster [DBG] pgmap v472: 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-08T10:40:26.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:26 smithi156 bash[24915]: audit 2023-12-08T10:40:25.369351+0000 mgr.smithi156.dvayok (mgr.14180) 657 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:26 smithi194 bash[28991]: audit 2023-12-08T10:40:25.369351+0000 mgr.smithi156.dvayok (mgr.14180) 657 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:27.214 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:27.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:27 smithi156 bash[24915]: cluster 2023-12-08T10:40:26.190432+0000 mgr.smithi156.dvayok (mgr.14180) 658 : cluster [DBG] pgmap v473: 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-08T10:40:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:27 smithi194 bash[28991]: cluster 2023-12-08T10:40:26.190432+0000 mgr.smithi156.dvayok (mgr.14180) 658 : cluster [DBG] pgmap v473: 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-08T10:40:28.654 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:28 smithi156 bash[24915]: audit 2023-12-08T10:40:28.375015+0000 mon.smithi156 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gyizxk"}]: dispatch 2023-12-08T10:40:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:28 smithi194 bash[28991]: audit 2023-12-08T10:40:28.375015+0000 mon.smithi156 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gyizxk"}]: dispatch 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cluster 2023-12-08T10:40:28.191415+0000 mgr.smithi156.dvayok (mgr.14180) 659 : cluster [DBG] pgmap v474: 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-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cephadm 2023-12-08T10:40:28.374115+0000 mgr.smithi156.dvayok (mgr.14180) 660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cephadm 2023-12-08T10:40:28.374500+0000 mgr.smithi156.dvayok (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cephadm 2023-12-08T10:40:28.376217+0000 mgr.smithi156.dvayok (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cephadm 2023-12-08T10:40:28.378163+0000 mgr.smithi156.dvayok (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cephadm 2023-12-08T10:40:28.379878+0000 mgr.smithi156.dvayok (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cluster 2023-12-08T10:40:28.380752+0000 mgr.smithi156.dvayok (mgr.14180) 665 : cluster [DBG] pgmap v475: 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-08T10:40:29.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:29 smithi156 bash[24915]: cluster 2023-12-08T10:40:28.424333+0000 mon.smithi156 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cluster 2023-12-08T10:40:28.191415+0000 mgr.smithi156.dvayok (mgr.14180) 659 : cluster [DBG] pgmap v474: 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-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cephadm 2023-12-08T10:40:28.374115+0000 mgr.smithi156.dvayok (mgr.14180) 660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cephadm 2023-12-08T10:40:28.374500+0000 mgr.smithi156.dvayok (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cephadm 2023-12-08T10:40:28.376217+0000 mgr.smithi156.dvayok (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk 2023-12-08T10:40:29.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.gyizxk ... 2023-12-08T10:40:29.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:29.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:29.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:29.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:29.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cephadm 2023-12-08T10:40:28.378163+0000 mgr.smithi156.dvayok (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:29.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cephadm 2023-12-08T10:40:28.379878+0000 mgr.smithi156.dvayok (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:29.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cluster 2023-12-08T10:40:28.380752+0000 mgr.smithi156.dvayok (mgr.14180) 665 : cluster [DBG] pgmap v475: 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-08T10:40:29.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:29 smithi194 bash[28991]: cluster 2023-12-08T10:40:28.424333+0000 mon.smithi156 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:40:31.005 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:31.005 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:31.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:31 smithi194 bash[28991]: cluster 2023-12-08T10:40:30.382039+0000 mgr.smithi156.dvayok (mgr.14180) 666 : cluster [DBG] pgmap v476: 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-08T10:40:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:31 smithi156 bash[24915]: cluster 2023-12-08T10:40:30.382039+0000 mgr.smithi156.dvayok (mgr.14180) 666 : cluster [DBG] pgmap v476: 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-08T10:40:31.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:32.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:32 smithi194 bash[28991]: audit 2023-12-08T10:40:30.990544+0000 mgr.smithi156.dvayok (mgr.14180) 667 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:32.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:32 smithi156 bash[24915]: audit 2023-12-08T10:40:30.990544+0000 mgr.smithi156.dvayok (mgr.14180) 667 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:32.732 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:33.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:33 smithi156 bash[24915]: audit 2023-12-08T10:40:32.047853+0000 mon.smithi156 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:33.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:33 smithi156 bash[24915]: cluster 2023-12-08T10:40:32.383226+0000 mgr.smithi156.dvayok (mgr.14180) 668 : cluster [DBG] pgmap v477: 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-08T10:40:33.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:33 smithi194 bash[28991]: audit 2023-12-08T10:40:32.047853+0000 mon.smithi156 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:33.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:33 smithi194 bash[28991]: cluster 2023-12-08T10:40:32.383226+0000 mgr.smithi156.dvayok (mgr.14180) 668 : cluster [DBG] pgmap v477: 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-08T10:40:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:35 smithi156 bash[24915]: cluster 2023-12-08T10:40:34.384288+0000 mgr.smithi156.dvayok (mgr.14180) 669 : cluster [DBG] pgmap v478: 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-08T10:40:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:35 smithi194 bash[28991]: cluster 2023-12-08T10:40:34.384288+0000 mgr.smithi156.dvayok (mgr.14180) 669 : cluster [DBG] pgmap v478: 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-08T10:40:36.262 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:36.262 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:37.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:37.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:37 smithi156 bash[24915]: audit 2023-12-08T10:40:36.248018+0000 mgr.smithi156.dvayok (mgr.14180) 670 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:37.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:37 smithi156 bash[24915]: cluster 2023-12-08T10:40:36.385206+0000 mgr.smithi156.dvayok (mgr.14180) 671 : cluster [DBG] pgmap v479: 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-08T10:40:37.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:37 smithi156 bash[24915]: audit 2023-12-08T10:40:36.392810+0000 mon.smithi156 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:37 smithi194 bash[28991]: audit 2023-12-08T10:40:36.248018+0000 mgr.smithi156.dvayok (mgr.14180) 670 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:37 smithi194 bash[28991]: cluster 2023-12-08T10:40:36.385206+0000 mgr.smithi156.dvayok (mgr.14180) 671 : cluster [DBG] pgmap v479: 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-08T10:40:37.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:37 smithi194 bash[28991]: audit 2023-12-08T10:40:36.392810+0000 mon.smithi156 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:40:38.172 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:39.699 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:39 smithi156 bash[24915]: cluster 2023-12-08T10:40:38.385914+0000 mgr.smithi156.dvayok (mgr.14180) 672 : cluster [DBG] pgmap v480: 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-08T10:40:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:39 smithi194 bash[28991]: cluster 2023-12-08T10:40:38.385914+0000 mgr.smithi156.dvayok (mgr.14180) 672 : cluster [DBG] pgmap v480: 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-08T10:40:41.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:41 smithi194 bash[28991]: cluster 2023-12-08T10:40:40.387229+0000 mgr.smithi156.dvayok (mgr.14180) 673 : 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-08T10:40:41.443 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:41.443 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:41.478 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:41 smithi156 bash[24915]: cluster 2023-12-08T10:40:40.387229+0000 mgr.smithi156.dvayok (mgr.14180) 673 : 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-08T10:40:42.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:42.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:42 smithi194 bash[28991]: audit 2023-12-08T10:40:41.428815+0000 mgr.smithi156.dvayok (mgr.14180) 674 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:42.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:42 smithi156 bash[24915]: audit 2023-12-08T10:40:41.428815+0000 mgr.smithi156.dvayok (mgr.14180) 674 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:43.208 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:43.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:43 smithi194 bash[28991]: cluster 2023-12-08T10:40:42.388383+0000 mgr.smithi156.dvayok (mgr.14180) 675 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:43.407 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:43 smithi156 bash[24915]: cluster 2023-12-08T10:40:42.388383+0000 mgr.smithi156.dvayok (mgr.14180) 675 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:45 smithi156 bash[24915]: cluster 2023-12-08T10:40:44.389403+0000 mgr.smithi156.dvayok (mgr.14180) 676 : 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-08T10:40:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:45 smithi194 bash[28991]: cluster 2023-12-08T10:40:44.389403+0000 mgr.smithi156.dvayok (mgr.14180) 676 : 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-08T10:40:46.845 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:46.845 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:47.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:47.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:47 smithi156 bash[24915]: cluster 2023-12-08T10:40:46.390640+0000 mgr.smithi156.dvayok (mgr.14180) 677 : 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-08T10:40:47.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:47 smithi194 bash[28991]: cluster 2023-12-08T10:40:46.390640+0000 mgr.smithi156.dvayok (mgr.14180) 677 : 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-08T10:40:48.684 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:48.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:48 smithi156 bash[24915]: audit 2023-12-08T10:40:46.833527+0000 mgr.smithi156.dvayok (mgr.14180) 678 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:48 smithi194 bash[28991]: audit 2023-12-08T10:40:46.833527+0000 mgr.smithi156.dvayok (mgr.14180) 678 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:49.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:49 smithi156 bash[24915]: cluster 2023-12-08T10:40:48.391759+0000 mgr.smithi156.dvayok (mgr.14180) 679 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:49 smithi194 bash[28991]: cluster 2023-12-08T10:40:48.391759+0000 mgr.smithi156.dvayok (mgr.14180) 679 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:51.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:51 smithi156 bash[24915]: cluster 2023-12-08T10:40:50.393046+0000 mgr.smithi156.dvayok (mgr.14180) 680 : 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-08T10:40:51.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:51 smithi194 bash[28991]: cluster 2023-12-08T10:40:50.393046+0000 mgr.smithi156.dvayok (mgr.14180) 680 : 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-08T10:40:52.131 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:52.131 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:52.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:53.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:53 smithi156 bash[24915]: audit 2023-12-08T10:40:52.114676+0000 mgr.smithi156.dvayok (mgr.14180) 681 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:53.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:53 smithi156 bash[24915]: cluster 2023-12-08T10:40:52.394342+0000 mgr.smithi156.dvayok (mgr.14180) 682 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:53 smithi194 bash[28991]: audit 2023-12-08T10:40:52.114676+0000 mgr.smithi156.dvayok (mgr.14180) 681 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:53 smithi194 bash[28991]: cluster 2023-12-08T10:40:52.394342+0000 mgr.smithi156.dvayok (mgr.14180) 682 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:40:53.916 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:55.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:55 smithi156 bash[24915]: cluster 2023-12-08T10:40:54.395348+0000 mgr.smithi156.dvayok (mgr.14180) 683 : 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-08T10:40:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:55 smithi194 bash[28991]: cluster 2023-12-08T10:40:54.395348+0000 mgr.smithi156.dvayok (mgr.14180) 683 : 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-08T10:40:57.339 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:40:57.339 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:57 smithi156 bash[24915]: cluster 2023-12-08T10:40:56.396646+0000 mgr.smithi156.dvayok (mgr.14180) 684 : 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-08T10:40:57.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:57 smithi194 bash[28991]: cluster 2023-12-08T10:40:56.396646+0000 mgr.smithi156.dvayok (mgr.14180) 684 : 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-08T10:40:58.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:58 smithi156 bash[24915]: audit 2023-12-08T10:40:57.323646+0000 mgr.smithi156.dvayok (mgr.14180) 685 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:58 smithi194 bash[28991]: audit 2023-12-08T10:40:57.323646+0000 mgr.smithi156.dvayok (mgr.14180) 685 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:59.178 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:40:59 smithi156 bash[24915]: cluster 2023-12-08T10:40:58.397741+0000 mgr.smithi156.dvayok (mgr.14180) 686 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:59.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:40:59 smithi194 bash[28991]: cluster 2023-12-08T10:40:58.397741+0000 mgr.smithi156.dvayok (mgr.14180) 686 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:01.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:01 smithi156 bash[24915]: cluster 2023-12-08T10:41:00.398642+0000 mgr.smithi156.dvayok (mgr.14180) 687 : 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-08T10:41:01.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:01 smithi194 bash[28991]: cluster 2023-12-08T10:41:00.398642+0000 mgr.smithi156.dvayok (mgr.14180) 687 : 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-08T10:41:02.686 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:02.686 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:03.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:03.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:03 smithi156 bash[24915]: cluster 2023-12-08T10:41:02.400000+0000 mgr.smithi156.dvayok (mgr.14180) 688 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:03 smithi194 bash[28991]: cluster 2023-12-08T10:41:02.400000+0000 mgr.smithi156.dvayok (mgr.14180) 688 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:04.493 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:04.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:04 smithi156 bash[24915]: audit 2023-12-08T10:41:02.675315+0000 mgr.smithi156.dvayok (mgr.14180) 689 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:04 smithi194 bash[28991]: audit 2023-12-08T10:41:02.675315+0000 mgr.smithi156.dvayok (mgr.14180) 689 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:05 smithi156 bash[24915]: cluster 2023-12-08T10:41:04.401282+0000 mgr.smithi156.dvayok (mgr.14180) 690 : 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-08T10:41:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:05 smithi194 bash[28991]: cluster 2023-12-08T10:41:04.401282+0000 mgr.smithi156.dvayok (mgr.14180) 690 : 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-08T10:41:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:07 smithi156 bash[24915]: cluster 2023-12-08T10:41:06.402624+0000 mgr.smithi156.dvayok (mgr.14180) 691 : 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-08T10:41:07.765 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:07.766 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:07 smithi194 bash[28991]: cluster 2023-12-08T10:41:06.402624+0000 mgr.smithi156.dvayok (mgr.14180) 691 : 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-08T10:41:08.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:09.655 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:09 smithi156 bash[24915]: audit 2023-12-08T10:41:07.751129+0000 mgr.smithi156.dvayok (mgr.14180) 692 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:09 smithi156 bash[24915]: cluster 2023-12-08T10:41:08.403680+0000 mgr.smithi156.dvayok (mgr.14180) 693 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:09 smithi194 bash[28991]: audit 2023-12-08T10:41:07.751129+0000 mgr.smithi156.dvayok (mgr.14180) 692 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:09 smithi194 bash[28991]: cluster 2023-12-08T10:41:08.403680+0000 mgr.smithi156.dvayok (mgr.14180) 693 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:11.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:11 smithi194 bash[28991]: cluster 2023-12-08T10:41:10.404569+0000 mgr.smithi156.dvayok (mgr.14180) 694 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:11.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:11 smithi156 bash[24915]: cluster 2023-12-08T10:41:10.404569+0000 mgr.smithi156.dvayok (mgr.14180) 694 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:12.975 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:12.975 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:13.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:13 smithi156 bash[24915]: cluster 2023-12-08T10:41:12.405375+0000 mgr.smithi156.dvayok (mgr.14180) 695 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:13.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:13 smithi194 bash[28991]: cluster 2023-12-08T10:41:12.405375+0000 mgr.smithi156.dvayok (mgr.14180) 695 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:14.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:14 smithi156 bash[24915]: audit 2023-12-08T10:41:12.960942+0000 mgr.smithi156.dvayok (mgr.14180) 696 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:14.781 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:14 smithi194 bash[28991]: audit 2023-12-08T10:41:12.960942+0000 mgr.smithi156.dvayok (mgr.14180) 696 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:15.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:15 smithi156 bash[24915]: cluster 2023-12-08T10:41:14.406509+0000 mgr.smithi156.dvayok (mgr.14180) 697 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:15 smithi194 bash[28991]: cluster 2023-12-08T10:41:14.406509+0000 mgr.smithi156.dvayok (mgr.14180) 697 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:17.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:17 smithi156 bash[24915]: cluster 2023-12-08T10:41:16.407793+0000 mgr.smithi156.dvayok (mgr.14180) 698 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:17 smithi194 bash[28991]: cluster 2023-12-08T10:41:16.407793+0000 mgr.smithi156.dvayok (mgr.14180) 698 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:18.304 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:18.304 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:19.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:19.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:19 smithi156 bash[24915]: audit 2023-12-08T10:41:18.289546+0000 mgr.smithi156.dvayok (mgr.14180) 699 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:19.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:19 smithi156 bash[24915]: cluster 2023-12-08T10:41:18.408803+0000 mgr.smithi156.dvayok (mgr.14180) 700 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:19 smithi194 bash[28991]: audit 2023-12-08T10:41:18.289546+0000 mgr.smithi156.dvayok (mgr.14180) 699 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:19 smithi194 bash[28991]: cluster 2023-12-08T10:41:18.408803+0000 mgr.smithi156.dvayok (mgr.14180) 700 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:20.092 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:21.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:21 smithi194 bash[28991]: cluster 2023-12-08T10:41:20.409515+0000 mgr.smithi156.dvayok (mgr.14180) 701 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:21.376 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:21 smithi156 bash[24915]: cluster 2023-12-08T10:41:20.409515+0000 mgr.smithi156.dvayok (mgr.14180) 701 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:23.600 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:23.601 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:23.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:23 smithi156 bash[24915]: cluster 2023-12-08T10:41:22.410683+0000 mgr.smithi156.dvayok (mgr.14180) 702 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:23 smithi194 bash[28991]: cluster 2023-12-08T10:41:22.410683+0000 mgr.smithi156.dvayok (mgr.14180) 702 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:24.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:24.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:24 smithi156 bash[24915]: audit 2023-12-08T10:41:23.585593+0000 mgr.smithi156.dvayok (mgr.14180) 703 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:24 smithi194 bash[28991]: audit 2023-12-08T10:41:23.585593+0000 mgr.smithi156.dvayok (mgr.14180) 703 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:25.398 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:25.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:25 smithi156 bash[24915]: cluster 2023-12-08T10:41:24.411964+0000 mgr.smithi156.dvayok (mgr.14180) 704 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:25 smithi194 bash[28991]: cluster 2023-12-08T10:41:24.411964+0000 mgr.smithi156.dvayok (mgr.14180) 704 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:27.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:27 smithi156 bash[24915]: cluster 2023-12-08T10:41:26.412971+0000 mgr.smithi156.dvayok (mgr.14180) 705 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:27 smithi194 bash[28991]: cluster 2023-12-08T10:41:26.412971+0000 mgr.smithi156.dvayok (mgr.14180) 705 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:28.639 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:28.640 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:19.894507Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ncvjih on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:28.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:28 smithi156 bash[24915]: audit 2023-12-08T10:41:28.383718+0000 mon.smithi156 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:41:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:28 smithi194 bash[28991]: audit 2023-12-08T10:41:28.383718+0000 mon.smithi156 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:41:29.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: cluster 2023-12-08T10:41:28.413771+0000 mgr.smithi156.dvayok (mgr.14180) 706 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: audit 2023-12-08T10:41:28.692202+0000 mon.smithi156 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:41:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: audit 2023-12-08T10:41:28.693391+0000 mon.smithi156 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:41:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: audit 2023-12-08T10:41:28.700055+0000 mon.smithi156 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: audit 2023-12-08T10:41:28.706401+0000 mon.smithi156 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:41:29.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:29 smithi156 bash[24915]: audit 2023-12-08T10:41:28.721726+0000 mon.smithi156 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: cluster 2023-12-08T10:41:28.413771+0000 mgr.smithi156.dvayok (mgr.14180) 706 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: audit 2023-12-08T10:41:28.692202+0000 mon.smithi156 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:41:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: audit 2023-12-08T10:41:28.693391+0000 mon.smithi156 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:41:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: audit 2023-12-08T10:41:28.700055+0000 mon.smithi156 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: audit 2023-12-08T10:41:28.706401+0000 mon.smithi156 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:41:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:29 smithi194 bash[28991]: audit 2023-12-08T10:41:28.721726+0000 mon.smithi156 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:30.436 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:30 smithi156 bash[24915]: audit 2023-12-08T10:41:28.624829+0000 mgr.smithi156.dvayok (mgr.14180) 707 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:30 smithi156 bash[24915]: cluster 2023-12-08T10:41:28.700965+0000 mgr.smithi156.dvayok (mgr.14180) 708 : cluster [DBG] pgmap v506: 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-08T10:41:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:30 smithi156 bash[24915]: cephadm 2023-12-08T10:41:28.725745+0000 mgr.smithi156.dvayok (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.lodzec on smithi194 2023-12-08T10:41:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:30 smithi156 bash[24915]: cluster 2023-12-08T10:41:29.697046+0000 mon.smithi156 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:41:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:30 smithi156 bash[24915]: cluster 2023-12-08T10:41:29.697110+0000 mon.smithi156 (mon.0) 876 : cluster [INF] Cluster is now healthy 2023-12-08T10:41:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:30 smithi194 bash[28991]: audit 2023-12-08T10:41:28.624829+0000 mgr.smithi156.dvayok (mgr.14180) 707 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:30 smithi194 bash[28991]: cluster 2023-12-08T10:41:28.700965+0000 mgr.smithi156.dvayok (mgr.14180) 708 : cluster [DBG] pgmap v506: 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-08T10:41:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:30 smithi194 bash[28991]: cephadm 2023-12-08T10:41:28.725745+0000 mgr.smithi156.dvayok (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.lodzec on smithi194 2023-12-08T10:41:30.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:30 smithi194 bash[28991]: cluster 2023-12-08T10:41:29.697046+0000 mon.smithi156 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:41:30.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:30 smithi194 bash[28991]: cluster 2023-12-08T10:41:29.697110+0000 mon.smithi156 (mon.0) 876 : cluster [INF] Cluster is now healthy 2023-12-08T10:41:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:32 smithi194 bash[28991]: cluster 2023-12-08T10:41:30.701502+0000 mgr.smithi156.dvayok (mgr.14180) 710 : cluster [DBG] pgmap v507: 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-08T10:41:32.904 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:32 smithi156 bash[24915]: cluster 2023-12-08T10:41:30.701502+0000 mgr.smithi156.dvayok (mgr.14180) 710 : cluster [DBG] pgmap v507: 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-08T10:41:33.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:33 smithi156 bash[24915]: audit 2023-12-08T10:41:32.900484+0000 mon.smithi156 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.lodzec"}]: dispatch 2023-12-08T10:41:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:33 smithi194 bash[28991]: audit 2023-12-08T10:41:32.900484+0000 mon.smithi156 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.lodzec"}]: dispatch 2023-12-08T10:41:33.895 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:33.895 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:24.057037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bbohta on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bbohta\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bbohta\nDeploy daemon haproxy.nfs.foo.smithi194.bbohta ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.376067Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gyizxk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-gyizxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.gyizxk\nDeploy daemon haproxy.nfs.foo.smithi156.gyizxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.378062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lwehgz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:34.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: cluster 2023-12-08T10:41:32.702435+0000 mgr.smithi156.dvayok (mgr.14180) 711 : cluster [DBG] pgmap v508: 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-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: cephadm 2023-12-08T10:41:32.899259+0000 mgr.smithi156.dvayok (mgr.14180) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: cephadm 2023-12-08T10:41:32.899846+0000 mgr.smithi156.dvayok (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: cephadm 2023-12-08T10:41:32.901807+0000 mgr.smithi156.dvayok (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:34.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:34.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:34.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:34.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:34 smithi194 bash[28991]: cephadm 2023-12-08T10:41:32.905327+0000 mgr.smithi156.dvayok (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.eitvra on smithi156 2023-12-08T10:41:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: cluster 2023-12-08T10:41:32.702435+0000 mgr.smithi156.dvayok (mgr.14180) 711 : cluster [DBG] pgmap v508: 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-08T10:41:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: cephadm 2023-12-08T10:41:32.899259+0000 mgr.smithi156.dvayok (mgr.14180) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:41:35.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:35.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: cephadm 2023-12-08T10:41:32.899846+0000 mgr.smithi156.dvayok (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: cephadm 2023-12-08T10:41:32.901807+0000 mgr.smithi156.dvayok (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.lodzec ... 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:35.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:35.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:34 smithi156 bash[24915]: cephadm 2023-12-08T10:41:32.905327+0000 mgr.smithi156.dvayok (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.eitvra on smithi156 2023-12-08T10:41:35.751 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:35 smithi194 bash[28991]: audit 2023-12-08T10:41:33.878307+0000 mgr.smithi156.dvayok (mgr.14180) 716 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:35.948 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:35 smithi156 bash[24915]: audit 2023-12-08T10:41:33.878307+0000 mgr.smithi156.dvayok (mgr.14180) 716 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:36.809 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:36 smithi156 bash[24915]: cluster 2023-12-08T10:41:34.703478+0000 mgr.smithi156.dvayok (mgr.14180) 717 : cluster [DBG] pgmap v509: 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-08T10:41:36.809 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:36 smithi156 bash[24915]: audit 2023-12-08T10:41:36.393669+0000 mon.smithi156 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:36.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:36 smithi194 bash[28991]: cluster 2023-12-08T10:41:34.703478+0000 mgr.smithi156.dvayok (mgr.14180) 717 : cluster [DBG] pgmap v509: 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-08T10:41:36.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:36 smithi194 bash[28991]: audit 2023-12-08T10:41:36.393669+0000 mon.smithi156 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:37.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:37 smithi156 bash[24915]: audit 2023-12-08T10:41:36.900425+0000 mon.smithi156 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.eitvra"}]: dispatch 2023-12-08T10:41:37.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:37 smithi156 bash[24915]: audit 2023-12-08T10:41:37.090672+0000 mon.smithi156 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:37 smithi194 bash[28991]: audit 2023-12-08T10:41:36.900425+0000 mon.smithi156 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.eitvra"}]: dispatch 2023-12-08T10:41:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:37 smithi194 bash[28991]: audit 2023-12-08T10:41:37.090672+0000 mon.smithi156 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:38.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cluster 2023-12-08T10:41:36.704438+0000 mgr.smithi156.dvayok (mgr.14180) 718 : cluster [DBG] pgmap v510: 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-08T10:41:38.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cephadm 2023-12-08T10:41:36.899548+0000 mgr.smithi156.dvayok (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:41:38.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cephadm 2023-12-08T10:41:36.899979+0000 mgr.smithi156.dvayok (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cephadm 2023-12-08T10:41:36.901450+0000 mgr.smithi156.dvayok (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cephadm 2023-12-08T10:41:36.903288+0000 mgr.smithi156.dvayok (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cephadm 2023-12-08T10:41:36.905232+0000 mgr.smithi156.dvayok (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cluster 2023-12-08T10:41:36.906157+0000 mgr.smithi156.dvayok (mgr.14180) 724 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2023-12-08T10:41:38.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:38 smithi194 bash[28991]: cluster 2023-12-08T10:41:37.526928+0000 mon.smithi156 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:41:39.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cluster 2023-12-08T10:41:36.704438+0000 mgr.smithi156.dvayok (mgr.14180) 718 : cluster [DBG] pgmap v510: 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-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cephadm 2023-12-08T10:41:36.899548+0000 mgr.smithi156.dvayok (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:39.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cephadm 2023-12-08T10:41:36.899979+0000 mgr.smithi156.dvayok (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cephadm 2023-12-08T10:41:36.901450+0000 mgr.smithi156.dvayok (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.eitvra ... 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:39.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:39.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:39.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cephadm 2023-12-08T10:41:36.903288+0000 mgr.smithi156.dvayok (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:39.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cephadm 2023-12-08T10:41:36.905232+0000 mgr.smithi156.dvayok (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:39.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cluster 2023-12-08T10:41:36.906157+0000 mgr.smithi156.dvayok (mgr.14180) 724 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2023-12-08T10:41:39.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:38 smithi156 bash[24915]: cluster 2023-12-08T10:41:37.526928+0000 mon.smithi156 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:41:39.503 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:39.504 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:40.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:40.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:40 smithi156 bash[24915]: cluster 2023-12-08T10:41:38.907367+0000 mgr.smithi156.dvayok (mgr.14180) 725 : cluster [DBG] pgmap v512: 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-08T10:41:40.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:40 smithi156 bash[24915]: audit 2023-12-08T10:41:39.486829+0000 mgr.smithi156.dvayok (mgr.14180) 726 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:40 smithi194 bash[28991]: cluster 2023-12-08T10:41:38.907367+0000 mgr.smithi156.dvayok (mgr.14180) 725 : cluster [DBG] pgmap v512: 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-08T10:41:40.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:40 smithi194 bash[28991]: audit 2023-12-08T10:41:39.486829+0000 mgr.smithi156.dvayok (mgr.14180) 726 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:41.352 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:42.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:42 smithi156 bash[24915]: cluster 2023-12-08T10:41:40.908491+0000 mgr.smithi156.dvayok (mgr.14180) 727 : cluster [DBG] pgmap v513: 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-08T10:41:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:42 smithi194 bash[28991]: cluster 2023-12-08T10:41:40.908491+0000 mgr.smithi156.dvayok (mgr.14180) 727 : cluster [DBG] pgmap v513: 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-08T10:41:44.622 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:44.623 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:44 smithi194 bash[28991]: cluster 2023-12-08T10:41:42.909691+0000 mgr.smithi156.dvayok (mgr.14180) 728 : cluster [DBG] pgmap v514: 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-08T10:41:44.897 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:44 smithi156 bash[24915]: cluster 2023-12-08T10:41:42.909691+0000 mgr.smithi156.dvayok (mgr.14180) 728 : cluster [DBG] pgmap v514: 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-08T10:41:45.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:46.481 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:46 smithi156 bash[24915]: audit 2023-12-08T10:41:44.606452+0000 mgr.smithi156.dvayok (mgr.14180) 729 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:46 smithi156 bash[24915]: cluster 2023-12-08T10:41:44.910402+0000 mgr.smithi156.dvayok (mgr.14180) 730 : cluster [DBG] pgmap v515: 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-08T10:41:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:46 smithi194 bash[28991]: audit 2023-12-08T10:41:44.606452+0000 mgr.smithi156.dvayok (mgr.14180) 729 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:46 smithi194 bash[28991]: cluster 2023-12-08T10:41:44.910402+0000 mgr.smithi156.dvayok (mgr.14180) 730 : cluster [DBG] pgmap v515: 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-08T10:41:49.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:48 smithi156 bash[24915]: cluster 2023-12-08T10:41:46.911571+0000 mgr.smithi156.dvayok (mgr.14180) 731 : cluster [DBG] pgmap v516: 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-08T10:41:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:48 smithi194 bash[28991]: cluster 2023-12-08T10:41:46.911571+0000 mgr.smithi156.dvayok (mgr.14180) 731 : cluster [DBG] pgmap v516: 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-08T10:41:49.836 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:49.836 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:50.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:51.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:50 smithi156 bash[24915]: cluster 2023-12-08T10:41:48.912821+0000 mgr.smithi156.dvayok (mgr.14180) 732 : 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-08T10:41:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:50 smithi194 bash[28991]: cluster 2023-12-08T10:41:48.912821+0000 mgr.smithi156.dvayok (mgr.14180) 732 : 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-08T10:41:51.643 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:51.837 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:51 smithi156 bash[24915]: audit 2023-12-08T10:41:49.825687+0000 mgr.smithi156.dvayok (mgr.14180) 733 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:51.837 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:51 smithi156 bash[24915]: audit 2023-12-08T10:41:51.396149+0000 mon.smithi156 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:52.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:51 smithi194 bash[28991]: audit 2023-12-08T10:41:49.825687+0000 mgr.smithi156.dvayok (mgr.14180) 733 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:52.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:51 smithi194 bash[28991]: audit 2023-12-08T10:41:51.396149+0000 mon.smithi156 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:41:52.865 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:52 smithi156 bash[24915]: cluster 2023-12-08T10:41:50.913994+0000 mgr.smithi156.dvayok (mgr.14180) 734 : 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-08T10:41:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:52 smithi194 bash[28991]: cluster 2023-12-08T10:41:50.913994+0000 mgr.smithi156.dvayok (mgr.14180) 734 : 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-08T10:41:55.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:54 smithi156 bash[24915]: cluster 2023-12-08T10:41:52.914953+0000 mgr.smithi156.dvayok (mgr.14180) 735 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:54 smithi194 bash[28991]: cluster 2023-12-08T10:41:52.914953+0000 mgr.smithi156.dvayok (mgr.14180) 735 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:41:55.126 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:41:55.126 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:55.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:56.973 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:56.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:56 smithi156 bash[24915]: cluster 2023-12-08T10:41:54.916122+0000 mgr.smithi156.dvayok (mgr.14180) 736 : 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-08T10:41:56.985 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:56 smithi156 bash[24915]: audit 2023-12-08T10:41:55.108475+0000 mgr.smithi156.dvayok (mgr.14180) 737 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:56 smithi194 bash[28991]: cluster 2023-12-08T10:41:54.916122+0000 mgr.smithi156.dvayok (mgr.14180) 736 : 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-08T10:41:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:56 smithi194 bash[28991]: audit 2023-12-08T10:41:55.108475+0000 mgr.smithi156.dvayok (mgr.14180) 737 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:41:58 smithi156 bash[24915]: cluster 2023-12-08T10:41:56.917336+0000 mgr.smithi156.dvayok (mgr.14180) 738 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:41:58 smithi194 bash[28991]: cluster 2023-12-08T10:41:56.917336+0000 mgr.smithi156.dvayok (mgr.14180) 738 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:00.428 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:00.429 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:00.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:00 smithi156 bash[24915]: cluster 2023-12-08T10:41:58.918625+0000 mgr.smithi156.dvayok (mgr.14180) 739 : 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-08T10:42:01.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:00 smithi194 bash[28991]: cluster 2023-12-08T10:41:58.918625+0000 mgr.smithi156.dvayok (mgr.14180) 739 : 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-08T10:42:01.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:02.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:01 smithi156 bash[24915]: audit 2023-12-08T10:42:00.417904+0000 mgr.smithi156.dvayok (mgr.14180) 740 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:02.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:01 smithi194 bash[28991]: audit 2023-12-08T10:42:00.417904+0000 mgr.smithi156.dvayok (mgr.14180) 740 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:02.228 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:02.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:02 smithi156 bash[24915]: cluster 2023-12-08T10:42:00.919650+0000 mgr.smithi156.dvayok (mgr.14180) 741 : 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-08T10:42:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:02 smithi194 bash[28991]: cluster 2023-12-08T10:42:00.919650+0000 mgr.smithi156.dvayok (mgr.14180) 741 : 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-08T10:42:03.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:03 smithi156 bash[24915]: cluster 2023-12-08T10:42:02.920410+0000 mgr.smithi156.dvayok (mgr.14180) 742 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:03 smithi194 bash[28991]: cluster 2023-12-08T10:42:02.920410+0000 mgr.smithi156.dvayok (mgr.14180) 742 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:05.716 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:05.716 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:06.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:06 smithi156 bash[24915]: cluster 2023-12-08T10:42:04.921140+0000 mgr.smithi156.dvayok (mgr.14180) 743 : 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-08T10:42:06.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:06.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:06 smithi194 bash[28991]: cluster 2023-12-08T10:42:04.921140+0000 mgr.smithi156.dvayok (mgr.14180) 743 : 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-08T10:42:07.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:07 smithi156 bash[24915]: audit 2023-12-08T10:42:05.700397+0000 mgr.smithi156.dvayok (mgr.14180) 744 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:07.505 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:07.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:07 smithi194 bash[28991]: audit 2023-12-08T10:42:05.700397+0000 mgr.smithi156.dvayok (mgr.14180) 744 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:08.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:08 smithi156 bash[24915]: cluster 2023-12-08T10:42:06.922298+0000 mgr.smithi156.dvayok (mgr.14180) 745 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:08 smithi194 bash[28991]: cluster 2023-12-08T10:42:06.922298+0000 mgr.smithi156.dvayok (mgr.14180) 745 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:10.456 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:10 smithi156 bash[24915]: cluster 2023-12-08T10:42:08.923592+0000 mgr.smithi156.dvayok (mgr.14180) 746 : 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-08T10:42:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:10 smithi194 bash[28991]: cluster 2023-12-08T10:42:08.923592+0000 mgr.smithi156.dvayok (mgr.14180) 746 : 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-08T10:42:10.867 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:10.867 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:11.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:12 smithi156 bash[24915]: audit 2023-12-08T10:42:10.850709+0000 mgr.smithi156.dvayok (mgr.14180) 747 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:12.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:12 smithi156 bash[24915]: cluster 2023-12-08T10:42:10.924630+0000 mgr.smithi156.dvayok (mgr.14180) 748 : 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-08T10:42:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:12 smithi194 bash[28991]: audit 2023-12-08T10:42:10.850709+0000 mgr.smithi156.dvayok (mgr.14180) 747 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:12 smithi194 bash[28991]: cluster 2023-12-08T10:42:10.924630+0000 mgr.smithi156.dvayok (mgr.14180) 748 : 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-08T10:42:12.643 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:14.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:14 smithi156 bash[24915]: cluster 2023-12-08T10:42:12.925810+0000 mgr.smithi156.dvayok (mgr.14180) 749 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:14 smithi194 bash[28991]: cluster 2023-12-08T10:42:12.925810+0000 mgr.smithi156.dvayok (mgr.14180) 749 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:15.933 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:15.933 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:16.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:16 smithi156 bash[24915]: cluster 2023-12-08T10:42:14.927158+0000 mgr.smithi156.dvayok (mgr.14180) 750 : 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-08T10:42:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:16 smithi194 bash[28991]: cluster 2023-12-08T10:42:14.927158+0000 mgr.smithi156.dvayok (mgr.14180) 750 : 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-08T10:42:16.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:17.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:17 smithi156 bash[24915]: audit 2023-12-08T10:42:15.915060+0000 mgr.smithi156.dvayok (mgr.14180) 751 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:17 smithi194 bash[28991]: audit 2023-12-08T10:42:15.915060+0000 mgr.smithi156.dvayok (mgr.14180) 751 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:17.726 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:18.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:18 smithi156 bash[24915]: cluster 2023-12-08T10:42:16.928396+0000 mgr.smithi156.dvayok (mgr.14180) 752 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:18 smithi194 bash[28991]: cluster 2023-12-08T10:42:16.928396+0000 mgr.smithi156.dvayok (mgr.14180) 752 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:20.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:20 smithi156 bash[24915]: cluster 2023-12-08T10:42:18.929707+0000 mgr.smithi156.dvayok (mgr.14180) 753 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:20 smithi194 bash[28991]: cluster 2023-12-08T10:42:18.929707+0000 mgr.smithi156.dvayok (mgr.14180) 753 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:21.121 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:21.122 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:21.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:22 smithi156 bash[24915]: cluster 2023-12-08T10:42:20.930702+0000 mgr.smithi156.dvayok (mgr.14180) 754 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:22 smithi156 bash[24915]: audit 2023-12-08T10:42:21.106530+0000 mgr.smithi156.dvayok (mgr.14180) 755 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:22 smithi194 bash[28991]: cluster 2023-12-08T10:42:20.930702+0000 mgr.smithi156.dvayok (mgr.14180) 754 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:22 smithi194 bash[28991]: audit 2023-12-08T10:42:21.106530+0000 mgr.smithi156.dvayok (mgr.14180) 755 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:22.877 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:24.431 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:24 smithi156 bash[24915]: cluster 2023-12-08T10:42:22.931939+0000 mgr.smithi156.dvayok (mgr.14180) 756 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:24 smithi194 bash[28991]: cluster 2023-12-08T10:42:22.931939+0000 mgr.smithi156.dvayok (mgr.14180) 756 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:26.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:26 smithi156 bash[24915]: cluster 2023-12-08T10:42:24.932848+0000 mgr.smithi156.dvayok (mgr.14180) 757 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:26.406 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:26.406 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:26.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:26 smithi194 bash[28991]: cluster 2023-12-08T10:42:24.932848+0000 mgr.smithi156.dvayok (mgr.14180) 757 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:27.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:27.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:27 smithi156 bash[24915]: audit 2023-12-08T10:42:26.388575+0000 mgr.smithi156.dvayok (mgr.14180) 758 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:27.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:27 smithi194 bash[28991]: audit 2023-12-08T10:42:26.388575+0000 mgr.smithi156.dvayok (mgr.14180) 758 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:28.208 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:28.405 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:28 smithi156 bash[24915]: cluster 2023-12-08T10:42:26.934079+0000 mgr.smithi156.dvayok (mgr.14180) 759 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:28 smithi194 bash[28991]: cluster 2023-12-08T10:42:26.934079+0000 mgr.smithi156.dvayok (mgr.14180) 759 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:30.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:30 smithi156 bash[24915]: cluster 2023-12-08T10:42:28.935306+0000 mgr.smithi156.dvayok (mgr.14180) 760 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:30 smithi194 bash[28991]: cluster 2023-12-08T10:42:28.935306+0000 mgr.smithi156.dvayok (mgr.14180) 760 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:31.499 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:31.499 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:32.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:32.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:32 smithi156 bash[24915]: cluster 2023-12-08T10:42:30.936158+0000 mgr.smithi156.dvayok (mgr.14180) 761 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:32.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:32 smithi156 bash[24915]: audit 2023-12-08T10:42:31.484384+0000 mgr.smithi156.dvayok (mgr.14180) 762 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:32 smithi194 bash[28991]: cluster 2023-12-08T10:42:30.936158+0000 mgr.smithi156.dvayok (mgr.14180) 761 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:32 smithi194 bash[28991]: audit 2023-12-08T10:42:31.484384+0000 mgr.smithi156.dvayok (mgr.14180) 762 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:33.248 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:34.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:34 smithi156 bash[24915]: cluster 2023-12-08T10:42:32.937293+0000 mgr.smithi156.dvayok (mgr.14180) 763 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:34 smithi194 bash[28991]: cluster 2023-12-08T10:42:32.937293+0000 mgr.smithi156.dvayok (mgr.14180) 763 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:42:36.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:36 smithi156 bash[24915]: cluster 2023-12-08T10:42:34.938192+0000 mgr.smithi156.dvayok (mgr.14180) 764 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:36.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:36 smithi194 bash[28991]: cluster 2023-12-08T10:42:34.938192+0000 mgr.smithi156.dvayok (mgr.14180) 764 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:36.674 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:36.674 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.gdchzk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:37.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:37 smithi156 bash[24915]: audit 2023-12-08T10:42:36.909036+0000 mon.smithi156 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:37.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:37 smithi194 bash[28991]: audit 2023-12-08T10:42:36.909036+0000 mon.smithi156 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:36.659645+0000 mgr.smithi156.dvayok (mgr.14180) 765 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: cluster 2023-12-08T10:42:36.938959+0000 mgr.smithi156.dvayok (mgr.14180) 766 : 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-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:37.201292+0000 mon.smithi156 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:37.202523+0000 mon.smithi156 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:37.209236+0000 mon.smithi156 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: cluster 2023-12-08T10:42:37.209843+0000 mgr.smithi156.dvayok (mgr.14180) 767 : cluster [DBG] pgmap v542: 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-08T10:42:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:37.219623+0000 mon.smithi156 (mon.0) 887 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:38.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: audit 2023-12-08T10:42:37.232249+0000 mon.smithi156 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:38.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:38 smithi156 bash[24915]: cephadm 2023-12-08T10:42:37.235523+0000 mgr.smithi156.dvayok (mgr.14180) 768 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hwvrcv on smithi194 2023-12-08T10:42:38.536 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:36.659645+0000 mgr.smithi156.dvayok (mgr.14180) 765 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: cluster 2023-12-08T10:42:36.938959+0000 mgr.smithi156.dvayok (mgr.14180) 766 : 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-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:37.201292+0000 mon.smithi156 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:37.202523+0000 mon.smithi156 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:37.209236+0000 mon.smithi156 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: cluster 2023-12-08T10:42:37.209843+0000 mgr.smithi156.dvayok (mgr.14180) 767 : cluster [DBG] pgmap v542: 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-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:37.219623+0000 mon.smithi156 (mon.0) 887 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: audit 2023-12-08T10:42:37.232249+0000 mon.smithi156 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:38.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:38 smithi194 bash[28991]: cephadm 2023-12-08T10:42:37.235523+0000 mgr.smithi156.dvayok (mgr.14180) 768 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hwvrcv on smithi194 2023-12-08T10:42:39.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:39 smithi156 bash[24915]: cluster 2023-12-08T10:42:38.207277+0000 mon.smithi156 (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:39.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:39 smithi156 bash[24915]: cluster 2023-12-08T10:42:38.207350+0000 mon.smithi156 (mon.0) 890 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:39.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:39 smithi194 bash[28991]: cluster 2023-12-08T10:42:38.207277+0000 mon.smithi156 (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:39.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:39 smithi194 bash[28991]: cluster 2023-12-08T10:42:38.207350+0000 mon.smithi156 (mon.0) 890 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:40.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:40 smithi156 bash[24915]: cluster 2023-12-08T10:42:39.210644+0000 mgr.smithi156.dvayok (mgr.14180) 769 : cluster [DBG] pgmap v543: 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-08T10:42:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:40 smithi194 bash[28991]: cluster 2023-12-08T10:42:39.210644+0000 mgr.smithi156.dvayok (mgr.14180) 769 : cluster [DBG] pgmap v543: 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-08T10:42:41.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:41 smithi156 bash[24915]: audit 2023-12-08T10:42:41.175007+0000 mon.smithi156 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hwvrcv"}]: dispatch 2023-12-08T10:42:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:41 smithi194 bash[28991]: audit 2023-12-08T10:42:41.175007+0000 mon.smithi156 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hwvrcv"}]: dispatch 2023-12-08T10:42:41.922 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:41.922 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:32.901630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.lodzec on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-lodzec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.lodzec\nDeploy daemon haproxy.nfs.foo.smithi194.lodzec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.901292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.eitvra on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-eitvra\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.eitvra\nDeploy daemon haproxy.nfs.foo.smithi156.eitvra ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:36.903184Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ndthql on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: cephadm 2023-12-08T10:42:41.174252+0000 mgr.smithi156.dvayok (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.252 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.253 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: cephadm 2023-12-08T10:42:41.174514+0000 mgr.smithi156.dvayok (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: cephadm 2023-12-08T10:42:41.176461+0000 mgr.smithi156.dvayok (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.254 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: cephadm 2023-12-08T10:42:41.180714+0000 mgr.smithi156.dvayok (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tuhxdq on smithi156 2023-12-08T10:42:42.255 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:42 smithi156 bash[24915]: cluster 2023-12-08T10:42:41.211179+0000 mgr.smithi156.dvayok (mgr.14180) 774 : cluster [DBG] pgmap v544: 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-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: cephadm 2023-12-08T10:42:41.174252+0000 mgr.smithi156.dvayok (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: cephadm 2023-12-08T10:42:41.174514+0000 mgr.smithi156.dvayok (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: cephadm 2023-12-08T10:42:41.176461+0000 mgr.smithi156.dvayok (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:42.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hwvrcv ... 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: cephadm 2023-12-08T10:42:41.180714+0000 mgr.smithi156.dvayok (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tuhxdq on smithi156 2023-12-08T10:42:42.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:42 smithi194 bash[28991]: cluster 2023-12-08T10:42:41.211179+0000 mgr.smithi156.dvayok (mgr.14180) 774 : cluster [DBG] pgmap v544: 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-08T10:42:42.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:43.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:43 smithi156 bash[24915]: audit 2023-12-08T10:42:41.904070+0000 mgr.smithi156.dvayok (mgr.14180) 775 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:43 smithi194 bash[28991]: audit 2023-12-08T10:42:41.904070+0000 mgr.smithi156.dvayok (mgr.14180) 775 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:43.752 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:44.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:44 smithi156 bash[24915]: cluster 2023-12-08T10:42:43.212095+0000 mgr.smithi156.dvayok (mgr.14180) 776 : cluster [DBG] pgmap v545: 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-08T10:42:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:44 smithi194 bash[28991]: cluster 2023-12-08T10:42:43.212095+0000 mgr.smithi156.dvayok (mgr.14180) 776 : cluster [DBG] pgmap v545: 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-08T10:42:45.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:45 smithi156 bash[24915]: audit 2023-12-08T10:42:45.073283+0000 mon.smithi156 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tuhxdq"}]: dispatch 2023-12-08T10:42:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:45 smithi194 bash[28991]: audit 2023-12-08T10:42:45.073283+0000 mon.smithi156 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tuhxdq"}]: dispatch 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cephadm 2023-12-08T10:42:45.071624+0000 mgr.smithi156.dvayok (mgr.14180) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cephadm 2023-12-08T10:42:45.071939+0000 mgr.smithi156.dvayok (mgr.14180) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cephadm 2023-12-08T10:42:45.074251+0000 mgr.smithi156.dvayok (mgr.14180) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.505 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cephadm 2023-12-08T10:42:45.076202+0000 mgr.smithi156.dvayok (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:46.505 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cephadm 2023-12-08T10:42:45.078382+0000 mgr.smithi156.dvayok (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:46.505 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cluster 2023-12-08T10:42:45.079661+0000 mgr.smithi156.dvayok (mgr.14180) 782 : cluster [DBG] pgmap v546: 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-08T10:42:46.505 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:46 smithi156 bash[24915]: cluster 2023-12-08T10:42:46.074266+0000 mon.smithi156 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cephadm 2023-12-08T10:42:45.071624+0000 mgr.smithi156.dvayok (mgr.14180) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cephadm 2023-12-08T10:42:45.071939+0000 mgr.smithi156.dvayok (mgr.14180) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cephadm 2023-12-08T10:42:45.074251+0000 mgr.smithi156.dvayok (mgr.14180) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq 2023-12-08T10:42:46.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tuhxdq ... 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cephadm 2023-12-08T10:42:45.076202+0000 mgr.smithi156.dvayok (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cephadm 2023-12-08T10:42:45.078382+0000 mgr.smithi156.dvayok (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cluster 2023-12-08T10:42:45.079661+0000 mgr.smithi156.dvayok (mgr.14180) 782 : cluster [DBG] pgmap v546: 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-08T10:42:46.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:46 smithi194 bash[28991]: cluster 2023-12-08T10:42:46.074266+0000 mon.smithi156 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:47.481 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:47.482 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:48.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:48.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:48 smithi156 bash[24915]: cluster 2023-12-08T10:42:47.081130+0000 mgr.smithi156.dvayok (mgr.14180) 783 : cluster [DBG] pgmap v547: 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-08T10:42:48.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:48 smithi156 bash[24915]: audit 2023-12-08T10:42:47.139982+0000 mon.smithi156 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:48.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:48 smithi156 bash[24915]: audit 2023-12-08T10:42:47.464068+0000 mgr.smithi156.dvayok (mgr.14180) 784 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:48 smithi194 bash[28991]: cluster 2023-12-08T10:42:47.081130+0000 mgr.smithi156.dvayok (mgr.14180) 783 : cluster [DBG] pgmap v547: 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-08T10:42:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:48 smithi194 bash[28991]: audit 2023-12-08T10:42:47.139982+0000 mon.smithi156 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:42:48.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:48 smithi194 bash[28991]: audit 2023-12-08T10:42:47.464068+0000 mgr.smithi156.dvayok (mgr.14180) 784 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:49.208 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:50.446 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:50 smithi156 bash[24915]: cluster 2023-12-08T10:42:49.082346+0000 mgr.smithi156.dvayok (mgr.14180) 785 : cluster [DBG] pgmap v548: 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-08T10:42:50.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:50 smithi194 bash[28991]: cluster 2023-12-08T10:42:49.082346+0000 mgr.smithi156.dvayok (mgr.14180) 785 : cluster [DBG] pgmap v548: 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-08T10:42:52.494 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:52.495 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:52.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:52 smithi156 bash[24915]: cluster 2023-12-08T10:42:51.083509+0000 mgr.smithi156.dvayok (mgr.14180) 786 : cluster [DBG] pgmap v549: 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-08T10:42:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:52 smithi194 bash[28991]: cluster 2023-12-08T10:42:51.083509+0000 mgr.smithi156.dvayok (mgr.14180) 786 : cluster [DBG] pgmap v549: 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-08T10:42:53.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:53.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:53 smithi156 bash[24915]: audit 2023-12-08T10:42:52.477339+0000 mgr.smithi156.dvayok (mgr.14180) 787 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:53.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:53 smithi194 bash[28991]: audit 2023-12-08T10:42:52.477339+0000 mgr.smithi156.dvayok (mgr.14180) 787 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:54.312 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:54.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:54 smithi156 bash[24915]: cluster 2023-12-08T10:42:53.084612+0000 mgr.smithi156.dvayok (mgr.14180) 788 : cluster [DBG] pgmap v550: 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-08T10:42:54.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:54 smithi194 bash[28991]: cluster 2023-12-08T10:42:53.084612+0000 mgr.smithi156.dvayok (mgr.14180) 788 : cluster [DBG] pgmap v550: 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-08T10:42:56.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:56 smithi156 bash[24915]: cluster 2023-12-08T10:42:55.085808+0000 mgr.smithi156.dvayok (mgr.14180) 789 : cluster [DBG] pgmap v551: 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-08T10:42:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:56 smithi194 bash[28991]: cluster 2023-12-08T10:42:55.085808+0000 mgr.smithi156.dvayok (mgr.14180) 789 : cluster [DBG] pgmap v551: 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-08T10:42:57.834 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:42:57.834 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:58.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:58 smithi156 bash[24915]: cluster 2023-12-08T10:42:57.087157+0000 mgr.smithi156.dvayok (mgr.14180) 790 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:58 smithi194 bash[28991]: cluster 2023-12-08T10:42:57.087157+0000 mgr.smithi156.dvayok (mgr.14180) 790 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:58.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:59.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:42:59 smithi156 bash[24915]: audit 2023-12-08T10:42:57.819013+0000 mgr.smithi156.dvayok (mgr.14180) 791 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:59.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:42:59 smithi194 bash[28991]: audit 2023-12-08T10:42:57.819013+0000 mgr.smithi156.dvayok (mgr.14180) 791 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:59.621 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:00.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:00 smithi156 bash[24915]: cluster 2023-12-08T10:42:59.088372+0000 mgr.smithi156.dvayok (mgr.14180) 792 : 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-08T10:43:00.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:00 smithi194 bash[28991]: cluster 2023-12-08T10:42:59.088372+0000 mgr.smithi156.dvayok (mgr.14180) 792 : 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-08T10:43:02.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:02 smithi156 bash[24915]: cluster 2023-12-08T10:43:01.089489+0000 mgr.smithi156.dvayok (mgr.14180) 793 : 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-08T10:43:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:02 smithi194 bash[28991]: cluster 2023-12-08T10:43:01.089489+0000 mgr.smithi156.dvayok (mgr.14180) 793 : 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-08T10:43:02.949 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:02.949 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:03.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:04.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:04 smithi156 bash[24915]: audit 2023-12-08T10:43:02.933058+0000 mgr.smithi156.dvayok (mgr.14180) 794 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:04.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:04 smithi156 bash[24915]: cluster 2023-12-08T10:43:03.090709+0000 mgr.smithi156.dvayok (mgr.14180) 795 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:04 smithi194 bash[28991]: audit 2023-12-08T10:43:02.933058+0000 mgr.smithi156.dvayok (mgr.14180) 794 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:04 smithi194 bash[28991]: cluster 2023-12-08T10:43:03.090709+0000 mgr.smithi156.dvayok (mgr.14180) 795 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:04.820 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:06.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:06 smithi156 bash[24915]: cluster 2023-12-08T10:43:05.091739+0000 mgr.smithi156.dvayok (mgr.14180) 796 : 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-08T10:43:06.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:06 smithi194 bash[28991]: cluster 2023-12-08T10:43:05.091739+0000 mgr.smithi156.dvayok (mgr.14180) 796 : 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-08T10:43:08.170 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:08.170 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:08.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:08 smithi156 bash[24915]: cluster 2023-12-08T10:43:07.092952+0000 mgr.smithi156.dvayok (mgr.14180) 797 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:08.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:08 smithi194 bash[28991]: cluster 2023-12-08T10:43:07.092952+0000 mgr.smithi156.dvayok (mgr.14180) 797 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:08.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:09.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:09 smithi156 bash[24915]: audit 2023-12-08T10:43:08.158693+0000 mgr.smithi156.dvayok (mgr.14180) 798 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:09.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:09 smithi194 bash[28991]: audit 2023-12-08T10:43:08.158693+0000 mgr.smithi156.dvayok (mgr.14180) 798 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:09.999 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:10.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:10 smithi156 bash[24915]: cluster 2023-12-08T10:43:09.094184+0000 mgr.smithi156.dvayok (mgr.14180) 799 : 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-08T10:43:10.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:10 smithi194 bash[28991]: cluster 2023-12-08T10:43:09.094184+0000 mgr.smithi156.dvayok (mgr.14180) 799 : 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-08T10:43:12.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:12 smithi156 bash[24915]: cluster 2023-12-08T10:43:11.094859+0000 mgr.smithi156.dvayok (mgr.14180) 800 : 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-08T10:43:12.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:12 smithi194 bash[28991]: cluster 2023-12-08T10:43:11.094859+0000 mgr.smithi156.dvayok (mgr.14180) 800 : 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-08T10:43:13.226 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:13.227 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:14.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:14.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:14 smithi156 bash[24915]: cluster 2023-12-08T10:43:13.095966+0000 mgr.smithi156.dvayok (mgr.14180) 801 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:14.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:14 smithi156 bash[24915]: audit 2023-12-08T10:43:13.209016+0000 mgr.smithi156.dvayok (mgr.14180) 802 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:14 smithi194 bash[28991]: cluster 2023-12-08T10:43:13.095966+0000 mgr.smithi156.dvayok (mgr.14180) 801 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:14.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:14 smithi194 bash[28991]: audit 2023-12-08T10:43:13.209016+0000 mgr.smithi156.dvayok (mgr.14180) 802 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:15.017 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:16.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:16 smithi156 bash[24915]: cluster 2023-12-08T10:43:15.097149+0000 mgr.smithi156.dvayok (mgr.14180) 803 : 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-08T10:43:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:16 smithi194 bash[28991]: cluster 2023-12-08T10:43:15.097149+0000 mgr.smithi156.dvayok (mgr.14180) 803 : 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-08T10:43:18.251 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:18 smithi156 bash[24915]: cluster 2023-12-08T10:43:17.098322+0000 mgr.smithi156.dvayok (mgr.14180) 804 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:18.349 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:18.350 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:18 smithi194 bash[28991]: cluster 2023-12-08T10:43:17.098322+0000 mgr.smithi156.dvayok (mgr.14180) 804 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:19.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:19.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:19 smithi156 bash[24915]: audit 2023-12-08T10:43:18.338215+0000 mgr.smithi156.dvayok (mgr.14180) 805 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:19.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:19 smithi194 bash[28991]: audit 2023-12-08T10:43:18.338215+0000 mgr.smithi156.dvayok (mgr.14180) 805 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:20.150 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:20.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:20 smithi156 bash[24915]: cluster 2023-12-08T10:43:19.099567+0000 mgr.smithi156.dvayok (mgr.14180) 806 : 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-08T10:43:20.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:20 smithi194 bash[28991]: cluster 2023-12-08T10:43:19.099567+0000 mgr.smithi156.dvayok (mgr.14180) 806 : 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-08T10:43:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:22 smithi156 bash[24915]: cluster 2023-12-08T10:43:21.100479+0000 mgr.smithi156.dvayok (mgr.14180) 807 : 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-08T10:43:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:22 smithi194 bash[28991]: cluster 2023-12-08T10:43:21.100479+0000 mgr.smithi156.dvayok (mgr.14180) 807 : 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-08T10:43:23.759 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:23.759 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:24.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:24 smithi156 bash[24915]: cluster 2023-12-08T10:43:23.101693+0000 mgr.smithi156.dvayok (mgr.14180) 808 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:24 smithi194 bash[28991]: cluster 2023-12-08T10:43:23.101693+0000 mgr.smithi156.dvayok (mgr.14180) 808 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:24.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:25.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:25 smithi156 bash[24915]: audit 2023-12-08T10:43:23.742301+0000 mgr.smithi156.dvayok (mgr.14180) 809 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:25.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:25 smithi194 bash[28991]: audit 2023-12-08T10:43:23.742301+0000 mgr.smithi156.dvayok (mgr.14180) 809 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:25.581 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:26 smithi156 bash[24915]: cluster 2023-12-08T10:43:25.103028+0000 mgr.smithi156.dvayok (mgr.14180) 810 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:26.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:26 smithi194 bash[28991]: cluster 2023-12-08T10:43:25.103028+0000 mgr.smithi156.dvayok (mgr.14180) 810 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:28.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:28 smithi156 bash[24915]: cluster 2023-12-08T10:43:27.104300+0000 mgr.smithi156.dvayok (mgr.14180) 811 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:28 smithi194 bash[28991]: cluster 2023-12-08T10:43:27.104300+0000 mgr.smithi156.dvayok (mgr.14180) 811 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:28.911 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:28.911 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:29.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:30 smithi194 bash[28991]: audit 2023-12-08T10:43:28.894186+0000 mgr.smithi156.dvayok (mgr.14180) 812 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:30.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:30 smithi194 bash[28991]: cluster 2023-12-08T10:43:29.104943+0000 mgr.smithi156.dvayok (mgr.14180) 813 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:30.727 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:30 smithi156 bash[24915]: audit 2023-12-08T10:43:28.894186+0000 mgr.smithi156.dvayok (mgr.14180) 812 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:30 smithi156 bash[24915]: cluster 2023-12-08T10:43:29.104943+0000 mgr.smithi156.dvayok (mgr.14180) 813 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:32.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:32 smithi156 bash[24915]: cluster 2023-12-08T10:43:31.106005+0000 mgr.smithi156.dvayok (mgr.14180) 814 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:32.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:32 smithi194 bash[28991]: cluster 2023-12-08T10:43:31.106005+0000 mgr.smithi156.dvayok (mgr.14180) 814 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:34.162 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:34.261 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:34.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:34 smithi156 bash[24915]: cluster 2023-12-08T10:43:33.107193+0000 mgr.smithi156.dvayok (mgr.14180) 815 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:34.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:34 smithi194 bash[28991]: cluster 2023-12-08T10:43:33.107193+0000 mgr.smithi156.dvayok (mgr.14180) 815 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:34.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:35.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:35 smithi194 bash[28991]: audit 2023-12-08T10:43:34.151002+0000 mgr.smithi156.dvayok (mgr.14180) 816 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:35 smithi156 bash[24915]: audit 2023-12-08T10:43:34.151002+0000 mgr.smithi156.dvayok (mgr.14180) 816 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:35.970 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:36.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:36 smithi156 bash[24915]: cluster 2023-12-08T10:43:35.108451+0000 mgr.smithi156.dvayok (mgr.14180) 817 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:36.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:36 smithi194 bash[28991]: cluster 2023-12-08T10:43:35.108451+0000 mgr.smithi156.dvayok (mgr.14180) 817 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:38.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:38 smithi156 bash[24915]: cluster 2023-12-08T10:43:37.109515+0000 mgr.smithi156.dvayok (mgr.14180) 818 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:38.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:38 smithi194 bash[28991]: cluster 2023-12-08T10:43:37.109515+0000 mgr.smithi156.dvayok (mgr.14180) 818 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:39.401 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:39.402 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:40.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:40.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:40 smithi156 bash[24915]: cluster 2023-12-08T10:43:39.110705+0000 mgr.smithi156.dvayok (mgr.14180) 819 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:40.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:40 smithi156 bash[24915]: audit 2023-12-08T10:43:39.385544+0000 mgr.smithi156.dvayok (mgr.14180) 820 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:40 smithi194 bash[28991]: cluster 2023-12-08T10:43:39.110705+0000 mgr.smithi156.dvayok (mgr.14180) 819 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:40.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:40 smithi194 bash[28991]: audit 2023-12-08T10:43:39.385544+0000 mgr.smithi156.dvayok (mgr.14180) 820 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:41.232 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:42.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:42 smithi194 bash[28991]: cluster 2023-12-08T10:43:41.111792+0000 mgr.smithi156.dvayok (mgr.14180) 821 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:42.660 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:42 smithi156 bash[24915]: cluster 2023-12-08T10:43:41.111792+0000 mgr.smithi156.dvayok (mgr.14180) 821 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:44.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:44 smithi156 bash[24915]: cluster 2023-12-08T10:43:43.112928+0000 mgr.smithi156.dvayok (mgr.14180) 822 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:44.505 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:44.506 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:36.905137Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.mzjlja on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:44.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:44 smithi194 bash[28991]: cluster 2023-12-08T10:43:43.112928+0000 mgr.smithi156.dvayok (mgr.14180) 822 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:43:45.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:45.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:45 smithi156 bash[24915]: audit 2023-12-08T10:43:44.488459+0000 mgr.smithi156.dvayok (mgr.14180) 823 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:45.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:45 smithi156 bash[24915]: audit 2023-12-08T10:43:45.082617+0000 mon.smithi156 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:43:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:45 smithi194 bash[28991]: audit 2023-12-08T10:43:44.488459+0000 mgr.smithi156.dvayok (mgr.14180) 823 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:45.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:45 smithi194 bash[28991]: audit 2023-12-08T10:43:45.082617+0000 mon.smithi156 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:43:46.257 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: cluster 2023-12-08T10:43:45.114181+0000 mgr.smithi156.dvayok (mgr.14180) 824 : 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-08T10:43:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: audit 2023-12-08T10:43:45.389349+0000 mon.smithi156 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:43:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: audit 2023-12-08T10:43:45.390854+0000 mon.smithi156 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: audit 2023-12-08T10:43:45.398283+0000 mon.smithi156 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: cluster 2023-12-08T10:43:45.398961+0000 mgr.smithi156.dvayok (mgr.14180) 825 : cluster [DBG] pgmap v577: 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-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: audit 2023-12-08T10:43:45.405618+0000 mon.smithi156 (mon.0) 899 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: audit 2023-12-08T10:43:45.422446+0000 mon.smithi156 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: cephadm 2023-12-08T10:43:45.427321+0000 mgr.smithi156.dvayok (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.vhijbo on smithi194 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: cluster 2023-12-08T10:43:46.092010+0000 mon.smithi156 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:43:46.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:46 smithi194 bash[28991]: cluster 2023-12-08T10:43:46.092064+0000 mon.smithi156 (mon.0) 902 : cluster [INF] Cluster is now healthy 2023-12-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: cluster 2023-12-08T10:43:45.114181+0000 mgr.smithi156.dvayok (mgr.14180) 824 : 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-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: audit 2023-12-08T10:43:45.389349+0000 mon.smithi156 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: audit 2023-12-08T10:43:45.390854+0000 mon.smithi156 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: audit 2023-12-08T10:43:45.398283+0000 mon.smithi156 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: cluster 2023-12-08T10:43:45.398961+0000 mgr.smithi156.dvayok (mgr.14180) 825 : cluster [DBG] pgmap v577: 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-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: audit 2023-12-08T10:43:45.405618+0000 mon.smithi156 (mon.0) 899 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:43:46.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: audit 2023-12-08T10:43:45.422446+0000 mon.smithi156 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: cephadm 2023-12-08T10:43:45.427321+0000 mgr.smithi156.dvayok (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.vhijbo on smithi194 2023-12-08T10:43:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: cluster 2023-12-08T10:43:46.092010+0000 mon.smithi156 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:43:46.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:46 smithi156 bash[24915]: cluster 2023-12-08T10:43:46.092064+0000 mon.smithi156 (mon.0) 902 : cluster [INF] Cluster is now healthy 2023-12-08T10:43:48.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:48 smithi156 bash[24915]: cluster 2023-12-08T10:43:47.400580+0000 mgr.smithi156.dvayok (mgr.14180) 827 : cluster [DBG] pgmap v578: 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-08T10:43:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:48 smithi194 bash[28991]: cluster 2023-12-08T10:43:47.400580+0000 mgr.smithi156.dvayok (mgr.14180) 827 : cluster [DBG] pgmap v578: 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-08T10:43:49.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:49 smithi156 bash[24915]: audit 2023-12-08T10:43:49.342806+0000 mon.smithi156 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.vhijbo"}]: dispatch 2023-12-08T10:43:49.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:49 smithi194 bash[28991]: audit 2023-12-08T10:43:49.342806+0000 mon.smithi156 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.vhijbo"}]: dispatch 2023-12-08T10:43:49.720 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:49.721 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:41.176233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hwvrcv on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hwvrcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hwvrcv\nDeploy daemon haproxy.nfs.foo.smithi194.hwvrcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.074109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tuhxdq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tuhxdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tuhxdq\nDeploy daemon haproxy.nfs.foo.smithi156.tuhxdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:45.076094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sqhkne on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:50.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: cephadm 2023-12-08T10:43:49.342112+0000 mgr.smithi156.dvayok (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: cephadm 2023-12-08T10:43:49.342351+0000 mgr.smithi156.dvayok (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: cephadm 2023-12-08T10:43:49.344225+0000 mgr.smithi156.dvayok (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: cephadm 2023-12-08T10:43:49.348946+0000 mgr.smithi156.dvayok (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.noxsfj on smithi156 2023-12-08T10:43:50.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:50 smithi156 bash[24915]: cluster 2023-12-08T10:43:49.401450+0000 mgr.smithi156.dvayok (mgr.14180) 832 : cluster [DBG] pgmap v579: 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-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: cephadm 2023-12-08T10:43:49.342112+0000 mgr.smithi156.dvayok (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: cephadm 2023-12-08T10:43:49.342351+0000 mgr.smithi156.dvayok (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: cephadm 2023-12-08T10:43:49.344225+0000 mgr.smithi156.dvayok (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.vhijbo ... 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:50.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: cephadm 2023-12-08T10:43:49.348946+0000 mgr.smithi156.dvayok (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.noxsfj on smithi156 2023-12-08T10:43:50.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:50 smithi194 bash[28991]: cluster 2023-12-08T10:43:49.401450+0000 mgr.smithi156.dvayok (mgr.14180) 832 : cluster [DBG] pgmap v579: 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-08T10:43:51.594 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:51.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:51 smithi156 bash[24915]: audit 2023-12-08T10:43:49.704710+0000 mgr.smithi156.dvayok (mgr.14180) 833 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:51.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:51 smithi156 bash[24915]: audit 2023-12-08T10:43:51.398775+0000 mon.smithi156 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:51 smithi194 bash[28991]: audit 2023-12-08T10:43:49.704710+0000 mgr.smithi156.dvayok (mgr.14180) 833 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:51 smithi194 bash[28991]: audit 2023-12-08T10:43:51.398775+0000 mon.smithi156 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:52 smithi156 bash[24915]: cluster 2023-12-08T10:43:51.406395+0000 mgr.smithi156.dvayok (mgr.14180) 834 : cluster [DBG] pgmap v580: 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-08T10:43:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:52 smithi194 bash[28991]: cluster 2023-12-08T10:43:51.406395+0000 mgr.smithi156.dvayok (mgr.14180) 834 : cluster [DBG] pgmap v580: 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-08T10:43:53.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:53 smithi156 bash[24915]: audit 2023-12-08T10:43:53.447777+0000 mon.smithi156 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.noxsfj"}]: dispatch 2023-12-08T10:43:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:53 smithi194 bash[28991]: audit 2023-12-08T10:43:53.447777+0000 mon.smithi156 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.noxsfj"}]: dispatch 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cluster 2023-12-08T10:43:53.407238+0000 mgr.smithi156.dvayok (mgr.14180) 835 : cluster [DBG] pgmap v581: 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-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cephadm 2023-12-08T10:43:53.446983+0000 mgr.smithi156.dvayok (mgr.14180) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cephadm 2023-12-08T10:43:53.447279+0000 mgr.smithi156.dvayok (mgr.14180) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cephadm 2023-12-08T10:43:53.448607+0000 mgr.smithi156.dvayok (mgr.14180) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:43:54.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cephadm 2023-12-08T10:43:53.450462+0000 mgr.smithi156.dvayok (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cephadm 2023-12-08T10:43:53.452279+0000 mgr.smithi156.dvayok (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cluster 2023-12-08T10:43:53.452973+0000 mgr.smithi156.dvayok (mgr.14180) 841 : cluster [DBG] pgmap v582: 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-08T10:43:54.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:54 smithi156 bash[24915]: cluster 2023-12-08T10:43:53.475064+0000 mon.smithi156 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cluster 2023-12-08T10:43:53.407238+0000 mgr.smithi156.dvayok (mgr.14180) 835 : cluster [DBG] pgmap v581: 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-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cephadm 2023-12-08T10:43:53.446983+0000 mgr.smithi156.dvayok (mgr.14180) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cephadm 2023-12-08T10:43:53.447279+0000 mgr.smithi156.dvayok (mgr.14180) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cephadm 2023-12-08T10:43:53.448607+0000 mgr.smithi156.dvayok (mgr.14180) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.noxsfj ... 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cephadm 2023-12-08T10:43:53.450462+0000 mgr.smithi156.dvayok (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cephadm 2023-12-08T10:43:53.452279+0000 mgr.smithi156.dvayok (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cluster 2023-12-08T10:43:53.452973+0000 mgr.smithi156.dvayok (mgr.14180) 841 : cluster [DBG] pgmap v582: 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-08T10:43:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:54 smithi194 bash[28991]: cluster 2023-12-08T10:43:53.475064+0000 mon.smithi156 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:43:55.250 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:43:55.250 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:56.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:56.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:56 smithi156 bash[24915]: audit 2023-12-08T10:43:55.232763+0000 mgr.smithi156.dvayok (mgr.14180) 842 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:56.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:56 smithi156 bash[24915]: cluster 2023-12-08T10:43:55.453733+0000 mgr.smithi156.dvayok (mgr.14180) 843 : cluster [DBG] pgmap v583: 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-08T10:43:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:56 smithi194 bash[28991]: audit 2023-12-08T10:43:55.232763+0000 mgr.smithi156.dvayok (mgr.14180) 842 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:56 smithi194 bash[28991]: cluster 2023-12-08T10:43:55.453733+0000 mgr.smithi156.dvayok (mgr.14180) 843 : cluster [DBG] pgmap v583: 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-08T10:43:57.099 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:58.460 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:58 smithi156 bash[24915]: audit 2023-12-08T10:43:57.190202+0000 mon.smithi156 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:58.460 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:43:58 smithi156 bash[24915]: cluster 2023-12-08T10:43:57.454868+0000 mgr.smithi156.dvayok (mgr.14180) 844 : cluster [DBG] pgmap v584: 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-08T10:43:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:58 smithi194 bash[28991]: audit 2023-12-08T10:43:57.190202+0000 mon.smithi156 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:43:58.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:43:58 smithi194 bash[28991]: cluster 2023-12-08T10:43:57.454868+0000 mgr.smithi156.dvayok (mgr.14180) 844 : cluster [DBG] pgmap v584: 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-08T10:44:00.462 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:00.463 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:00 smithi194 bash[28991]: cluster 2023-12-08T10:43:59.456132+0000 mgr.smithi156.dvayok (mgr.14180) 845 : cluster [DBG] pgmap v585: 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-08T10:44:01.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:00 smithi156 bash[24915]: cluster 2023-12-08T10:43:59.456132+0000 mgr.smithi156.dvayok (mgr.14180) 845 : cluster [DBG] pgmap v585: 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-08T10:44:01.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:01.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:01 smithi156 bash[24915]: audit 2023-12-08T10:44:00.444902+0000 mgr.smithi156.dvayok (mgr.14180) 846 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:01 smithi194 bash[28991]: audit 2023-12-08T10:44:00.444902+0000 mgr.smithi156.dvayok (mgr.14180) 846 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:02.304 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:02.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:02 smithi156 bash[24915]: cluster 2023-12-08T10:44:01.457435+0000 mgr.smithi156.dvayok (mgr.14180) 847 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 0 op/s 2023-12-08T10:44:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:02 smithi194 bash[28991]: cluster 2023-12-08T10:44:01.457435+0000 mgr.smithi156.dvayok (mgr.14180) 847 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 0 op/s 2023-12-08T10:44:04.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:04 smithi156 bash[24915]: cluster 2023-12-08T10:44:03.458532+0000 mgr.smithi156.dvayok (mgr.14180) 848 : cluster [DBG] pgmap v587: 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-08T10:44:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:04 smithi194 bash[28991]: cluster 2023-12-08T10:44:03.458532+0000 mgr.smithi156.dvayok (mgr.14180) 848 : cluster [DBG] pgmap v587: 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-08T10:44:05.787 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:05.787 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:06.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:06 smithi156 bash[24915]: cluster 2023-12-08T10:44:05.459929+0000 mgr.smithi156.dvayok (mgr.14180) 849 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:06.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:06.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:06 smithi194 bash[28991]: cluster 2023-12-08T10:44:05.459929+0000 mgr.smithi156.dvayok (mgr.14180) 849 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:07.567 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:07 smithi156 bash[24915]: audit 2023-12-08T10:44:05.771081+0000 mgr.smithi156.dvayok (mgr.14180) 850 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:07 smithi156 bash[24915]: audit 2023-12-08T10:44:06.399165+0000 mon.smithi156 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:07 smithi194 bash[28991]: audit 2023-12-08T10:44:05.771081+0000 mgr.smithi156.dvayok (mgr.14180) 850 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:07 smithi194 bash[28991]: audit 2023-12-08T10:44:06.399165+0000 mon.smithi156 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:08.703 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:08 smithi156 bash[24915]: cluster 2023-12-08T10:44:07.461111+0000 mgr.smithi156.dvayok (mgr.14180) 851 : 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-08T10:44:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:08 smithi194 bash[28991]: cluster 2023-12-08T10:44:07.461111+0000 mgr.smithi156.dvayok (mgr.14180) 851 : 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-08T10:44:10.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:10 smithi156 bash[24915]: cluster 2023-12-08T10:44:09.462394+0000 mgr.smithi156.dvayok (mgr.14180) 852 : 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-08T10:44:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:10 smithi194 bash[28991]: cluster 2023-12-08T10:44:09.462394+0000 mgr.smithi156.dvayok (mgr.14180) 852 : 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-08T10:44:10.836 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:10.836 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:11.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:12.607 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:12.805 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:12 smithi156 bash[24915]: audit 2023-12-08T10:44:10.824735+0000 mgr.smithi156.dvayok (mgr.14180) 853 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:12.806 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:12 smithi156 bash[24915]: cluster 2023-12-08T10:44:11.463610+0000 mgr.smithi156.dvayok (mgr.14180) 854 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:12 smithi194 bash[28991]: audit 2023-12-08T10:44:10.824735+0000 mgr.smithi156.dvayok (mgr.14180) 853 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:12 smithi194 bash[28991]: cluster 2023-12-08T10:44:11.463610+0000 mgr.smithi156.dvayok (mgr.14180) 854 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:14.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:14 smithi194 bash[28991]: cluster 2023-12-08T10:44:13.464593+0000 mgr.smithi156.dvayok (mgr.14180) 855 : 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-08T10:44:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:14 smithi156 bash[24915]: cluster 2023-12-08T10:44:13.464593+0000 mgr.smithi156.dvayok (mgr.14180) 855 : 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-08T10:44:16.022 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:16.023 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:16.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:16 smithi156 bash[24915]: cluster 2023-12-08T10:44:15.465885+0000 mgr.smithi156.dvayok (mgr.14180) 856 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:16.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:16 smithi194 bash[28991]: cluster 2023-12-08T10:44:15.465885+0000 mgr.smithi156.dvayok (mgr.14180) 856 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:16.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:17.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:17 smithi156 bash[24915]: audit 2023-12-08T10:44:16.007370+0000 mgr.smithi156.dvayok (mgr.14180) 857 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:17.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:17 smithi194 bash[28991]: audit 2023-12-08T10:44:16.007370+0000 mgr.smithi156.dvayok (mgr.14180) 857 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:17.821 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:18 smithi156 bash[24915]: cluster 2023-12-08T10:44:17.467084+0000 mgr.smithi156.dvayok (mgr.14180) 858 : 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-08T10:44:18.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:18 smithi194 bash[28991]: cluster 2023-12-08T10:44:17.467084+0000 mgr.smithi156.dvayok (mgr.14180) 858 : 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-08T10:44:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:20 smithi194 bash[28991]: cluster 2023-12-08T10:44:19.468405+0000 mgr.smithi156.dvayok (mgr.14180) 859 : 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-08T10:44:20.870 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:20 smithi156 bash[24915]: cluster 2023-12-08T10:44:19.468405+0000 mgr.smithi156.dvayok (mgr.14180) 859 : 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-08T10:44:21.251 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:21.251 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:22.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:22 smithi194 bash[28991]: audit 2023-12-08T10:44:21.239309+0000 mgr.smithi156.dvayok (mgr.14180) 860 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:22 smithi194 bash[28991]: cluster 2023-12-08T10:44:21.469712+0000 mgr.smithi156.dvayok (mgr.14180) 861 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:23.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:22 smithi156 bash[24915]: audit 2023-12-08T10:44:21.239309+0000 mgr.smithi156.dvayok (mgr.14180) 860 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:23.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:22 smithi156 bash[24915]: cluster 2023-12-08T10:44:21.469712+0000 mgr.smithi156.dvayok (mgr.14180) 861 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:23.074 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:24 smithi194 bash[28991]: cluster 2023-12-08T10:44:23.470785+0000 mgr.smithi156.dvayok (mgr.14180) 862 : 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-08T10:44:25.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:24 smithi156 bash[24915]: cluster 2023-12-08T10:44:23.470785+0000 mgr.smithi156.dvayok (mgr.14180) 862 : 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-08T10:44:26.476 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:26.476 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:26 smithi156 bash[24915]: cluster 2023-12-08T10:44:25.472085+0000 mgr.smithi156.dvayok (mgr.14180) 863 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:26.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:26 smithi194 bash[28991]: cluster 2023-12-08T10:44:25.472085+0000 mgr.smithi156.dvayok (mgr.14180) 863 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:27.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:27.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:27 smithi156 bash[24915]: audit 2023-12-08T10:44:26.460027+0000 mgr.smithi156.dvayok (mgr.14180) 864 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:27.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:27 smithi194 bash[28991]: audit 2023-12-08T10:44:26.460027+0000 mgr.smithi156.dvayok (mgr.14180) 864 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:28.231 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:28.430 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:28 smithi156 bash[24915]: cluster 2023-12-08T10:44:27.473330+0000 mgr.smithi156.dvayok (mgr.14180) 865 : 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-08T10:44:28.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:28 smithi194 bash[28991]: cluster 2023-12-08T10:44:27.473330+0000 mgr.smithi156.dvayok (mgr.14180) 865 : 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-08T10:44:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:30 smithi156 bash[24915]: cluster 2023-12-08T10:44:29.474251+0000 mgr.smithi156.dvayok (mgr.14180) 866 : 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-08T10:44:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:30 smithi194 bash[28991]: cluster 2023-12-08T10:44:29.474251+0000 mgr.smithi156.dvayok (mgr.14180) 866 : 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-08T10:44:31.501 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:31.502 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:32.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:32.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:32 smithi156 bash[24915]: cluster 2023-12-08T10:44:31.475792+0000 mgr.smithi156.dvayok (mgr.14180) 867 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:32.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:32 smithi156 bash[24915]: audit 2023-12-08T10:44:31.485506+0000 mgr.smithi156.dvayok (mgr.14180) 868 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:32 smithi194 bash[28991]: cluster 2023-12-08T10:44:31.475792+0000 mgr.smithi156.dvayok (mgr.14180) 867 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:32 smithi194 bash[28991]: audit 2023-12-08T10:44:31.485506+0000 mgr.smithi156.dvayok (mgr.14180) 868 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:33.320 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:34.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:34 smithi156 bash[24915]: cluster 2023-12-08T10:44:33.476788+0000 mgr.smithi156.dvayok (mgr.14180) 869 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:34 smithi194 bash[28991]: cluster 2023-12-08T10:44:33.476788+0000 mgr.smithi156.dvayok (mgr.14180) 869 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:36.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:36 smithi156 bash[24915]: cluster 2023-12-08T10:44:35.478123+0000 mgr.smithi156.dvayok (mgr.14180) 870 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:36.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:36 smithi194 bash[28991]: cluster 2023-12-08T10:44:35.478123+0000 mgr.smithi156.dvayok (mgr.14180) 870 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:36.732 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:36.732 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:37.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:38.584 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:38 smithi194 bash[28991]: audit 2023-12-08T10:44:36.717000+0000 mgr.smithi156.dvayok (mgr.14180) 871 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:38 smithi194 bash[28991]: cluster 2023-12-08T10:44:37.479088+0000 mgr.smithi156.dvayok (mgr.14180) 872 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:39.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:38 smithi156 bash[24915]: audit 2023-12-08T10:44:36.717000+0000 mgr.smithi156.dvayok (mgr.14180) 871 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:39.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:38 smithi156 bash[24915]: cluster 2023-12-08T10:44:37.479088+0000 mgr.smithi156.dvayok (mgr.14180) 872 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:40 smithi194 bash[28991]: cluster 2023-12-08T10:44:39.480305+0000 mgr.smithi156.dvayok (mgr.14180) 873 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:41.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:40 smithi156 bash[24915]: cluster 2023-12-08T10:44:39.480305+0000 mgr.smithi156.dvayok (mgr.14180) 873 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:41.879 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:41.879 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:42.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:42 smithi194 bash[28991]: cluster 2023-12-08T10:44:41.481484+0000 mgr.smithi156.dvayok (mgr.14180) 874 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:43.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:42 smithi156 bash[24915]: cluster 2023-12-08T10:44:41.481484+0000 mgr.smithi156.dvayok (mgr.14180) 874 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:43.666 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:43 smithi194 bash[28991]: audit 2023-12-08T10:44:41.862255+0000 mgr.smithi156.dvayok (mgr.14180) 875 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:43.862 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:43 smithi156 bash[24915]: audit 2023-12-08T10:44:41.862255+0000 mgr.smithi156.dvayok (mgr.14180) 875 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:44.819 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:44 smithi156 bash[24915]: cluster 2023-12-08T10:44:43.482520+0000 mgr.smithi156.dvayok (mgr.14180) 876 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:44 smithi194 bash[28991]: cluster 2023-12-08T10:44:43.482520+0000 mgr.smithi156.dvayok (mgr.14180) 876 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:46.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:46 smithi156 bash[24915]: cluster 2023-12-08T10:44:45.483849+0000 mgr.smithi156.dvayok (mgr.14180) 877 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:46.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:46 smithi194 bash[28991]: cluster 2023-12-08T10:44:45.483849+0000 mgr.smithi156.dvayok (mgr.14180) 877 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:47.098 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:47.099 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:47.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:48 smithi194 bash[28991]: audit 2023-12-08T10:44:47.080449+0000 mgr.smithi156.dvayok (mgr.14180) 878 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:48 smithi194 bash[28991]: cluster 2023-12-08T10:44:47.485036+0000 mgr.smithi156.dvayok (mgr.14180) 879 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:48.906 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:48.917 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:48 smithi156 bash[24915]: audit 2023-12-08T10:44:47.080449+0000 mgr.smithi156.dvayok (mgr.14180) 878 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:48.917 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:48 smithi156 bash[24915]: cluster 2023-12-08T10:44:47.485036+0000 mgr.smithi156.dvayok (mgr.14180) 879 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:50.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:50 smithi156 bash[24915]: cluster 2023-12-08T10:44:49.486306+0000 mgr.smithi156.dvayok (mgr.14180) 880 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:50 smithi194 bash[28991]: cluster 2023-12-08T10:44:49.486306+0000 mgr.smithi156.dvayok (mgr.14180) 880 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:52.251 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:52.252 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:52 smithi194 bash[28991]: cluster 2023-12-08T10:44:51.487773+0000 mgr.smithi156.dvayok (mgr.14180) 881 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:53.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:52 smithi156 bash[24915]: cluster 2023-12-08T10:44:51.487773+0000 mgr.smithi156.dvayok (mgr.14180) 881 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:44:53.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:54.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:53 smithi156 bash[24915]: audit 2023-12-08T10:44:52.234970+0000 mgr.smithi156.dvayok (mgr.14180) 882 : audit [DBG] from='client.24895 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:54.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:53 smithi156 bash[24915]: audit 2023-12-08T10:44:53.455904+0000 mon.smithi156 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:44:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:53 smithi194 bash[28991]: audit 2023-12-08T10:44:52.234970+0000 mgr.smithi156.dvayok (mgr.14180) 882 : audit [DBG] from='client.24895 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:53 smithi194 bash[28991]: audit 2023-12-08T10:44:53.455904+0000 mon.smithi156 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:44:54.073 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: cluster 2023-12-08T10:44:53.488664+0000 mgr.smithi156.dvayok (mgr.14180) 883 : 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-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: audit 2023-12-08T10:44:53.766036+0000 mon.smithi156 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: audit 2023-12-08T10:44:53.767602+0000 mon.smithi156 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: audit 2023-12-08T10:44:53.775317+0000 mon.smithi156 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: audit 2023-12-08T10:44:53.782419+0000 mon.smithi156 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:44:55.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:54 smithi156 bash[24915]: audit 2023-12-08T10:44:53.793061+0000 mon.smithi156 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: cluster 2023-12-08T10:44:53.488664+0000 mgr.smithi156.dvayok (mgr.14180) 883 : 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-08T10:44:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: audit 2023-12-08T10:44:53.766036+0000 mon.smithi156 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:44:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: audit 2023-12-08T10:44:53.767602+0000 mon.smithi156 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:44:55.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: audit 2023-12-08T10:44:53.775317+0000 mon.smithi156 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:55.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: audit 2023-12-08T10:44:53.782419+0000 mon.smithi156 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:44:55.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:54 smithi194 bash[28991]: audit 2023-12-08T10:44:53.793061+0000 mon.smithi156 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:44:55.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:55 smithi156 bash[24915]: cluster 2023-12-08T10:44:53.776367+0000 mgr.smithi156.dvayok (mgr.14180) 884 : cluster [DBG] pgmap v613: 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-08T10:44:55.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:55 smithi156 bash[24915]: cephadm 2023-12-08T10:44:53.796414+0000 mgr.smithi156.dvayok (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.czckyd on smithi194 2023-12-08T10:44:55.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:55 smithi156 bash[24915]: cluster 2023-12-08T10:44:54.772119+0000 mon.smithi156 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:44:55.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:55 smithi156 bash[24915]: cluster 2023-12-08T10:44:54.772174+0000 mon.smithi156 (mon.0) 916 : cluster [INF] Cluster is now healthy 2023-12-08T10:44:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:55 smithi194 bash[28991]: cluster 2023-12-08T10:44:53.776367+0000 mgr.smithi156.dvayok (mgr.14180) 884 : cluster [DBG] pgmap v613: 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-08T10:44:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:55 smithi194 bash[28991]: cephadm 2023-12-08T10:44:53.796414+0000 mgr.smithi156.dvayok (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.czckyd on smithi194 2023-12-08T10:44:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:55 smithi194 bash[28991]: cluster 2023-12-08T10:44:54.772119+0000 mon.smithi156 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:44:56.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:55 smithi194 bash[28991]: cluster 2023-12-08T10:44:54.772174+0000 mon.smithi156 (mon.0) 916 : cluster [INF] Cluster is now healthy 2023-12-08T10:44:57.450 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:44:57.451 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:45.078254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vyryud on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:49.343945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.vhijbo on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-vhijbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.vhijbo\nDeploy daemon haproxy.nfs.foo.smithi194.vhijbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.448497Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.noxsfj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-noxsfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.noxsfj\nDeploy daemon haproxy.nfs.foo.smithi156.noxsfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:53.450365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cazpji on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:57 smithi156 bash[24915]: cluster 2023-12-08T10:44:55.776939+0000 mgr.smithi156.dvayok (mgr.14180) 886 : cluster [DBG] pgmap v614: 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-08T10:44:57.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:57 smithi194 bash[28991]: cluster 2023-12-08T10:44:55.776939+0000 mgr.smithi156.dvayok (mgr.14180) 886 : cluster [DBG] pgmap v614: 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-08T10:44:58.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:59.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:58 smithi156 bash[24915]: audit 2023-12-08T10:44:57.435176+0000 mgr.smithi156.dvayok (mgr.14180) 887 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:59.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:58 smithi156 bash[24915]: audit 2023-12-08T10:44:57.888199+0000 mon.smithi156 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.czckyd"}]: dispatch 2023-12-08T10:44:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:58 smithi194 bash[28991]: audit 2023-12-08T10:44:57.435176+0000 mgr.smithi156.dvayok (mgr.14180) 887 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:58 smithi194 bash[28991]: audit 2023-12-08T10:44:57.888199+0000 mon.smithi156 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.czckyd"}]: dispatch 2023-12-08T10:44:59.206 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:59.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: cluster 2023-12-08T10:44:57.777864+0000 mgr.smithi156.dvayok (mgr.14180) 888 : cluster [DBG] pgmap v615: 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-08T10:44:59.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: cephadm 2023-12-08T10:44:57.887166+0000 mgr.smithi156.dvayok (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:44:59.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:59.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: cephadm 2023-12-08T10:44:57.887712+0000 mgr.smithi156.dvayok (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: cephadm 2023-12-08T10:44:57.889272+0000 mgr.smithi156.dvayok (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:59.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:59.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:44:59 smithi156 bash[24915]: cephadm 2023-12-08T10:44:57.892781+0000 mgr.smithi156.dvayok (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vblkjs on smithi156 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: cluster 2023-12-08T10:44:57.777864+0000 mgr.smithi156.dvayok (mgr.14180) 888 : cluster [DBG] pgmap v615: 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-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: cephadm 2023-12-08T10:44:57.887166+0000 mgr.smithi156.dvayok (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: cephadm 2023-12-08T10:44:57.887712+0000 mgr.smithi156.dvayok (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: cephadm 2023-12-08T10:44:57.889272+0000 mgr.smithi156.dvayok (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:00.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.czckyd ... 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:00.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:44:59 smithi194 bash[28991]: cephadm 2023-12-08T10:44:57.892781+0000 mgr.smithi156.dvayok (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vblkjs on smithi156 2023-12-08T10:45:01.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:01 smithi156 bash[24915]: cluster 2023-12-08T10:44:59.779025+0000 mgr.smithi156.dvayok (mgr.14180) 893 : cluster [DBG] pgmap v616: 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-08T10:45:01.883 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:01 smithi194 bash[28991]: cluster 2023-12-08T10:44:59.779025+0000 mgr.smithi156.dvayok (mgr.14180) 893 : cluster [DBG] pgmap v616: 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-08T10:45:03.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:02 smithi156 bash[24915]: audit 2023-12-08T10:45:02.332406+0000 mon.smithi156 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vblkjs"}]: dispatch 2023-12-08T10:45:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:02 smithi194 bash[28991]: audit 2023-12-08T10:45:02.332406+0000 mon.smithi156 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vblkjs"}]: dispatch 2023-12-08T10:45:03.068 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:03.069 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:03.886 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cluster 2023-12-08T10:45:01.779894+0000 mgr.smithi156.dvayok (mgr.14180) 894 : cluster [DBG] pgmap v617: 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-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cephadm 2023-12-08T10:45:02.331717+0000 mgr.smithi156.dvayok (mgr.14180) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:45:03.887 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.888 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:03.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:03.889 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.889 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cephadm 2023-12-08T10:45:02.331987+0000 mgr.smithi156.dvayok (mgr.14180) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cephadm 2023-12-08T10:45:02.333220+0000 mgr.smithi156.dvayok (mgr.14180) 897 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:03.890 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cephadm 2023-12-08T10:45:02.334997+0000 mgr.smithi156.dvayok (mgr.14180) 898 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cephadm 2023-12-08T10:45:02.336579+0000 mgr.smithi156.dvayok (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cluster 2023-12-08T10:45:02.337375+0000 mgr.smithi156.dvayok (mgr.14180) 900 : cluster [DBG] pgmap v618: 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-08T10:45:03.891 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:03 smithi156 bash[24915]: cluster 2023-12-08T10:45:02.590705+0000 mon.smithi156 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cluster 2023-12-08T10:45:01.779894+0000 mgr.smithi156.dvayok (mgr.14180) 894 : cluster [DBG] pgmap v617: 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-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cephadm 2023-12-08T10:45:02.331717+0000 mgr.smithi156.dvayok (mgr.14180) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cephadm 2023-12-08T10:45:02.331987+0000 mgr.smithi156.dvayok (mgr.14180) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cephadm 2023-12-08T10:45:02.333220+0000 mgr.smithi156.dvayok (mgr.14180) 897 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vblkjs ... 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cephadm 2023-12-08T10:45:02.334997+0000 mgr.smithi156.dvayok (mgr.14180) 898 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cephadm 2023-12-08T10:45:02.336579+0000 mgr.smithi156.dvayok (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cluster 2023-12-08T10:45:02.337375+0000 mgr.smithi156.dvayok (mgr.14180) 900 : cluster [DBG] pgmap v618: 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-08T10:45:04.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:03 smithi194 bash[28991]: cluster 2023-12-08T10:45:02.590705+0000 mon.smithi156 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:45:04.890 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:04.902 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:04 smithi156 bash[24915]: audit 2023-12-08T10:45:03.057371+0000 mgr.smithi156.dvayok (mgr.14180) 901 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:04 smithi194 bash[28991]: audit 2023-12-08T10:45:03.057371+0000 mgr.smithi156.dvayok (mgr.14180) 901 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:06.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:05 smithi156 bash[24915]: cluster 2023-12-08T10:45:04.338632+0000 mgr.smithi156.dvayok (mgr.14180) 902 : cluster [DBG] pgmap v619: 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-08T10:45:06.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:05 smithi194 bash[28991]: cluster 2023-12-08T10:45:04.338632+0000 mgr.smithi156.dvayok (mgr.14180) 902 : cluster [DBG] pgmap v619: 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-08T10:45:07.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:07 smithi156 bash[24915]: cluster 2023-12-08T10:45:06.340107+0000 mgr.smithi156.dvayok (mgr.14180) 903 : cluster [DBG] pgmap v620: 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-08T10:45:07.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:07 smithi156 bash[24915]: audit 2023-12-08T10:45:07.239141+0000 mon.smithi156 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:45:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:07 smithi194 bash[28991]: cluster 2023-12-08T10:45:06.340107+0000 mgr.smithi156.dvayok (mgr.14180) 903 : cluster [DBG] pgmap v620: 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-08T10:45:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:07 smithi194 bash[28991]: audit 2023-12-08T10:45:07.239141+0000 mon.smithi156 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:45:08.401 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:08.401 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:09.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:10.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:09 smithi156 bash[24915]: cluster 2023-12-08T10:45:08.340807+0000 mgr.smithi156.dvayok (mgr.14180) 904 : cluster [DBG] pgmap v621: 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-08T10:45:10.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:09 smithi156 bash[24915]: audit 2023-12-08T10:45:08.385721+0000 mgr.smithi156.dvayok (mgr.14180) 905 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:09 smithi194 bash[28991]: cluster 2023-12-08T10:45:08.340807+0000 mgr.smithi156.dvayok (mgr.14180) 904 : cluster [DBG] pgmap v621: 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-08T10:45:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:09 smithi194 bash[28991]: audit 2023-12-08T10:45:08.385721+0000 mgr.smithi156.dvayok (mgr.14180) 905 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:10.218 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:11.483 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:11 smithi156 bash[24915]: cluster 2023-12-08T10:45:10.342088+0000 mgr.smithi156.dvayok (mgr.14180) 906 : cluster [DBG] pgmap v622: 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-08T10:45:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:11 smithi194 bash[28991]: cluster 2023-12-08T10:45:10.342088+0000 mgr.smithi156.dvayok (mgr.14180) 906 : cluster [DBG] pgmap v622: 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-08T10:45:13.488 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:13.489 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:13.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:13 smithi156 bash[24915]: cluster 2023-12-08T10:45:12.342800+0000 mgr.smithi156.dvayok (mgr.14180) 907 : cluster [DBG] pgmap v623: 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-08T10:45:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:13 smithi194 bash[28991]: cluster 2023-12-08T10:45:12.342800+0000 mgr.smithi156.dvayok (mgr.14180) 907 : cluster [DBG] pgmap v623: 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-08T10:45:14.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:14.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:14 smithi156 bash[24915]: audit 2023-12-08T10:45:13.477335+0000 mgr.smithi156.dvayok (mgr.14180) 908 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:14 smithi194 bash[28991]: audit 2023-12-08T10:45:13.477335+0000 mgr.smithi156.dvayok (mgr.14180) 908 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:15.329 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:15.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:15 smithi156 bash[24915]: cluster 2023-12-08T10:45:14.343907+0000 mgr.smithi156.dvayok (mgr.14180) 909 : 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-08T10:45:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:15 smithi194 bash[28991]: cluster 2023-12-08T10:45:14.343907+0000 mgr.smithi156.dvayok (mgr.14180) 909 : 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-08T10:45:17.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:17 smithi156 bash[24915]: cluster 2023-12-08T10:45:16.345125+0000 mgr.smithi156.dvayok (mgr.14180) 910 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:17 smithi194 bash[28991]: cluster 2023-12-08T10:45:16.345125+0000 mgr.smithi156.dvayok (mgr.14180) 910 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:18.777 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:18.778 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:19.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:19.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:19 smithi156 bash[24915]: cluster 2023-12-08T10:45:18.345902+0000 mgr.smithi156.dvayok (mgr.14180) 911 : 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-08T10:45:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:19 smithi194 bash[28991]: cluster 2023-12-08T10:45:18.345902+0000 mgr.smithi156.dvayok (mgr.14180) 911 : 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-08T10:45:20.587 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:20.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:20 smithi156 bash[24915]: audit 2023-12-08T10:45:18.761405+0000 mgr.smithi156.dvayok (mgr.14180) 912 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:20 smithi194 bash[28991]: audit 2023-12-08T10:45:18.761405+0000 mgr.smithi156.dvayok (mgr.14180) 912 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:21.724 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:21 smithi156 bash[24915]: cluster 2023-12-08T10:45:20.347352+0000 mgr.smithi156.dvayok (mgr.14180) 913 : 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-08T10:45:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:21 smithi194 bash[28991]: cluster 2023-12-08T10:45:20.347352+0000 mgr.smithi156.dvayok (mgr.14180) 913 : 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-08T10:45:23.719 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:23.719 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:23.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:23 smithi156 bash[24915]: cluster 2023-12-08T10:45:22.348620+0000 mgr.smithi156.dvayok (mgr.14180) 914 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:23 smithi194 bash[28991]: cluster 2023-12-08T10:45:22.348620+0000 mgr.smithi156.dvayok (mgr.14180) 914 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:24.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:25.512 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:25.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:25 smithi156 bash[24915]: audit 2023-12-08T10:45:23.706420+0000 mgr.smithi156.dvayok (mgr.14180) 915 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:25.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:25 smithi156 bash[24915]: cluster 2023-12-08T10:45:24.349496+0000 mgr.smithi156.dvayok (mgr.14180) 916 : 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-08T10:45:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:25 smithi194 bash[28991]: audit 2023-12-08T10:45:23.706420+0000 mgr.smithi156.dvayok (mgr.14180) 915 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:25 smithi194 bash[28991]: cluster 2023-12-08T10:45:24.349496+0000 mgr.smithi156.dvayok (mgr.14180) 916 : 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-08T10:45:27.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:27 smithi156 bash[24915]: cluster 2023-12-08T10:45:26.350874+0000 mgr.smithi156.dvayok (mgr.14180) 917 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:27 smithi194 bash[28991]: cluster 2023-12-08T10:45:26.350874+0000 mgr.smithi156.dvayok (mgr.14180) 917 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:28.939 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:28.940 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:29 smithi156 bash[24915]: cluster 2023-12-08T10:45:28.352044+0000 mgr.smithi156.dvayok (mgr.14180) 918 : 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-08T10:45:29.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:29 smithi194 bash[28991]: cluster 2023-12-08T10:45:28.352044+0000 mgr.smithi156.dvayok (mgr.14180) 918 : 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-08T10:45:30.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:30 smithi156 bash[24915]: audit 2023-12-08T10:45:28.922869+0000 mgr.smithi156.dvayok (mgr.14180) 919 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:30.771 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:30 smithi194 bash[28991]: audit 2023-12-08T10:45:28.922869+0000 mgr.smithi156.dvayok (mgr.14180) 919 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:31 smithi156 bash[24915]: cluster 2023-12-08T10:45:30.356616+0000 mgr.smithi156.dvayok (mgr.14180) 920 : 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-08T10:45:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:31 smithi194 bash[28991]: cluster 2023-12-08T10:45:30.356616+0000 mgr.smithi156.dvayok (mgr.14180) 920 : 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-08T10:45:33.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:33 smithi156 bash[24915]: cluster 2023-12-08T10:45:32.357621+0000 mgr.smithi156.dvayok (mgr.14180) 921 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:33 smithi194 bash[28991]: cluster 2023-12-08T10:45:32.357621+0000 mgr.smithi156.dvayok (mgr.14180) 921 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:33.922 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:33.922 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:34.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:35 smithi156 bash[24915]: audit 2023-12-08T10:45:33.904968+0000 mgr.smithi156.dvayok (mgr.14180) 922 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:35 smithi156 bash[24915]: cluster 2023-12-08T10:45:34.358785+0000 mgr.smithi156.dvayok (mgr.14180) 923 : 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-08T10:45:35.757 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:35 smithi194 bash[28991]: audit 2023-12-08T10:45:33.904968+0000 mgr.smithi156.dvayok (mgr.14180) 922 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:35 smithi194 bash[28991]: cluster 2023-12-08T10:45:34.358785+0000 mgr.smithi156.dvayok (mgr.14180) 923 : 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-08T10:45:37.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:37 smithi156 bash[24915]: cluster 2023-12-08T10:45:36.359742+0000 mgr.smithi156.dvayok (mgr.14180) 924 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:37 smithi194 bash[28991]: cluster 2023-12-08T10:45:36.359742+0000 mgr.smithi156.dvayok (mgr.14180) 924 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:39.276 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:39.277 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:39.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:39 smithi156 bash[24915]: cluster 2023-12-08T10:45:38.360410+0000 mgr.smithi156.dvayok (mgr.14180) 925 : 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-08T10:45:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:39 smithi194 bash[28991]: cluster 2023-12-08T10:45:38.360410+0000 mgr.smithi156.dvayok (mgr.14180) 925 : 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-08T10:45:40.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:40.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:40 smithi156 bash[24915]: audit 2023-12-08T10:45:39.260778+0000 mgr.smithi156.dvayok (mgr.14180) 926 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:40 smithi194 bash[28991]: audit 2023-12-08T10:45:39.260778+0000 mgr.smithi156.dvayok (mgr.14180) 926 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:41.101 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:41.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:41 smithi156 bash[24915]: cluster 2023-12-08T10:45:40.361685+0000 mgr.smithi156.dvayok (mgr.14180) 927 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:41 smithi194 bash[28991]: cluster 2023-12-08T10:45:40.361685+0000 mgr.smithi156.dvayok (mgr.14180) 927 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:43.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:43 smithi156 bash[24915]: cluster 2023-12-08T10:45:42.362891+0000 mgr.smithi156.dvayok (mgr.14180) 928 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:43 smithi194 bash[28991]: cluster 2023-12-08T10:45:42.362891+0000 mgr.smithi156.dvayok (mgr.14180) 928 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:44.444 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:44.444 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:45.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:45 smithi194 bash[28991]: cluster 2023-12-08T10:45:44.363929+0000 mgr.smithi156.dvayok (mgr.14180) 929 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:45 smithi194 bash[28991]: audit 2023-12-08T10:45:44.428637+0000 mgr.smithi156.dvayok (mgr.14180) 930 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:46.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:45 smithi156 bash[24915]: cluster 2023-12-08T10:45:44.363929+0000 mgr.smithi156.dvayok (mgr.14180) 929 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:46.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:45 smithi156 bash[24915]: audit 2023-12-08T10:45:44.428637+0000 mgr.smithi156.dvayok (mgr.14180) 930 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:46.277 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:47.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:47 smithi156 bash[24915]: cluster 2023-12-08T10:45:46.365299+0000 mgr.smithi156.dvayok (mgr.14180) 931 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:47.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:47 smithi194 bash[28991]: cluster 2023-12-08T10:45:46.365299+0000 mgr.smithi156.dvayok (mgr.14180) 931 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:49.657 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:49.658 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:49 smithi194 bash[28991]: cluster 2023-12-08T10:45:48.365970+0000 mgr.smithi156.dvayok (mgr.14180) 932 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:49.949 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:49 smithi156 bash[24915]: cluster 2023-12-08T10:45:48.365970+0000 mgr.smithi156.dvayok (mgr.14180) 932 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:50.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:50 smithi194 bash[28991]: audit 2023-12-08T10:45:49.642269+0000 mgr.smithi156.dvayok (mgr.14180) 933 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:51.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:50 smithi156 bash[24915]: audit 2023-12-08T10:45:49.642269+0000 mgr.smithi156.dvayok (mgr.14180) 933 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:51.510 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:51 smithi194 bash[28991]: cluster 2023-12-08T10:45:50.367235+0000 mgr.smithi156.dvayok (mgr.14180) 934 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:52.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:51 smithi156 bash[24915]: cluster 2023-12-08T10:45:50.367235+0000 mgr.smithi156.dvayok (mgr.14180) 934 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:53 smithi194 bash[28991]: cluster 2023-12-08T10:45:52.368313+0000 mgr.smithi156.dvayok (mgr.14180) 935 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:54.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:53 smithi156 bash[24915]: cluster 2023-12-08T10:45:52.368313+0000 mgr.smithi156.dvayok (mgr.14180) 935 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:45:54.794 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:45:54.795 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:55.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:55.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:55 smithi194 bash[28991]: cluster 2023-12-08T10:45:54.369122+0000 mgr.smithi156.dvayok (mgr.14180) 936 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:56.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:55 smithi156 bash[24915]: cluster 2023-12-08T10:45:54.369122+0000 mgr.smithi156.dvayok (mgr.14180) 936 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:56.633 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:56 smithi194 bash[28991]: audit 2023-12-08T10:45:54.777486+0000 mgr.smithi156.dvayok (mgr.14180) 937 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:56.833 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:56 smithi156 bash[24915]: audit 2023-12-08T10:45:54.777486+0000 mgr.smithi156.dvayok (mgr.14180) 937 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:57.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:57 smithi194 bash[28991]: cluster 2023-12-08T10:45:56.370301+0000 mgr.smithi156.dvayok (mgr.14180) 938 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:57.825 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:57 smithi156 bash[24915]: cluster 2023-12-08T10:45:56.370301+0000 mgr.smithi156.dvayok (mgr.14180) 938 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:59.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:45:59 smithi194 bash[28991]: cluster 2023-12-08T10:45:58.370917+0000 mgr.smithi156.dvayok (mgr.14180) 939 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:00.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:45:59 smithi156 bash[24915]: cluster 2023-12-08T10:45:58.370917+0000 mgr.smithi156.dvayok (mgr.14180) 939 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:00.074 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:00.074 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:00.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:01 smithi156 bash[24915]: audit 2023-12-08T10:46:00.056347+0000 mgr.smithi156.dvayok (mgr.14180) 940 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:01 smithi156 bash[24915]: cluster 2023-12-08T10:46:00.372010+0000 mgr.smithi156.dvayok (mgr.14180) 941 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:01 smithi194 bash[28991]: audit 2023-12-08T10:46:00.056347+0000 mgr.smithi156.dvayok (mgr.14180) 940 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:01 smithi194 bash[28991]: cluster 2023-12-08T10:46:00.372010+0000 mgr.smithi156.dvayok (mgr.14180) 941 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:01.910 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:02.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:02 smithi156 bash[24915]: audit 2023-12-08T10:46:02.340397+0000 mon.smithi156 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:46:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:02 smithi194 bash[28991]: audit 2023-12-08T10:46:02.340397+0000 mon.smithi156 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:46:03.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: cluster 2023-12-08T10:46:02.372657+0000 mgr.smithi156.dvayok (mgr.14180) 942 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:03.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.601928+0000 mon.smithi156 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:03.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.885676+0000 mon.smithi156 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:46:03.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.886906+0000 mon.smithi156 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:46:03.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.892744+0000 mon.smithi156 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:03.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.900745+0000 mon.smithi156 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:46:03.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:03 smithi156 bash[24915]: audit 2023-12-08T10:46:02.912950+0000 mon.smithi156 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: cluster 2023-12-08T10:46:02.372657+0000 mgr.smithi156.dvayok (mgr.14180) 942 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.601928+0000 mon.smithi156 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.885676+0000 mon.smithi156 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:46:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.886906+0000 mon.smithi156 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:46:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.892744+0000 mon.smithi156 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.900745+0000 mon.smithi156 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:46:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:03 smithi194 bash[28991]: audit 2023-12-08T10:46:02.912950+0000 mon.smithi156 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:04.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:04 smithi156 bash[24915]: cluster 2023-12-08T10:46:02.893388+0000 mgr.smithi156.dvayok (mgr.14180) 943 : cluster [DBG] pgmap v649: 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-08T10:46:04.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:04 smithi156 bash[24915]: cephadm 2023-12-08T10:46:02.917090+0000 mgr.smithi156.dvayok (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.prcvzy on smithi194 2023-12-08T10:46:04.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:04 smithi156 bash[24915]: cluster 2023-12-08T10:46:03.890921+0000 mon.smithi156 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:46:04.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:04 smithi156 bash[24915]: cluster 2023-12-08T10:46:03.890954+0000 mon.smithi156 (mon.0) 929 : cluster [INF] Cluster is now healthy 2023-12-08T10:46:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:04 smithi194 bash[28991]: cluster 2023-12-08T10:46:02.893388+0000 mgr.smithi156.dvayok (mgr.14180) 943 : cluster [DBG] pgmap v649: 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-08T10:46:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:04 smithi194 bash[28991]: cephadm 2023-12-08T10:46:02.917090+0000 mgr.smithi156.dvayok (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.prcvzy on smithi194 2023-12-08T10:46:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:04 smithi194 bash[28991]: cluster 2023-12-08T10:46:03.890921+0000 mon.smithi156 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:46:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:04 smithi194 bash[28991]: cluster 2023-12-08T10:46:03.890954+0000 mon.smithi156 (mon.0) 929 : cluster [INF] Cluster is now healthy 2023-12-08T10:46:05.329 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:05.329 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:53.452182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pfuhvk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:06.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:06.951 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:06 smithi194 bash[28991]: cluster 2023-12-08T10:46:04.894277+0000 mgr.smithi156.dvayok (mgr.14180) 945 : cluster [DBG] pgmap v650: 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-08T10:46:06.952 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:06 smithi194 bash[28991]: audit 2023-12-08T10:46:05.311304+0000 mgr.smithi156.dvayok (mgr.14180) 946 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:06.952 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:06 smithi194 bash[28991]: audit 2023-12-08T10:46:06.402775+0000 mon.smithi156 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:07.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:06 smithi156 bash[24915]: cluster 2023-12-08T10:46:04.894277+0000 mgr.smithi156.dvayok (mgr.14180) 945 : cluster [DBG] pgmap v650: 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-08T10:46:07.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:06 smithi156 bash[24915]: audit 2023-12-08T10:46:05.311304+0000 mgr.smithi156.dvayok (mgr.14180) 946 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:07.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:06 smithi156 bash[24915]: audit 2023-12-08T10:46:06.402775+0000 mon.smithi156 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:07.182 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:07 smithi156 bash[24915]: audit 2023-12-08T10:46:07.027703+0000 mon.smithi156 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.prcvzy"}]: dispatch 2023-12-08T10:46:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:07 smithi194 bash[28991]: audit 2023-12-08T10:46:07.027703+0000 mon.smithi156 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.prcvzy"}]: dispatch 2023-12-08T10:46:08.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: cluster 2023-12-08T10:46:06.895214+0000 mgr.smithi156.dvayok (mgr.14180) 947 : cluster [DBG] pgmap v651: 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-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: cephadm 2023-12-08T10:46:07.026471+0000 mgr.smithi156.dvayok (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:08.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: cephadm 2023-12-08T10:46:07.027012+0000 mgr.smithi156.dvayok (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: cephadm 2023-12-08T10:46:07.029575+0000 mgr.smithi156.dvayok (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:08.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:08.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:08 smithi156 bash[24915]: cephadm 2023-12-08T10:46:07.035064+0000 mgr.smithi156.dvayok (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.wrnjpp on smithi156 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: cluster 2023-12-08T10:46:06.895214+0000 mgr.smithi156.dvayok (mgr.14180) 947 : cluster [DBG] pgmap v651: 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-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: cephadm 2023-12-08T10:46:07.026471+0000 mgr.smithi156.dvayok (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:09.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:09.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: cephadm 2023-12-08T10:46:07.027012+0000 mgr.smithi156.dvayok (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: cephadm 2023-12-08T10:46:07.029575+0000 mgr.smithi156.dvayok (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.prcvzy ... 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:09.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:09.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:09.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:08 smithi194 bash[28991]: cephadm 2023-12-08T10:46:07.035064+0000 mgr.smithi156.dvayok (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.wrnjpp on smithi156 2023-12-08T10:46:10.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:10 smithi156 bash[24915]: cluster 2023-12-08T10:46:08.895999+0000 mgr.smithi156.dvayok (mgr.14180) 952 : cluster [DBG] pgmap v652: 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-08T10:46:10.822 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:10.822 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:57.889082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.czckyd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-czckyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.czckyd\nDeploy daemon haproxy.nfs.foo.smithi194.czckyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.333116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vblkjs on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vblkjs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vblkjs\nDeploy daemon haproxy.nfs.foo.smithi156.vblkjs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:02.334904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fdbyjg on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:10 smithi194 bash[28991]: cluster 2023-12-08T10:46:08.895999+0000 mgr.smithi156.dvayok (mgr.14180) 952 : cluster [DBG] pgmap v652: 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-08T10:46:11.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:12.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:11 smithi156 bash[24915]: audit 2023-12-08T10:46:10.850626+0000 mon.smithi156 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.wrnjpp"}]: dispatch 2023-12-08T10:46:12.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:11 smithi194 bash[28991]: audit 2023-12-08T10:46:10.850626+0000 mon.smithi156 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.wrnjpp"}]: dispatch 2023-12-08T10:46:12.666 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: audit 2023-12-08T10:46:10.802976+0000 mgr.smithi156.dvayok (mgr.14180) 953 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cephadm 2023-12-08T10:46:10.849972+0000 mgr.smithi156.dvayok (mgr.14180) 954 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cephadm 2023-12-08T10:46:10.850249+0000 mgr.smithi156.dvayok (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cephadm 2023-12-08T10:46:10.851640+0000 mgr.smithi156.dvayok (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:46:13.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cephadm 2023-12-08T10:46:10.854784+0000 mgr.smithi156.dvayok (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cephadm 2023-12-08T10:46:10.857413+0000 mgr.smithi156.dvayok (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cluster 2023-12-08T10:46:10.858365+0000 mgr.smithi156.dvayok (mgr.14180) 959 : cluster [DBG] pgmap v653: 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-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: cluster 2023-12-08T10:46:11.629121+0000 mon.smithi156 (mon.0) 933 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:46:13.005 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:12 smithi156 bash[24915]: audit 2023-12-08T10:46:12.282878+0000 mon.smithi156 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: audit 2023-12-08T10:46:10.802976+0000 mgr.smithi156.dvayok (mgr.14180) 953 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cephadm 2023-12-08T10:46:10.849972+0000 mgr.smithi156.dvayok (mgr.14180) 954 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cephadm 2023-12-08T10:46:10.850249+0000 mgr.smithi156.dvayok (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cephadm 2023-12-08T10:46:10.851640+0000 mgr.smithi156.dvayok (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.wrnjpp ... 2023-12-08T10:46:13.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cephadm 2023-12-08T10:46:10.854784+0000 mgr.smithi156.dvayok (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cephadm 2023-12-08T10:46:10.857413+0000 mgr.smithi156.dvayok (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cluster 2023-12-08T10:46:10.858365+0000 mgr.smithi156.dvayok (mgr.14180) 959 : cluster [DBG] pgmap v653: 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-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: cluster 2023-12-08T10:46:11.629121+0000 mon.smithi156 (mon.0) 933 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:46:13.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:12 smithi194 bash[28991]: audit 2023-12-08T10:46:12.282878+0000 mon.smithi156 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:14 smithi156 bash[24915]: cluster 2023-12-08T10:46:12.859396+0000 mgr.smithi156.dvayok (mgr.14180) 960 : cluster [DBG] pgmap v654: 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-08T10:46:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:14 smithi194 bash[28991]: cluster 2023-12-08T10:46:12.859396+0000 mgr.smithi156.dvayok (mgr.14180) 960 : cluster [DBG] pgmap v654: 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-08T10:46:16.192 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:16.192 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:16.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:16 smithi156 bash[24915]: cluster 2023-12-08T10:46:14.860633+0000 mgr.smithi156.dvayok (mgr.14180) 961 : cluster [DBG] pgmap v655: 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-08T10:46:17.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:17.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:16 smithi194 bash[28991]: cluster 2023-12-08T10:46:14.860633+0000 mgr.smithi156.dvayok (mgr.14180) 961 : cluster [DBG] pgmap v655: 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-08T10:46:18.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:17 smithi156 bash[24915]: audit 2023-12-08T10:46:16.176101+0000 mgr.smithi156.dvayok (mgr.14180) 962 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:18.021 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:17 smithi194 bash[28991]: audit 2023-12-08T10:46:16.176101+0000 mgr.smithi156.dvayok (mgr.14180) 962 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:18 smithi156 bash[24915]: cluster 2023-12-08T10:46:16.861517+0000 mgr.smithi156.dvayok (mgr.14180) 963 : cluster [DBG] pgmap v656: 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-08T10:46:19.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:18 smithi194 bash[28991]: cluster 2023-12-08T10:46:16.861517+0000 mgr.smithi156.dvayok (mgr.14180) 963 : cluster [DBG] pgmap v656: 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-08T10:46:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:19 smithi156 bash[24915]: cluster 2023-12-08T10:46:18.862821+0000 mgr.smithi156.dvayok (mgr.14180) 964 : cluster [DBG] pgmap v657: 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-08T10:46:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:19 smithi194 bash[28991]: cluster 2023-12-08T10:46:18.862821+0000 mgr.smithi156.dvayok (mgr.14180) 964 : cluster [DBG] pgmap v657: 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-08T10:46:21.292 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:21.292 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:22.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:22 smithi156 bash[24915]: cluster 2023-12-08T10:46:20.864042+0000 mgr.smithi156.dvayok (mgr.14180) 965 : cluster [DBG] pgmap v658: 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-08T10:46:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:22 smithi156 bash[24915]: audit 2023-12-08T10:46:21.281337+0000 mgr.smithi156.dvayok (mgr.14180) 966 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:22 smithi156 bash[24915]: audit 2023-12-08T10:46:21.399858+0000 mon.smithi156 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:22 smithi194 bash[28991]: cluster 2023-12-08T10:46:20.864042+0000 mgr.smithi156.dvayok (mgr.14180) 965 : cluster [DBG] pgmap v658: 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-08T10:46:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:22 smithi194 bash[28991]: audit 2023-12-08T10:46:21.281337+0000 mgr.smithi156.dvayok (mgr.14180) 966 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:22 smithi194 bash[28991]: audit 2023-12-08T10:46:21.399858+0000 mon.smithi156 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:46:23.204 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:24.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:24 smithi156 bash[24915]: cluster 2023-12-08T10:46:22.865128+0000 mgr.smithi156.dvayok (mgr.14180) 967 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:24 smithi194 bash[28991]: cluster 2023-12-08T10:46:22.865128+0000 mgr.smithi156.dvayok (mgr.14180) 967 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:26.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:26 smithi156 bash[24915]: cluster 2023-12-08T10:46:24.865960+0000 mgr.smithi156.dvayok (mgr.14180) 968 : 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-08T10:46:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:26 smithi194 bash[28991]: cluster 2023-12-08T10:46:24.865960+0000 mgr.smithi156.dvayok (mgr.14180) 968 : 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-08T10:46:26.888 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:26.889 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:27.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:28.688 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:28.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:28 smithi156 bash[24915]: cluster 2023-12-08T10:46:26.867158+0000 mgr.smithi156.dvayok (mgr.14180) 969 : 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-08T10:46:28.701 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:28 smithi156 bash[24915]: audit 2023-12-08T10:46:26.873180+0000 mgr.smithi156.dvayok (mgr.14180) 970 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:28 smithi194 bash[28991]: cluster 2023-12-08T10:46:26.867158+0000 mgr.smithi156.dvayok (mgr.14180) 969 : 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-08T10:46:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:28 smithi194 bash[28991]: audit 2023-12-08T10:46:26.873180+0000 mgr.smithi156.dvayok (mgr.14180) 970 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:30.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:30 smithi156 bash[24915]: cluster 2023-12-08T10:46:28.868000+0000 mgr.smithi156.dvayok (mgr.14180) 971 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:30 smithi194 bash[28991]: cluster 2023-12-08T10:46:28.868000+0000 mgr.smithi156.dvayok (mgr.14180) 971 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:32.061 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:32.061 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:32.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:32 smithi156 bash[24915]: cluster 2023-12-08T10:46:30.869088+0000 mgr.smithi156.dvayok (mgr.14180) 972 : 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-08T10:46:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:32 smithi194 bash[28991]: cluster 2023-12-08T10:46:30.869088+0000 mgr.smithi156.dvayok (mgr.14180) 972 : 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-08T10:46:32.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:33.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:33 smithi156 bash[24915]: audit 2023-12-08T10:46:32.046168+0000 mgr.smithi156.dvayok (mgr.14180) 973 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:33 smithi194 bash[28991]: audit 2023-12-08T10:46:32.046168+0000 mgr.smithi156.dvayok (mgr.14180) 973 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:33.908 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:34.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:34 smithi156 bash[24915]: cluster 2023-12-08T10:46:32.869810+0000 mgr.smithi156.dvayok (mgr.14180) 974 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:34.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:34 smithi194 bash[28991]: cluster 2023-12-08T10:46:32.869810+0000 mgr.smithi156.dvayok (mgr.14180) 974 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:36.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:36 smithi156 bash[24915]: cluster 2023-12-08T10:46:34.871070+0000 mgr.smithi156.dvayok (mgr.14180) 975 : 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-08T10:46:36.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:36 smithi194 bash[28991]: cluster 2023-12-08T10:46:34.871070+0000 mgr.smithi156.dvayok (mgr.14180) 975 : 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-08T10:46:37.202 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:37.202 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:37.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:38.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:38 smithi156 bash[24915]: cluster 2023-12-08T10:46:36.871984+0000 mgr.smithi156.dvayok (mgr.14180) 976 : 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-08T10:46:38.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:38 smithi156 bash[24915]: audit 2023-12-08T10:46:37.185956+0000 mgr.smithi156.dvayok (mgr.14180) 977 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:38 smithi194 bash[28991]: cluster 2023-12-08T10:46:36.871984+0000 mgr.smithi156.dvayok (mgr.14180) 976 : 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-08T10:46:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:38 smithi194 bash[28991]: audit 2023-12-08T10:46:37.185956+0000 mgr.smithi156.dvayok (mgr.14180) 977 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:38.994 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:40.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:40 smithi156 bash[24915]: cluster 2023-12-08T10:46:38.873273+0000 mgr.smithi156.dvayok (mgr.14180) 978 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:40 smithi194 bash[28991]: cluster 2023-12-08T10:46:38.873273+0000 mgr.smithi156.dvayok (mgr.14180) 978 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:42.236 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:42.237 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:42.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:42 smithi156 bash[24915]: cluster 2023-12-08T10:46:40.874502+0000 mgr.smithi156.dvayok (mgr.14180) 979 : 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-08T10:46:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:42 smithi194 bash[28991]: cluster 2023-12-08T10:46:40.874502+0000 mgr.smithi156.dvayok (mgr.14180) 979 : 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-08T10:46:43.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:43.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:43 smithi156 bash[24915]: audit 2023-12-08T10:46:42.220060+0000 mgr.smithi156.dvayok (mgr.14180) 980 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:43 smithi194 bash[28991]: audit 2023-12-08T10:46:42.220060+0000 mgr.smithi156.dvayok (mgr.14180) 980 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:44.031 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:44.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:44 smithi156 bash[24915]: cluster 2023-12-08T10:46:42.875798+0000 mgr.smithi156.dvayok (mgr.14180) 981 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:44 smithi194 bash[28991]: cluster 2023-12-08T10:46:42.875798+0000 mgr.smithi156.dvayok (mgr.14180) 981 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:46.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:46 smithi156 bash[24915]: cluster 2023-12-08T10:46:44.877151+0000 mgr.smithi156.dvayok (mgr.14180) 982 : 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-08T10:46:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:46 smithi194 bash[28991]: cluster 2023-12-08T10:46:44.877151+0000 mgr.smithi156.dvayok (mgr.14180) 982 : 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-08T10:46:47.402 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:47.402 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:48.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:48.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:48 smithi156 bash[24915]: cluster 2023-12-08T10:46:46.878741+0000 mgr.smithi156.dvayok (mgr.14180) 983 : 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-08T10:46:48.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:48 smithi156 bash[24915]: audit 2023-12-08T10:46:47.390720+0000 mgr.smithi156.dvayok (mgr.14180) 984 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:48 smithi194 bash[28991]: cluster 2023-12-08T10:46:46.878741+0000 mgr.smithi156.dvayok (mgr.14180) 983 : 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-08T10:46:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:48 smithi194 bash[28991]: audit 2023-12-08T10:46:47.390720+0000 mgr.smithi156.dvayok (mgr.14180) 984 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:49.219 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:50.673 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:50 smithi156 bash[24915]: cluster 2023-12-08T10:46:48.880014+0000 mgr.smithi156.dvayok (mgr.14180) 985 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:50 smithi194 bash[28991]: cluster 2023-12-08T10:46:48.880014+0000 mgr.smithi156.dvayok (mgr.14180) 985 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:52.478 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:52.478 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:52 smithi156 bash[24915]: cluster 2023-12-08T10:46:50.880672+0000 mgr.smithi156.dvayok (mgr.14180) 986 : 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-08T10:46:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:52 smithi194 bash[28991]: cluster 2023-12-08T10:46:50.880672+0000 mgr.smithi156.dvayok (mgr.14180) 986 : 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-08T10:46:53.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:53 smithi194 bash[28991]: audit 2023-12-08T10:46:52.463095+0000 mgr.smithi156.dvayok (mgr.14180) 987 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:54.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:53 smithi156 bash[24915]: audit 2023-12-08T10:46:52.463095+0000 mgr.smithi156.dvayok (mgr.14180) 987 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:54.207 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:54 smithi156 bash[24915]: cluster 2023-12-08T10:46:52.881866+0000 mgr.smithi156.dvayok (mgr.14180) 988 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:54 smithi194 bash[28991]: cluster 2023-12-08T10:46:52.881866+0000 mgr.smithi156.dvayok (mgr.14180) 988 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:46:56.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:56 smithi156 bash[24915]: cluster 2023-12-08T10:46:54.883262+0000 mgr.smithi156.dvayok (mgr.14180) 989 : 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-08T10:46:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:56 smithi194 bash[28991]: cluster 2023-12-08T10:46:54.883262+0000 mgr.smithi156.dvayok (mgr.14180) 989 : 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-08T10:46:57.725 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:46:57.725 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:58.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:58 smithi194 bash[28991]: cluster 2023-12-08T10:46:56.884477+0000 mgr.smithi156.dvayok (mgr.14180) 990 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:59.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:58 smithi156 bash[24915]: cluster 2023-12-08T10:46:56.884477+0000 mgr.smithi156.dvayok (mgr.14180) 990 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:59.521 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:59.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:46:59 smithi194 bash[28991]: audit 2023-12-08T10:46:57.710523+0000 mgr.smithi156.dvayok (mgr.14180) 991 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:00.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:46:59 smithi156 bash[24915]: audit 2023-12-08T10:46:57.710523+0000 mgr.smithi156.dvayok (mgr.14180) 991 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:00 smithi194 bash[28991]: cluster 2023-12-08T10:46:58.885766+0000 mgr.smithi156.dvayok (mgr.14180) 992 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:00.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:00 smithi156 bash[24915]: cluster 2023-12-08T10:46:58.885766+0000 mgr.smithi156.dvayok (mgr.14180) 992 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:02.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:02 smithi156 bash[24915]: cluster 2023-12-08T10:47:00.886699+0000 mgr.smithi156.dvayok (mgr.14180) 993 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:02.800 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:02.801 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:02 smithi194 bash[28991]: cluster 2023-12-08T10:47:00.886699+0000 mgr.smithi156.dvayok (mgr.14180) 993 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:03.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:04.601 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:04.802 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:04 smithi156 bash[24915]: audit 2023-12-08T10:47:02.785809+0000 mgr.smithi156.dvayok (mgr.14180) 994 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.802 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:04 smithi156 bash[24915]: cluster 2023-12-08T10:47:02.887408+0000 mgr.smithi156.dvayok (mgr.14180) 995 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:04 smithi194 bash[28991]: audit 2023-12-08T10:47:02.785809+0000 mgr.smithi156.dvayok (mgr.14180) 994 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:04 smithi194 bash[28991]: cluster 2023-12-08T10:47:02.887408+0000 mgr.smithi156.dvayok (mgr.14180) 995 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:06 smithi194 bash[28991]: cluster 2023-12-08T10:47:04.888046+0000 mgr.smithi156.dvayok (mgr.14180) 996 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:07.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:06 smithi156 bash[24915]: cluster 2023-12-08T10:47:04.888046+0000 mgr.smithi156.dvayok (mgr.14180) 996 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:07.919 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:07.920 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:08.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:08 smithi194 bash[28991]: cluster 2023-12-08T10:47:06.889176+0000 mgr.smithi156.dvayok (mgr.14180) 997 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:09.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:08 smithi156 bash[24915]: cluster 2023-12-08T10:47:06.889176+0000 mgr.smithi156.dvayok (mgr.14180) 997 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:09.750 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:09 smithi194 bash[28991]: audit 2023-12-08T10:47:07.908846+0000 mgr.smithi156.dvayok (mgr.14180) 998 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:10.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:09 smithi156 bash[24915]: audit 2023-12-08T10:47:07.908846+0000 mgr.smithi156.dvayok (mgr.14180) 998 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:10.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:10 smithi156 bash[24915]: cluster 2023-12-08T10:47:08.890401+0000 mgr.smithi156.dvayok (mgr.14180) 999 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:10 smithi194 bash[28991]: cluster 2023-12-08T10:47:08.890401+0000 mgr.smithi156.dvayok (mgr.14180) 999 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:12.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:11 smithi156 bash[24915]: audit 2023-12-08T10:47:10.861554+0000 mon.smithi156 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:12.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:11 smithi156 bash[24915]: audit 2023-12-08T10:47:11.149767+0000 mon.smithi156 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:11 smithi194 bash[28991]: audit 2023-12-08T10:47:10.861554+0000 mon.smithi156 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:11 smithi194 bash[28991]: audit 2023-12-08T10:47:11.149767+0000 mon.smithi156 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:13.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:12 smithi156 bash[24915]: cluster 2023-12-08T10:47:10.891523+0000 mgr.smithi156.dvayok (mgr.14180) 1000 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:13.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:12 smithi194 bash[28991]: cluster 2023-12-08T10:47:10.891523+0000 mgr.smithi156.dvayok (mgr.14180) 1000 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:13.072 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:13.073 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.609471Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.610837Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.609741Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.609910Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.610992Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.610068Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.610222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:13.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:14.867 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:14.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:14 smithi156 bash[24915]: cluster 2023-12-08T10:47:12.892610+0000 mgr.smithi156.dvayok (mgr.14180) 1001 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:14.881 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:14 smithi156 bash[24915]: audit 2023-12-08T10:47:13.058307+0000 mgr.smithi156.dvayok (mgr.14180) 1002 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:14 smithi194 bash[28991]: cluster 2023-12-08T10:47:12.892610+0000 mgr.smithi156.dvayok (mgr.14180) 1001 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:14 smithi194 bash[28991]: audit 2023-12-08T10:47:13.058307+0000 mgr.smithi156.dvayok (mgr.14180) 1002 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:16.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:16 smithi156 bash[24915]: cluster 2023-12-08T10:47:14.893882+0000 mgr.smithi156.dvayok (mgr.14180) 1003 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:17.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:16 smithi194 bash[28991]: cluster 2023-12-08T10:47:14.893882+0000 mgr.smithi156.dvayok (mgr.14180) 1003 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:17 smithi194 bash[28991]: audit 2023-12-08T10:47:16.786643+0000 mon.smithi156 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:18.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:17 smithi194 bash[28991]: cluster 2023-12-08T10:47:16.894878+0000 mgr.smithi156.dvayok (mgr.14180) 1004 : 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-08T10:47:18.240 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:18.240 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:36:54.669529Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:36:54.669655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:36:54.669774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:02.336486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ftlgcx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:36:54.670598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:36:54.669394Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:36:54.669184Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:36:54.670716Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:36:54.669892Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:36:54.670127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:36:54.670010Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:18.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:17 smithi156 bash[24915]: audit 2023-12-08T10:47:16.786643+0000 mon.smithi156 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:18.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:17 smithi156 bash[24915]: cluster 2023-12-08T10:47:16.894878+0000 mgr.smithi156.dvayok (mgr.14180) 1004 : 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-08T10:47:19.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.227007+0000 mgr.smithi156.dvayok (mgr.14180) 1005 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.591114+0000 mon.smithi156 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.846225+0000 mon.smithi156 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.847442+0000 mon.smithi156 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.854375+0000 mon.smithi156 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.861314+0000 mon.smithi156 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:19 smithi156 bash[24915]: audit 2023-12-08T10:47:18.872936+0000 mon.smithi156 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.227007+0000 mgr.smithi156.dvayok (mgr.14180) 1005 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.591114+0000 mon.smithi156 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.846225+0000 mon.smithi156 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.847442+0000 mon.smithi156 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.854375+0000 mon.smithi156 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.861314+0000 mon.smithi156 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:19 smithi194 bash[28991]: audit 2023-12-08T10:47:18.872936+0000 mon.smithi156 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:20.084 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:21.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:20 smithi156 bash[24915]: cluster 2023-12-08T10:47:18.855394+0000 mgr.smithi156.dvayok (mgr.14180) 1006 : cluster [DBG] pgmap v687: 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-08T10:47:21.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:20 smithi156 bash[24915]: cephadm 2023-12-08T10:47:18.877001+0000 mgr.smithi156.dvayok (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.tftgfy on smithi194 2023-12-08T10:47:21.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:20 smithi156 bash[24915]: cluster 2023-12-08T10:47:19.851215+0000 mon.smithi156 (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:21.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:20 smithi156 bash[24915]: cluster 2023-12-08T10:47:19.851271+0000 mon.smithi156 (mon.0) 946 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:20 smithi194 bash[28991]: cluster 2023-12-08T10:47:18.855394+0000 mgr.smithi156.dvayok (mgr.14180) 1006 : cluster [DBG] pgmap v687: 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-08T10:47:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:20 smithi194 bash[28991]: cephadm 2023-12-08T10:47:18.877001+0000 mgr.smithi156.dvayok (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.tftgfy on smithi194 2023-12-08T10:47:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:20 smithi194 bash[28991]: cluster 2023-12-08T10:47:19.851215+0000 mon.smithi156 (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:20 smithi194 bash[28991]: cluster 2023-12-08T10:47:19.851271+0000 mon.smithi156 (mon.0) 946 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:22 smithi194 bash[28991]: cluster 2023-12-08T10:47:20.856259+0000 mgr.smithi156.dvayok (mgr.14180) 1008 : cluster [DBG] pgmap v688: 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-08T10:47:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:22 smithi194 bash[28991]: audit 2023-12-08T10:47:21.402128+0000 mon.smithi156 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:22.683 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:22 smithi156 bash[24915]: cluster 2023-12-08T10:47:20.856259+0000 mgr.smithi156.dvayok (mgr.14180) 1008 : cluster [DBG] pgmap v688: 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-08T10:47:22.683 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:22 smithi156 bash[24915]: audit 2023-12-08T10:47:21.402128+0000 mon.smithi156 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:23.382 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:23.382 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:07.029247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.prcvzy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-prcvzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.prcvzy\nDeploy daemon haproxy.nfs.foo.smithi194.prcvzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.851499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wrnjpp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-wrnjpp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.wrnjpp\nDeploy daemon haproxy.nfs.foo.smithi156.wrnjpp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:10.854605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.obzltp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:23.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:23 smithi156 bash[24915]: audit 2023-12-08T10:47:22.678388+0000 mon.smithi156 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.tftgfy"}]: dispatch 2023-12-08T10:47:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:23 smithi194 bash[28991]: audit 2023-12-08T10:47:22.678388+0000 mon.smithi156 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.tftgfy"}]: dispatch 2023-12-08T10:47:24.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:24.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: cephadm 2023-12-08T10:47:22.677641+0000 mgr.smithi156.dvayok (mgr.14180) 1009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:24.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: cephadm 2023-12-08T10:47:22.677894+0000 mgr.smithi156.dvayok (mgr.14180) 1010 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: cephadm 2023-12-08T10:47:22.679579+0000 mgr.smithi156.dvayok (mgr.14180) 1011 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: cephadm 2023-12-08T10:47:22.681727+0000 mgr.smithi156.dvayok (mgr.14180) 1012 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.uxruor on smithi156 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: cluster 2023-12-08T10:47:22.856875+0000 mgr.smithi156.dvayok (mgr.14180) 1013 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2023-12-08T10:47:24.504 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:24 smithi156 bash[24915]: audit 2023-12-08T10:47:23.365511+0000 mgr.smithi156.dvayok (mgr.14180) 1014 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: cephadm 2023-12-08T10:47:22.677641+0000 mgr.smithi156.dvayok (mgr.14180) 1009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:47:24.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:24.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: cephadm 2023-12-08T10:47:22.677894+0000 mgr.smithi156.dvayok (mgr.14180) 1010 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: cephadm 2023-12-08T10:47:22.679579+0000 mgr.smithi156.dvayok (mgr.14180) 1011 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.tftgfy ... 2023-12-08T10:47:24.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: cephadm 2023-12-08T10:47:22.681727+0000 mgr.smithi156.dvayok (mgr.14180) 1012 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.uxruor on smithi156 2023-12-08T10:47:24.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: cluster 2023-12-08T10:47:22.856875+0000 mgr.smithi156.dvayok (mgr.14180) 1013 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2023-12-08T10:47:24.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:24 smithi194 bash[28991]: audit 2023-12-08T10:47:23.365511+0000 mgr.smithi156.dvayok (mgr.14180) 1014 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:25.206 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:26.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:26 smithi156 bash[24915]: cluster 2023-12-08T10:47:24.857887+0000 mgr.smithi156.dvayok (mgr.14180) 1015 : cluster [DBG] pgmap v690: 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-08T10:47:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:26 smithi194 bash[28991]: cluster 2023-12-08T10:47:24.857887+0000 mgr.smithi156.dvayok (mgr.14180) 1015 : cluster [DBG] pgmap v690: 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-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cephadm 2023-12-08T10:47:26.477210+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cephadm 2023-12-08T10:47:26.477782+0000 mgr.smithi156.dvayok (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: audit 2023-12-08T10:47:26.478503+0000 mon.smithi156 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.uxruor"}]: dispatch 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cephadm 2023-12-08T10:47:26.479747+0000 mgr.smithi156.dvayok (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.755 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:47:27.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.757 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.757 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.757 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.757 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cephadm 2023-12-08T10:47:26.482177+0000 mgr.smithi156.dvayok (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:27.758 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cephadm 2023-12-08T10:47:26.484352+0000 mgr.smithi156.dvayok (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:27.758 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: cluster 2023-12-08T10:47:26.485295+0000 mgr.smithi156.dvayok (mgr.14180) 1021 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:27.758 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:27 smithi156 bash[24915]: audit 2023-12-08T10:47:27.337563+0000 mon.smithi156 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cephadm 2023-12-08T10:47:26.477210+0000 mgr.smithi156.dvayok (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-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:27.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cephadm 2023-12-08T10:47:26.477782+0000 mgr.smithi156.dvayok (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: audit 2023-12-08T10:47:26.478503+0000 mon.smithi156 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.uxruor"}]: dispatch 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cephadm 2023-12-08T10:47:26.479747+0000 mgr.smithi156.dvayok (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.uxruor ... 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:27.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:27.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cephadm 2023-12-08T10:47:26.482177+0000 mgr.smithi156.dvayok (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:27.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cephadm 2023-12-08T10:47:26.484352+0000 mgr.smithi156.dvayok (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:27.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: cluster 2023-12-08T10:47:26.485295+0000 mgr.smithi156.dvayok (mgr.14180) 1021 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:27.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:27 smithi194 bash[28991]: audit 2023-12-08T10:47:27.337563+0000 mon.smithi156 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:28.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:28 smithi156 bash[24915]: cluster 2023-12-08T10:47:27.420509+0000 mon.smithi156 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:28.638 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:28.638 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:28 smithi194 bash[28991]: cluster 2023-12-08T10:47:27.420509+0000 mon.smithi156 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:29.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:29.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:29 smithi156 bash[24915]: cluster 2023-12-08T10:47:28.486180+0000 mgr.smithi156.dvayok (mgr.14180) 1022 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:29.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:29 smithi156 bash[24915]: audit 2023-12-08T10:47:28.621024+0000 mgr.smithi156.dvayok (mgr.14180) 1023 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:29 smithi194 bash[28991]: cluster 2023-12-08T10:47:28.486180+0000 mgr.smithi156.dvayok (mgr.14180) 1022 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:29.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:29 smithi194 bash[28991]: audit 2023-12-08T10:47:28.621024+0000 mgr.smithi156.dvayok (mgr.14180) 1023 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:30.420 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:31.453 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:31 smithi156 bash[24915]: cluster 2023-12-08T10:47:30.487536+0000 mgr.smithi156.dvayok (mgr.14180) 1024 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:31.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:31 smithi194 bash[28991]: cluster 2023-12-08T10:47:30.487536+0000 mgr.smithi156.dvayok (mgr.14180) 1024 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:33.674 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:33.674 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:33 smithi194 bash[28991]: cluster 2023-12-08T10:47:32.488226+0000 mgr.smithi156.dvayok (mgr.14180) 1025 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-12-08T10:47:33.932 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:33 smithi156 bash[24915]: cluster 2023-12-08T10:47:32.488226+0000 mgr.smithi156.dvayok (mgr.14180) 1025 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-12-08T10:47:34.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:34.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:34 smithi156 bash[24915]: audit 2023-12-08T10:47:33.656730+0000 mgr.smithi156.dvayok (mgr.14180) 1026 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:34 smithi194 bash[28991]: audit 2023-12-08T10:47:33.656730+0000 mgr.smithi156.dvayok (mgr.14180) 1026 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:35.500 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:35 smithi194 bash[28991]: cluster 2023-12-08T10:47:34.489462+0000 mgr.smithi156.dvayok (mgr.14180) 1027 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:36.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:35 smithi156 bash[24915]: cluster 2023-12-08T10:47:34.489462+0000 mgr.smithi156.dvayok (mgr.14180) 1027 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:37.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:37 smithi156 bash[24915]: audit 2023-12-08T10:47:36.402308+0000 mon.smithi156 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:37.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:37 smithi156 bash[24915]: cluster 2023-12-08T10:47:36.490665+0000 mgr.smithi156.dvayok (mgr.14180) 1028 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:37 smithi194 bash[28991]: audit 2023-12-08T10:47:36.402308+0000 mon.smithi156 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:47:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:37 smithi194 bash[28991]: cluster 2023-12-08T10:47:36.490665+0000 mgr.smithi156.dvayok (mgr.14180) 1028 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-08T10:47:38.900 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:38.900 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:39.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:39 smithi194 bash[28991]: cluster 2023-12-08T10:47:38.491707+0000 mgr.smithi156.dvayok (mgr.14180) 1029 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:40.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:39 smithi156 bash[24915]: cluster 2023-12-08T10:47:38.491707+0000 mgr.smithi156.dvayok (mgr.14180) 1029 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:40.717 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:40 smithi194 bash[28991]: audit 2023-12-08T10:47:38.889415+0000 mgr.smithi156.dvayok (mgr.14180) 1030 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:40.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:40 smithi156 bash[24915]: audit 2023-12-08T10:47:38.889415+0000 mgr.smithi156.dvayok (mgr.14180) 1030 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:41 smithi194 bash[28991]: cluster 2023-12-08T10:47:40.493174+0000 mgr.smithi156.dvayok (mgr.14180) 1031 : 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-08T10:47:41.874 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:41 smithi156 bash[24915]: cluster 2023-12-08T10:47:40.493174+0000 mgr.smithi156.dvayok (mgr.14180) 1031 : 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-08T10:47:43.833 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:43 smithi156 bash[24915]: cluster 2023-12-08T10:47:42.494524+0000 mgr.smithi156.dvayok (mgr.14180) 1032 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:43 smithi194 bash[28991]: cluster 2023-12-08T10:47:42.494524+0000 mgr.smithi156.dvayok (mgr.14180) 1032 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:44.198 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:44.198 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:44.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:45.998 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:46.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:45 smithi156 bash[24915]: audit 2023-12-08T10:47:44.187042+0000 mgr.smithi156.dvayok (mgr.14180) 1033 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:46.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:45 smithi156 bash[24915]: cluster 2023-12-08T10:47:44.495511+0000 mgr.smithi156.dvayok (mgr.14180) 1034 : 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-08T10:47:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:45 smithi194 bash[28991]: audit 2023-12-08T10:47:44.187042+0000 mgr.smithi156.dvayok (mgr.14180) 1033 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:45 smithi194 bash[28991]: cluster 2023-12-08T10:47:44.495511+0000 mgr.smithi156.dvayok (mgr.14180) 1034 : 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-08T10:47:47.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:47 smithi156 bash[24915]: cluster 2023-12-08T10:47:46.496618+0000 mgr.smithi156.dvayok (mgr.14180) 1035 : 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-08T10:47:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:47 smithi194 bash[28991]: cluster 2023-12-08T10:47:46.496618+0000 mgr.smithi156.dvayok (mgr.14180) 1035 : 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-08T10:47:49.380 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:49.380 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:49.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:49 smithi156 bash[24915]: cluster 2023-12-08T10:47:48.497731+0000 mgr.smithi156.dvayok (mgr.14180) 1036 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:49 smithi194 bash[28991]: cluster 2023-12-08T10:47:48.497731+0000 mgr.smithi156.dvayok (mgr.14180) 1036 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:50.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:50 smithi156 bash[24915]: audit 2023-12-08T10:47:49.369609+0000 mgr.smithi156.dvayok (mgr.14180) 1037 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:50 smithi194 bash[28991]: audit 2023-12-08T10:47:49.369609+0000 mgr.smithi156.dvayok (mgr.14180) 1037 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:51.455 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:51.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:51 smithi156 bash[24915]: cluster 2023-12-08T10:47:50.499075+0000 mgr.smithi156.dvayok (mgr.14180) 1038 : 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-08T10:47:52.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:51 smithi194 bash[28991]: cluster 2023-12-08T10:47:50.499075+0000 mgr.smithi156.dvayok (mgr.14180) 1038 : 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-08T10:47:54.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:53 smithi156 bash[24915]: cluster 2023-12-08T10:47:52.499827+0000 mgr.smithi156.dvayok (mgr.14180) 1039 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:53 smithi194 bash[28991]: cluster 2023-12-08T10:47:52.499827+0000 mgr.smithi156.dvayok (mgr.14180) 1039 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:47:54.778 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:54.778 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:55.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:56.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:55 smithi156 bash[24915]: cluster 2023-12-08T10:47:54.501605+0000 mgr.smithi156.dvayok (mgr.14180) 1040 : 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-08T10:47:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:55 smithi194 bash[28991]: cluster 2023-12-08T10:47:54.501605+0000 mgr.smithi156.dvayok (mgr.14180) 1040 : 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-08T10:47:56.519 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:57.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:56 smithi156 bash[24915]: audit 2023-12-08T10:47:54.765118+0000 mgr.smithi156.dvayok (mgr.14180) 1041 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:56 smithi194 bash[28991]: audit 2023-12-08T10:47:54.765118+0000 mgr.smithi156.dvayok (mgr.14180) 1041 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:58.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:57 smithi156 bash[24915]: cluster 2023-12-08T10:47:56.502810+0000 mgr.smithi156.dvayok (mgr.14180) 1042 : 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-08T10:47:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:57 smithi194 bash[28991]: cluster 2023-12-08T10:47:56.502810+0000 mgr.smithi156.dvayok (mgr.14180) 1042 : 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-08T10:47:59.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:47:59 smithi156 bash[24915]: cluster 2023-12-08T10:47:58.503452+0000 mgr.smithi156.dvayok (mgr.14180) 1043 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:59.877 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:47:59.878 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:47:59 smithi194 bash[28991]: cluster 2023-12-08T10:47:58.503452+0000 mgr.smithi156.dvayok (mgr.14180) 1043 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:00.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:01 smithi156 bash[24915]: audit 2023-12-08T10:47:59.861052+0000 mgr.smithi156.dvayok (mgr.14180) 1044 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:01 smithi156 bash[24915]: cluster 2023-12-08T10:48:00.504477+0000 mgr.smithi156.dvayok (mgr.14180) 1045 : 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-08T10:48:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:01 smithi194 bash[28991]: audit 2023-12-08T10:47:59.861052+0000 mgr.smithi156.dvayok (mgr.14180) 1044 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:01 smithi194 bash[28991]: cluster 2023-12-08T10:48:00.504477+0000 mgr.smithi156.dvayok (mgr.14180) 1045 : 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-08T10:48:01.688 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:04.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:03 smithi156 bash[24915]: cluster 2023-12-08T10:48:02.505260+0000 mgr.smithi156.dvayok (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:03 smithi194 bash[28991]: cluster 2023-12-08T10:48:02.505260+0000 mgr.smithi156.dvayok (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:05.153 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:05.153 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:05 smithi156 bash[24915]: cluster 2023-12-08T10:48:04.506397+0000 mgr.smithi156.dvayok (mgr.14180) 1047 : 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-08T10:48:05.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:06.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:05 smithi194 bash[28991]: cluster 2023-12-08T10:48:04.506397+0000 mgr.smithi156.dvayok (mgr.14180) 1047 : 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-08T10:48:06.988 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:07.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:06 smithi156 bash[24915]: audit 2023-12-08T10:48:05.136451+0000 mgr.smithi156.dvayok (mgr.14180) 1048 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:06 smithi194 bash[28991]: audit 2023-12-08T10:48:05.136451+0000 mgr.smithi156.dvayok (mgr.14180) 1048 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:08.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:07 smithi156 bash[24915]: cluster 2023-12-08T10:48:06.507562+0000 mgr.smithi156.dvayok (mgr.14180) 1049 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:07 smithi194 bash[28991]: cluster 2023-12-08T10:48:06.507562+0000 mgr.smithi156.dvayok (mgr.14180) 1049 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:09.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:09 smithi156 bash[24915]: cluster 2023-12-08T10:48:08.508538+0000 mgr.smithi156.dvayok (mgr.14180) 1050 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:09 smithi194 bash[28991]: cluster 2023-12-08T10:48:08.508538+0000 mgr.smithi156.dvayok (mgr.14180) 1050 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:10.411 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:10.412 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:11.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:11.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:11 smithi156 bash[24915]: audit 2023-12-08T10:48:10.401212+0000 mgr.smithi156.dvayok (mgr.14180) 1051 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:11.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:11 smithi156 bash[24915]: cluster 2023-12-08T10:48:10.509334+0000 mgr.smithi156.dvayok (mgr.14180) 1052 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:11 smithi194 bash[28991]: audit 2023-12-08T10:48:10.401212+0000 mgr.smithi156.dvayok (mgr.14180) 1051 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:11 smithi194 bash[28991]: cluster 2023-12-08T10:48:10.509334+0000 mgr.smithi156.dvayok (mgr.14180) 1052 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:12.266 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:13.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:13 smithi156 bash[24915]: cluster 2023-12-08T10:48:12.510469+0000 mgr.smithi156.dvayok (mgr.14180) 1053 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:14.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:13 smithi194 bash[28991]: cluster 2023-12-08T10:48:12.510469+0000 mgr.smithi156.dvayok (mgr.14180) 1053 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:15.560 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:15.560 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:16.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:15 smithi156 bash[24915]: cluster 2023-12-08T10:48:14.511899+0000 mgr.smithi156.dvayok (mgr.14180) 1054 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:15 smithi194 bash[28991]: cluster 2023-12-08T10:48:14.511899+0000 mgr.smithi156.dvayok (mgr.14180) 1054 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:16.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:16.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:16 smithi156 bash[24915]: audit 2023-12-08T10:48:15.544795+0000 mgr.smithi156.dvayok (mgr.14180) 1055 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:17.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:16 smithi194 bash[28991]: audit 2023-12-08T10:48:15.544795+0000 mgr.smithi156.dvayok (mgr.14180) 1055 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:17.369 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:17.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:17 smithi156 bash[24915]: cluster 2023-12-08T10:48:16.513064+0000 mgr.smithi156.dvayok (mgr.14180) 1056 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:17 smithi194 bash[28991]: cluster 2023-12-08T10:48:16.513064+0000 mgr.smithi156.dvayok (mgr.14180) 1056 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:20.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:19 smithi156 bash[24915]: cluster 2023-12-08T10:48:18.513680+0000 mgr.smithi156.dvayok (mgr.14180) 1057 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:19 smithi194 bash[28991]: cluster 2023-12-08T10:48:18.513680+0000 mgr.smithi156.dvayok (mgr.14180) 1057 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:20.790 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:20.790 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:21.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:21 smithi156 bash[24915]: cluster 2023-12-08T10:48:20.514954+0000 mgr.smithi156.dvayok (mgr.14180) 1058 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:21.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:21.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:21 smithi194 bash[28991]: cluster 2023-12-08T10:48:20.514954+0000 mgr.smithi156.dvayok (mgr.14180) 1058 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:22.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:22 smithi156 bash[24915]: audit 2023-12-08T10:48:20.774421+0000 mgr.smithi156.dvayok (mgr.14180) 1059 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:22.551 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:22.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:22 smithi194 bash[28991]: audit 2023-12-08T10:48:20.774421+0000 mgr.smithi156.dvayok (mgr.14180) 1059 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:23.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:23 smithi156 bash[24915]: cluster 2023-12-08T10:48:22.516159+0000 mgr.smithi156.dvayok (mgr.14180) 1060 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:23.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:23 smithi194 bash[28991]: cluster 2023-12-08T10:48:22.516159+0000 mgr.smithi156.dvayok (mgr.14180) 1060 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:25.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:25 smithi156 bash[24915]: cluster 2023-12-08T10:48:24.517436+0000 mgr.smithi156.dvayok (mgr.14180) 1061 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:25.906 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:25.906 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:10.857287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jcyovd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:25 smithi194 bash[28991]: cluster 2023-12-08T10:48:24.517436+0000 mgr.smithi156.dvayok (mgr.14180) 1061 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:26.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:27.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:26 smithi156 bash[24915]: audit 2023-12-08T10:48:26.489372+0000 mon.smithi156 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:48:27.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:26 smithi194 bash[28991]: audit 2023-12-08T10:48:26.489372+0000 mon.smithi156 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:48:27.837 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:27.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:25.890780+0000 mgr.smithi156.dvayok (mgr.14180) 1062 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:27.850 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: cluster 2023-12-08T10:48:26.518216+0000 mgr.smithi156.dvayok (mgr.14180) 1063 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:27.851 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:26.799508+0000 mon.smithi156 (mon.0) 954 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:48:27.851 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:26.801046+0000 mon.smithi156 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:48:27.851 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:26.808990+0000 mon.smithi156 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:27.851 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:26.815151+0000 mon.smithi156 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:48:27.851 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:27 smithi156 bash[24915]: audit 2023-12-08T10:48:26.829827+0000 mon.smithi156 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:25.890780+0000 mgr.smithi156.dvayok (mgr.14180) 1062 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: cluster 2023-12-08T10:48:26.518216+0000 mgr.smithi156.dvayok (mgr.14180) 1063 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:26.799508+0000 mon.smithi156 (mon.0) 954 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:48:28.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:26.801046+0000 mon.smithi156 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:48:28.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:26.808990+0000 mon.smithi156 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:28.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:26.815151+0000 mon.smithi156 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:48:28.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:27 smithi194 bash[28991]: audit 2023-12-08T10:48:26.829827+0000 mon.smithi156 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:29.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:28 smithi156 bash[24915]: cluster 2023-12-08T10:48:26.809774+0000 mgr.smithi156.dvayok (mgr.14180) 1064 : cluster [DBG] pgmap v722: 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-08T10:48:29.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:28 smithi156 bash[24915]: cephadm 2023-12-08T10:48:26.835112+0000 mgr.smithi156.dvayok (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hqbkji on smithi194 2023-12-08T10:48:29.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:28 smithi156 bash[24915]: cluster 2023-12-08T10:48:27.805966+0000 mon.smithi156 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:48:29.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:28 smithi156 bash[24915]: cluster 2023-12-08T10:48:27.806025+0000 mon.smithi156 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-12-08T10:48:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:28 smithi194 bash[28991]: cluster 2023-12-08T10:48:26.809774+0000 mgr.smithi156.dvayok (mgr.14180) 1064 : cluster [DBG] pgmap v722: 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-08T10:48:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:28 smithi194 bash[28991]: cephadm 2023-12-08T10:48:26.835112+0000 mgr.smithi156.dvayok (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.hqbkji on smithi194 2023-12-08T10:48:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:28 smithi194 bash[28991]: cluster 2023-12-08T10:48:27.805966+0000 mon.smithi156 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:48:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:28 smithi194 bash[28991]: cluster 2023-12-08T10:48:27.806025+0000 mon.smithi156 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-12-08T10:48:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:30 smithi194 bash[28991]: cluster 2023-12-08T10:48:28.810758+0000 mgr.smithi156.dvayok (mgr.14180) 1066 : cluster [DBG] pgmap v723: 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-08T10:48:31.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:30 smithi156 bash[24915]: cluster 2023-12-08T10:48:28.810758+0000 mgr.smithi156.dvayok (mgr.14180) 1066 : cluster [DBG] pgmap v723: 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-08T10:48:31.136 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:31.137 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:22.679461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tftgfy on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-tftgfy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.tftgfy\nDeploy daemon haproxy.nfs.foo.smithi194.tftgfy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.479537Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.uxruor on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-uxruor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.uxruor\nDeploy daemon haproxy.nfs.foo.smithi156.uxruor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:26.482058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lhvqar on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: cephadm 2023-12-08T10:48:30.604483+0000 mgr.smithi156.dvayok (mgr.14180) 1067 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: cephadm 2023-12-08T10:48:30.604910+0000 mgr.smithi156.dvayok (mgr.14180) 1068 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: audit 2023-12-08T10:48:30.605396+0000 mon.smithi156 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hqbkji"}]: dispatch 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: cephadm 2023-12-08T10:48:30.606598+0000 mgr.smithi156.dvayok (mgr.14180) 1069 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:31.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:31.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:31 smithi156 bash[24915]: cephadm 2023-12-08T10:48:30.610118+0000 mgr.smithi156.dvayok (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.iewlrv on smithi156 2023-12-08T10:48:31.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:32.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: cephadm 2023-12-08T10:48:30.604483+0000 mgr.smithi156.dvayok (mgr.14180) 1067 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:48:32.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:32.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: cephadm 2023-12-08T10:48:30.604910+0000 mgr.smithi156.dvayok (mgr.14180) 1068 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: audit 2023-12-08T10:48:30.605396+0000 mon.smithi156 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.hqbkji"}]: dispatch 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: cephadm 2023-12-08T10:48:30.606598+0000 mgr.smithi156.dvayok (mgr.14180) 1069 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.hqbkji ... 2023-12-08T10:48:32.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:32.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:32.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:32.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:32.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:31 smithi194 bash[28991]: cephadm 2023-12-08T10:48:30.610118+0000 mgr.smithi156.dvayok (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.iewlrv on smithi156 2023-12-08T10:48:32.962 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:32.974 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:32 smithi156 bash[24915]: cluster 2023-12-08T10:48:30.811655+0000 mgr.smithi156.dvayok (mgr.14180) 1071 : cluster [DBG] pgmap v724: 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-08T10:48:32.974 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:32 smithi156 bash[24915]: audit 2023-12-08T10:48:31.125077+0000 mgr.smithi156.dvayok (mgr.14180) 1072 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:33.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:32 smithi194 bash[28991]: cluster 2023-12-08T10:48:30.811655+0000 mgr.smithi156.dvayok (mgr.14180) 1071 : cluster [DBG] pgmap v724: 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-08T10:48:33.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:32 smithi194 bash[28991]: audit 2023-12-08T10:48:31.125077+0000 mgr.smithi156.dvayok (mgr.14180) 1072 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:34 smithi156 bash[24915]: cluster 2023-12-08T10:48:32.812534+0000 mgr.smithi156.dvayok (mgr.14180) 1073 : cluster [DBG] pgmap v725: 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-08T10:48:35.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:34 smithi156 bash[24915]: audit 2023-12-08T10:48:34.494859+0000 mon.smithi156 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.iewlrv"}]: dispatch 2023-12-08T10:48:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:34 smithi194 bash[28991]: cluster 2023-12-08T10:48:32.812534+0000 mgr.smithi156.dvayok (mgr.14180) 1073 : cluster [DBG] pgmap v725: 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-08T10:48:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:34 smithi194 bash[28991]: audit 2023-12-08T10:48:34.494859+0000 mon.smithi156 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.iewlrv"}]: dispatch 2023-12-08T10:48:35.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cephadm 2023-12-08T10:48:34.494231+0000 mgr.smithi156.dvayok (mgr.14180) 1074 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:48:35.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cephadm 2023-12-08T10:48:34.494476+0000 mgr.smithi156.dvayok (mgr.14180) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cephadm 2023-12-08T10:48:34.495657+0000 mgr.smithi156.dvayok (mgr.14180) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cephadm 2023-12-08T10:48:34.497544+0000 mgr.smithi156.dvayok (mgr.14180) 1077 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cephadm 2023-12-08T10:48:34.499397+0000 mgr.smithi156.dvayok (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cluster 2023-12-08T10:48:34.501964+0000 mgr.smithi156.dvayok (mgr.14180) 1079 : cluster [DBG] pgmap v726: 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-08T10:48:35.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:35 smithi156 bash[24915]: cluster 2023-12-08T10:48:34.607745+0000 mon.smithi156 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cephadm 2023-12-08T10:48:34.494231+0000 mgr.smithi156.dvayok (mgr.14180) 1074 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cephadm 2023-12-08T10:48:34.494476+0000 mgr.smithi156.dvayok (mgr.14180) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cephadm 2023-12-08T10:48:34.495657+0000 mgr.smithi156.dvayok (mgr.14180) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.iewlrv ... 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:36.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:36.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:36.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cephadm 2023-12-08T10:48:34.497544+0000 mgr.smithi156.dvayok (mgr.14180) 1077 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:36.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cephadm 2023-12-08T10:48:34.499397+0000 mgr.smithi156.dvayok (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:36.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cluster 2023-12-08T10:48:34.501964+0000 mgr.smithi156.dvayok (mgr.14180) 1079 : cluster [DBG] pgmap v726: 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-08T10:48:36.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:35 smithi194 bash[28991]: cluster 2023-12-08T10:48:34.607745+0000 mon.smithi156 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:48:36.422 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:36.422 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:37.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:38.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:37 smithi156 bash[24915]: audit 2023-12-08T10:48:36.407637+0000 mgr.smithi156.dvayok (mgr.14180) 1080 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:38.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:37 smithi156 bash[24915]: cluster 2023-12-08T10:48:36.503168+0000 mgr.smithi156.dvayok (mgr.14180) 1081 : cluster [DBG] pgmap v727: 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-08T10:48:38.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:37 smithi156 bash[24915]: audit 2023-12-08T10:48:37.388761+0000 mon.smithi156 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:37 smithi194 bash[28991]: audit 2023-12-08T10:48:36.407637+0000 mgr.smithi156.dvayok (mgr.14180) 1080 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:37 smithi194 bash[28991]: cluster 2023-12-08T10:48:36.503168+0000 mgr.smithi156.dvayok (mgr.14180) 1081 : cluster [DBG] pgmap v727: 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-08T10:48:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:37 smithi194 bash[28991]: audit 2023-12-08T10:48:37.388761+0000 mon.smithi156 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:48:38.284 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:40.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:39 smithi156 bash[24915]: cluster 2023-12-08T10:48:38.503761+0000 mgr.smithi156.dvayok (mgr.14180) 1082 : cluster [DBG] pgmap v728: 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-08T10:48:40.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:39 smithi194 bash[28991]: cluster 2023-12-08T10:48:38.503761+0000 mgr.smithi156.dvayok (mgr.14180) 1082 : cluster [DBG] pgmap v728: 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-08T10:48:41.457 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:41.457 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:41.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:41 smithi156 bash[24915]: cluster 2023-12-08T10:48:40.505075+0000 mgr.smithi156.dvayok (mgr.14180) 1083 : cluster [DBG] pgmap v729: 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-08T10:48:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:41 smithi194 bash[28991]: cluster 2023-12-08T10:48:40.505075+0000 mgr.smithi156.dvayok (mgr.14180) 1083 : cluster [DBG] pgmap v729: 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-08T10:48:42.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:42.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:42 smithi156 bash[24915]: audit 2023-12-08T10:48:41.446112+0000 mgr.smithi156.dvayok (mgr.14180) 1084 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:42.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:42 smithi194 bash[28991]: audit 2023-12-08T10:48:41.446112+0000 mgr.smithi156.dvayok (mgr.14180) 1084 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:43.246 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:43.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:43 smithi156 bash[24915]: cluster 2023-12-08T10:48:42.505841+0000 mgr.smithi156.dvayok (mgr.14180) 1085 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-08T10:48:43.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:43 smithi194 bash[28991]: cluster 2023-12-08T10:48:42.505841+0000 mgr.smithi156.dvayok (mgr.14180) 1085 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-08T10:48:46.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:45 smithi156 bash[24915]: cluster 2023-12-08T10:48:44.507019+0000 mgr.smithi156.dvayok (mgr.14180) 1086 : cluster [DBG] pgmap v731: 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-08T10:48:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:45 smithi194 bash[28991]: cluster 2023-12-08T10:48:44.507019+0000 mgr.smithi156.dvayok (mgr.14180) 1086 : cluster [DBG] pgmap v731: 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-08T10:48:46.592 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:46.592 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:47.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:47.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:47 smithi156 bash[24915]: cluster 2023-12-08T10:48:46.508121+0000 mgr.smithi156.dvayok (mgr.14180) 1087 : 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-08T10:48:47.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:47 smithi156 bash[24915]: audit 2023-12-08T10:48:46.577279+0000 mgr.smithi156.dvayok (mgr.14180) 1088 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:47 smithi194 bash[28991]: cluster 2023-12-08T10:48:46.508121+0000 mgr.smithi156.dvayok (mgr.14180) 1087 : 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-08T10:48:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:47 smithi194 bash[28991]: audit 2023-12-08T10:48:46.577279+0000 mgr.smithi156.dvayok (mgr.14180) 1088 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:48.375 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:49.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:49 smithi156 bash[24915]: cluster 2023-12-08T10:48:48.509066+0000 mgr.smithi156.dvayok (mgr.14180) 1089 : 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-08T10:48:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:49 smithi194 bash[28991]: cluster 2023-12-08T10:48:48.509066+0000 mgr.smithi156.dvayok (mgr.14180) 1089 : 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-08T10:48:51.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:51 smithi156 bash[24915]: cluster 2023-12-08T10:48:50.509793+0000 mgr.smithi156.dvayok (mgr.14180) 1090 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:51 smithi194 bash[28991]: cluster 2023-12-08T10:48:50.509793+0000 mgr.smithi156.dvayok (mgr.14180) 1090 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:51.706 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:51.706 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:52.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:52 smithi156 bash[24915]: audit 2023-12-08T10:48:51.690058+0000 mgr.smithi156.dvayok (mgr.14180) 1091 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:52.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:52.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:52 smithi194 bash[28991]: audit 2023-12-08T10:48:51.690058+0000 mgr.smithi156.dvayok (mgr.14180) 1091 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:53.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:53 smithi156 bash[24915]: cluster 2023-12-08T10:48:52.510951+0000 mgr.smithi156.dvayok (mgr.14180) 1092 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:53.516 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:53.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:53 smithi194 bash[28991]: cluster 2023-12-08T10:48:52.510951+0000 mgr.smithi156.dvayok (mgr.14180) 1092 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:48:56.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:55 smithi156 bash[24915]: cluster 2023-12-08T10:48:54.511836+0000 mgr.smithi156.dvayok (mgr.14180) 1093 : 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-08T10:48:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:55 smithi194 bash[28991]: cluster 2023-12-08T10:48:54.511836+0000 mgr.smithi156.dvayok (mgr.14180) 1093 : 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-08T10:48:56.888 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:48:56.888 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:57.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:58.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:57 smithi156 bash[24915]: cluster 2023-12-08T10:48:56.512873+0000 mgr.smithi156.dvayok (mgr.14180) 1094 : 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-08T10:48:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:57 smithi194 bash[28991]: cluster 2023-12-08T10:48:56.512873+0000 mgr.smithi156.dvayok (mgr.14180) 1094 : 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-08T10:48:58.697 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:58.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:58 smithi156 bash[24915]: audit 2023-12-08T10:48:56.877426+0000 mgr.smithi156.dvayok (mgr.14180) 1095 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:58 smithi194 bash[28991]: audit 2023-12-08T10:48:56.877426+0000 mgr.smithi156.dvayok (mgr.14180) 1095 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:59.863 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:48:59 smithi156 bash[24915]: cluster 2023-12-08T10:48:58.513751+0000 mgr.smithi156.dvayok (mgr.14180) 1096 : 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-08T10:49:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:48:59 smithi194 bash[28991]: cluster 2023-12-08T10:48:58.513751+0000 mgr.smithi156.dvayok (mgr.14180) 1096 : 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-08T10:49:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:01 smithi156 bash[24915]: cluster 2023-12-08T10:49:00.515066+0000 mgr.smithi156.dvayok (mgr.14180) 1097 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:01 smithi194 bash[28991]: cluster 2023-12-08T10:49:00.515066+0000 mgr.smithi156.dvayok (mgr.14180) 1097 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:02.079 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:02.079 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:02.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:03.948 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:03.960 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:03 smithi156 bash[24915]: audit 2023-12-08T10:49:02.064281+0000 mgr.smithi156.dvayok (mgr.14180) 1098 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:03.960 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:03 smithi156 bash[24915]: cluster 2023-12-08T10:49:02.516363+0000 mgr.smithi156.dvayok (mgr.14180) 1099 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:03 smithi194 bash[28991]: audit 2023-12-08T10:49:02.064281+0000 mgr.smithi156.dvayok (mgr.14180) 1098 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:03 smithi194 bash[28991]: cluster 2023-12-08T10:49:02.516363+0000 mgr.smithi156.dvayok (mgr.14180) 1099 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:05 smithi156 bash[24915]: cluster 2023-12-08T10:49:04.517297+0000 mgr.smithi156.dvayok (mgr.14180) 1100 : 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-08T10:49:06.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:05 smithi194 bash[28991]: cluster 2023-12-08T10:49:04.517297+0000 mgr.smithi156.dvayok (mgr.14180) 1100 : 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-08T10:49:07.559 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:07.560 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:08.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:07 smithi156 bash[24915]: cluster 2023-12-08T10:49:06.518012+0000 mgr.smithi156.dvayok (mgr.14180) 1101 : 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-08T10:49:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:07 smithi194 bash[28991]: cluster 2023-12-08T10:49:06.518012+0000 mgr.smithi156.dvayok (mgr.14180) 1101 : 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-08T10:49:08.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:09.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:08 smithi156 bash[24915]: audit 2023-12-08T10:49:07.549094+0000 mgr.smithi156.dvayok (mgr.14180) 1102 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:09.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:08 smithi194 bash[28991]: audit 2023-12-08T10:49:07.549094+0000 mgr.smithi156.dvayok (mgr.14180) 1102 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:09.336 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:10.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:09 smithi156 bash[24915]: cluster 2023-12-08T10:49:08.519077+0000 mgr.smithi156.dvayok (mgr.14180) 1103 : 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-08T10:49:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:09 smithi194 bash[28991]: cluster 2023-12-08T10:49:08.519077+0000 mgr.smithi156.dvayok (mgr.14180) 1103 : 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-08T10:49:11.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:11 smithi156 bash[24915]: cluster 2023-12-08T10:49:10.520625+0000 mgr.smithi156.dvayok (mgr.14180) 1104 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:11 smithi194 bash[28991]: cluster 2023-12-08T10:49:10.520625+0000 mgr.smithi156.dvayok (mgr.14180) 1104 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:12.914 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:12.914 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:13.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:14.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:13 smithi156 bash[24915]: cluster 2023-12-08T10:49:12.521875+0000 mgr.smithi156.dvayok (mgr.14180) 1105 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:14.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:13 smithi194 bash[28991]: cluster 2023-12-08T10:49:12.521875+0000 mgr.smithi156.dvayok (mgr.14180) 1105 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:14.756 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:14.954 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:14 smithi156 bash[24915]: audit 2023-12-08T10:49:12.903072+0000 mgr.smithi156.dvayok (mgr.14180) 1106 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:14 smithi194 bash[28991]: audit 2023-12-08T10:49:12.903072+0000 mgr.smithi156.dvayok (mgr.14180) 1106 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:15.969 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:15 smithi156 bash[24915]: cluster 2023-12-08T10:49:14.523092+0000 mgr.smithi156.dvayok (mgr.14180) 1107 : 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-08T10:49:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:15 smithi194 bash[28991]: cluster 2023-12-08T10:49:14.523092+0000 mgr.smithi156.dvayok (mgr.14180) 1107 : 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-08T10:49:17.871 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:17 smithi156 bash[24915]: cluster 2023-12-08T10:49:16.524283+0000 mgr.smithi156.dvayok (mgr.14180) 1108 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:17 smithi194 bash[28991]: cluster 2023-12-08T10:49:16.524283+0000 mgr.smithi156.dvayok (mgr.14180) 1108 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:18.237 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:18.237 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:19.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:20.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:19 smithi156 bash[24915]: audit 2023-12-08T10:49:18.227224+0000 mgr.smithi156.dvayok (mgr.14180) 1109 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:20.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:19 smithi156 bash[24915]: cluster 2023-12-08T10:49:18.525327+0000 mgr.smithi156.dvayok (mgr.14180) 1110 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:20.014 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:19 smithi194 bash[28991]: audit 2023-12-08T10:49:18.227224+0000 mgr.smithi156.dvayok (mgr.14180) 1109 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:19 smithi194 bash[28991]: cluster 2023-12-08T10:49:18.525327+0000 mgr.smithi156.dvayok (mgr.14180) 1110 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:21.390 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:21 smithi156 bash[24915]: cluster 2023-12-08T10:49:20.526609+0000 mgr.smithi156.dvayok (mgr.14180) 1111 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:21 smithi194 bash[28991]: cluster 2023-12-08T10:49:20.526609+0000 mgr.smithi156.dvayok (mgr.14180) 1111 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:23.248 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:23.248 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:24.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:23 smithi156 bash[24915]: cluster 2023-12-08T10:49:22.527487+0000 mgr.smithi156.dvayok (mgr.14180) 1112 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:24.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:24.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:23 smithi194 bash[28991]: cluster 2023-12-08T10:49:22.527487+0000 mgr.smithi156.dvayok (mgr.14180) 1112 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:25.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:24 smithi156 bash[24915]: audit 2023-12-08T10:49:23.236709+0000 mgr.smithi156.dvayok (mgr.14180) 1113 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:25.057 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:25.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:24 smithi194 bash[28991]: audit 2023-12-08T10:49:23.236709+0000 mgr.smithi156.dvayok (mgr.14180) 1113 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:26.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:25 smithi156 bash[24915]: cluster 2023-12-08T10:49:24.528745+0000 mgr.smithi156.dvayok (mgr.14180) 1114 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:25 smithi194 bash[28991]: cluster 2023-12-08T10:49:24.528745+0000 mgr.smithi156.dvayok (mgr.14180) 1114 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:28.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:27 smithi156 bash[24915]: cluster 2023-12-08T10:49:26.529702+0000 mgr.smithi156.dvayok (mgr.14180) 1115 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:27 smithi194 bash[28991]: cluster 2023-12-08T10:49:26.529702+0000 mgr.smithi156.dvayok (mgr.14180) 1115 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:28.563 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:28.563 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:29.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:29.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:29 smithi156 bash[24915]: cluster 2023-12-08T10:49:28.530793+0000 mgr.smithi156.dvayok (mgr.14180) 1116 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:29.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:29 smithi156 bash[24915]: audit 2023-12-08T10:49:28.547834+0000 mgr.smithi156.dvayok (mgr.14180) 1117 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:30.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:29 smithi194 bash[28991]: cluster 2023-12-08T10:49:28.530793+0000 mgr.smithi156.dvayok (mgr.14180) 1116 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:30.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:29 smithi194 bash[28991]: audit 2023-12-08T10:49:28.547834+0000 mgr.smithi156.dvayok (mgr.14180) 1117 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:30.391 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:31 smithi156 bash[24915]: cluster 2023-12-08T10:49:30.532154+0000 mgr.smithi156.dvayok (mgr.14180) 1118 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:31.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:31 smithi194 bash[28991]: cluster 2023-12-08T10:49:30.532154+0000 mgr.smithi156.dvayok (mgr.14180) 1118 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:33.610 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:33.610 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:26.484224Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.nypcgc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:33.845 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:33 smithi156 bash[24915]: cluster 2023-12-08T10:49:32.533258+0000 mgr.smithi156.dvayok (mgr.14180) 1119 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:34.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:33 smithi194 bash[28991]: cluster 2023-12-08T10:49:32.533258+0000 mgr.smithi156.dvayok (mgr.14180) 1119 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:49:34.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:34.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:34 smithi156 bash[24915]: audit 2023-12-08T10:49:33.595858+0000 mgr.smithi156.dvayok (mgr.14180) 1120 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:34.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:34 smithi156 bash[24915]: audit 2023-12-08T10:49:34.505582+0000 mon.smithi156 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:49:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:34 smithi194 bash[28991]: audit 2023-12-08T10:49:33.595858+0000 mgr.smithi156.dvayok (mgr.14180) 1120 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:34 smithi194 bash[28991]: audit 2023-12-08T10:49:34.505582+0000 mon.smithi156 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:49:35.407 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: cluster 2023-12-08T10:49:34.534149+0000 mgr.smithi156.dvayok (mgr.14180) 1121 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: audit 2023-12-08T10:49:34.813434+0000 mon.smithi156 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:49:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: audit 2023-12-08T10:49:34.814687+0000 mon.smithi156 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:49:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: audit 2023-12-08T10:49:34.821914+0000 mon.smithi156 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: audit 2023-12-08T10:49:34.829822+0000 mon.smithi156 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:49:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:35 smithi156 bash[24915]: audit 2023-12-08T10:49:34.845220+0000 mon.smithi156 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: cluster 2023-12-08T10:49:34.534149+0000 mgr.smithi156.dvayok (mgr.14180) 1121 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: audit 2023-12-08T10:49:34.813434+0000 mon.smithi156 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:49:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: audit 2023-12-08T10:49:34.814687+0000 mon.smithi156 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:49:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: audit 2023-12-08T10:49:34.821914+0000 mon.smithi156 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: audit 2023-12-08T10:49:34.829822+0000 mon.smithi156 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:49:36.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:35 smithi194 bash[28991]: audit 2023-12-08T10:49:34.845220+0000 mon.smithi156 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:36.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:36 smithi156 bash[24915]: cluster 2023-12-08T10:49:34.822688+0000 mgr.smithi156.dvayok (mgr.14180) 1122 : cluster [DBG] pgmap v757: 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-08T10:49:36.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:36 smithi156 bash[24915]: cephadm 2023-12-08T10:49:34.849923+0000 mgr.smithi156.dvayok (mgr.14180) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bslzdg on smithi194 2023-12-08T10:49:36.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:36 smithi156 bash[24915]: cluster 2023-12-08T10:49:35.819055+0000 mon.smithi156 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:49:36.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:36 smithi156 bash[24915]: cluster 2023-12-08T10:49:35.819113+0000 mon.smithi156 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-08T10:49:36.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:36 smithi156 bash[24915]: audit 2023-12-08T10:49:36.405820+0000 mon.smithi156 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:36 smithi194 bash[28991]: cluster 2023-12-08T10:49:34.822688+0000 mgr.smithi156.dvayok (mgr.14180) 1122 : cluster [DBG] pgmap v757: 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-08T10:49:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:36 smithi194 bash[28991]: cephadm 2023-12-08T10:49:34.849923+0000 mgr.smithi156.dvayok (mgr.14180) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bslzdg on smithi194 2023-12-08T10:49:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:36 smithi194 bash[28991]: cluster 2023-12-08T10:49:35.819055+0000 mon.smithi156 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:49:37.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:36 smithi194 bash[28991]: cluster 2023-12-08T10:49:35.819113+0000 mon.smithi156 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-08T10:49:37.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:36 smithi194 bash[28991]: audit 2023-12-08T10:49:36.405820+0000 mon.smithi156 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:38.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:38 smithi156 bash[24915]: cluster 2023-12-08T10:49:36.823653+0000 mgr.smithi156.dvayok (mgr.14180) 1124 : cluster [DBG] pgmap v758: 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-08T10:49:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:38 smithi194 bash[28991]: cluster 2023-12-08T10:49:36.823653+0000 mgr.smithi156.dvayok (mgr.14180) 1124 : cluster [DBG] pgmap v758: 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-08T10:49:38.842 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:38.842 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:30.606384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.hqbkji on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-hqbkji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.hqbkji\nDeploy daemon haproxy.nfs.foo.smithi194.hqbkji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.495540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.iewlrv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-iewlrv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.iewlrv\nDeploy daemon haproxy.nfs.foo.smithi156.iewlrv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:34.497437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.hcgywb on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:39.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: cephadm 2023-12-08T10:49:38.618267+0000 mgr.smithi156.dvayok (mgr.14180) 1125 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: cephadm 2023-12-08T10:49:38.618505+0000 mgr.smithi156.dvayok (mgr.14180) 1126 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: audit 2023-12-08T10:49:38.618858+0000 mon.smithi156 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bslzdg"}]: dispatch 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: cephadm 2023-12-08T10:49:38.619760+0000 mgr.smithi156.dvayok (mgr.14180) 1127 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:39 smithi156 bash[24915]: cephadm 2023-12-08T10:49:38.622668+0000 mgr.smithi156.dvayok (mgr.14180) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jhoqco on smithi156 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: cephadm 2023-12-08T10:49:38.618267+0000 mgr.smithi156.dvayok (mgr.14180) 1125 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: cephadm 2023-12-08T10:49:38.618505+0000 mgr.smithi156.dvayok (mgr.14180) 1126 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: audit 2023-12-08T10:49:38.618858+0000 mon.smithi156 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bslzdg"}]: dispatch 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: cephadm 2023-12-08T10:49:38.619760+0000 mgr.smithi156.dvayok (mgr.14180) 1127 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.bslzdg ... 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:40.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:39 smithi194 bash[28991]: cephadm 2023-12-08T10:49:38.622668+0000 mgr.smithi156.dvayok (mgr.14180) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jhoqco on smithi156 2023-12-08T10:49:40.669 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:41.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:40 smithi156 bash[24915]: cluster 2023-12-08T10:49:38.824303+0000 mgr.smithi156.dvayok (mgr.14180) 1129 : cluster [DBG] pgmap v759: 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-08T10:49:41.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:40 smithi156 bash[24915]: audit 2023-12-08T10:49:38.830017+0000 mgr.smithi156.dvayok (mgr.14180) 1130 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:41.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:40 smithi194 bash[28991]: cluster 2023-12-08T10:49:38.824303+0000 mgr.smithi156.dvayok (mgr.14180) 1129 : cluster [DBG] pgmap v759: 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-08T10:49:41.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:40 smithi194 bash[28991]: audit 2023-12-08T10:49:38.830017+0000 mgr.smithi156.dvayok (mgr.14180) 1130 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:42.922 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:42 smithi156 bash[24915]: cluster 2023-12-08T10:49:40.824902+0000 mgr.smithi156.dvayok (mgr.14180) 1131 : cluster [DBG] pgmap v760: 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-08T10:49:43.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:42 smithi194 bash[28991]: cluster 2023-12-08T10:49:40.824902+0000 mgr.smithi156.dvayok (mgr.14180) 1131 : cluster [DBG] pgmap v760: 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-08T10:49:43.908 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:43 smithi156 bash[24915]: audit 2023-12-08T10:49:42.812642+0000 mon.smithi156 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jhoqco"}]: dispatch 2023-12-08T10:49:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:43 smithi194 bash[28991]: audit 2023-12-08T10:49:42.812642+0000 mon.smithi156 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jhoqco"}]: dispatch 2023-12-08T10:49:44.302 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:44.302 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cephadm 2023-12-08T10:49:42.811895+0000 mgr.smithi156.dvayok (mgr.14180) 1132 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cephadm 2023-12-08T10:49:42.812156+0000 mgr.smithi156.dvayok (mgr.14180) 1133 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cephadm 2023-12-08T10:49:42.813614+0000 mgr.smithi156.dvayok (mgr.14180) 1134 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cephadm 2023-12-08T10:49:42.815452+0000 mgr.smithi156.dvayok (mgr.14180) 1135 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:45.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cephadm 2023-12-08T10:49:42.817073+0000 mgr.smithi156.dvayok (mgr.14180) 1136 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:45.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cluster 2023-12-08T10:49:42.818334+0000 mgr.smithi156.dvayok (mgr.14180) 1137 : cluster [DBG] pgmap v761: 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-08T10:49:45.004 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:44 smithi156 bash[24915]: cluster 2023-12-08T10:49:43.627666+0000 mon.smithi156 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cephadm 2023-12-08T10:49:42.811895+0000 mgr.smithi156.dvayok (mgr.14180) 1132 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cephadm 2023-12-08T10:49:42.812156+0000 mgr.smithi156.dvayok (mgr.14180) 1133 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cephadm 2023-12-08T10:49:42.813614+0000 mgr.smithi156.dvayok (mgr.14180) 1134 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jhoqco ... 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cephadm 2023-12-08T10:49:42.815452+0000 mgr.smithi156.dvayok (mgr.14180) 1135 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cephadm 2023-12-08T10:49:42.817073+0000 mgr.smithi156.dvayok (mgr.14180) 1136 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cluster 2023-12-08T10:49:42.818334+0000 mgr.smithi156.dvayok (mgr.14180) 1137 : cluster [DBG] pgmap v761: 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-08T10:49:45.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:44 smithi194 bash[28991]: cluster 2023-12-08T10:49:43.627666+0000 mon.smithi156 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:49:45.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:46.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:45 smithi156 bash[24915]: audit 2023-12-08T10:49:44.285610+0000 mgr.smithi156.dvayok (mgr.14180) 1138 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:45 smithi194 bash[28991]: audit 2023-12-08T10:49:44.285610+0000 mgr.smithi156.dvayok (mgr.14180) 1138 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:46.159 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:47.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:46 smithi156 bash[24915]: cluster 2023-12-08T10:49:44.819622+0000 mgr.smithi156.dvayok (mgr.14180) 1139 : cluster [DBG] pgmap v762: 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-08T10:49:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:46 smithi194 bash[28991]: cluster 2023-12-08T10:49:44.819622+0000 mgr.smithi156.dvayok (mgr.14180) 1139 : cluster [DBG] pgmap v762: 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-08T10:49:48.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:48 smithi156 bash[24915]: cluster 2023-12-08T10:49:46.820881+0000 mgr.smithi156.dvayok (mgr.14180) 1140 : 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-08T10:49:48.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:48 smithi156 bash[24915]: audit 2023-12-08T10:49:47.438147+0000 mon.smithi156 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:48 smithi194 bash[28991]: cluster 2023-12-08T10:49:46.820881+0000 mgr.smithi156.dvayok (mgr.14180) 1140 : 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-08T10:49:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:48 smithi194 bash[28991]: audit 2023-12-08T10:49:47.438147+0000 mon.smithi156 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:49.721 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:49.721 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:50.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:50.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:50 smithi156 bash[24915]: cluster 2023-12-08T10:49:48.822053+0000 mgr.smithi156.dvayok (mgr.14180) 1141 : 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-08T10:49:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:50 smithi194 bash[28991]: cluster 2023-12-08T10:49:48.822053+0000 mgr.smithi156.dvayok (mgr.14180) 1141 : 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-08T10:49:51.479 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:51.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:51 smithi156 bash[24915]: audit 2023-12-08T10:49:49.704655+0000 mgr.smithi156.dvayok (mgr.14180) 1142 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:51.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:51 smithi156 bash[24915]: audit 2023-12-08T10:49:51.407906+0000 mon.smithi156 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:51 smithi194 bash[28991]: audit 2023-12-08T10:49:49.704655+0000 mgr.smithi156.dvayok (mgr.14180) 1142 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:51 smithi194 bash[28991]: audit 2023-12-08T10:49:51.407906+0000 mon.smithi156 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:49:52.710 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:52 smithi156 bash[24915]: cluster 2023-12-08T10:49:50.823292+0000 mgr.smithi156.dvayok (mgr.14180) 1143 : 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-08T10:49:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:52 smithi194 bash[28991]: cluster 2023-12-08T10:49:50.823292+0000 mgr.smithi156.dvayok (mgr.14180) 1143 : 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-08T10:49:54.722 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:49:54.722 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:54 smithi156 bash[24915]: cluster 2023-12-08T10:49:52.824375+0000 mgr.smithi156.dvayok (mgr.14180) 1144 : 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-08T10:49:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:54 smithi194 bash[28991]: cluster 2023-12-08T10:49:52.824375+0000 mgr.smithi156.dvayok (mgr.14180) 1144 : 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-08T10:49:55.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:56.578 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:56.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:56 smithi156 bash[24915]: audit 2023-12-08T10:49:54.710823+0000 mgr.smithi156.dvayok (mgr.14180) 1145 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:56.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:56 smithi156 bash[24915]: cluster 2023-12-08T10:49:54.825680+0000 mgr.smithi156.dvayok (mgr.14180) 1146 : 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-08T10:49:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:56 smithi194 bash[28991]: audit 2023-12-08T10:49:54.710823+0000 mgr.smithi156.dvayok (mgr.14180) 1145 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:56 smithi194 bash[28991]: cluster 2023-12-08T10:49:54.825680+0000 mgr.smithi156.dvayok (mgr.14180) 1146 : 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-08T10:49:58.725 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:49:58 smithi156 bash[24915]: cluster 2023-12-08T10:49:56.826851+0000 mgr.smithi156.dvayok (mgr.14180) 1147 : 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-08T10:49:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:49:58 smithi194 bash[28991]: cluster 2023-12-08T10:49:56.826851+0000 mgr.smithi156.dvayok (mgr.14180) 1147 : 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-08T10:50:00.113 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:00.113 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:00.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:00 smithi156 bash[24915]: cluster 2023-12-08T10:49:58.827831+0000 mgr.smithi156.dvayok (mgr.14180) 1148 : 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-08T10:50:00.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:00 smithi156 bash[24915]: cluster 2023-12-08T10:50:00.000107+0000 mon.smithi156 (mon.0) 979 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:50:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:00 smithi194 bash[28991]: cluster 2023-12-08T10:49:58.827831+0000 mgr.smithi156.dvayok (mgr.14180) 1148 : 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-08T10:50:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:00 smithi194 bash[28991]: cluster 2023-12-08T10:50:00.000107+0000 mon.smithi156 (mon.0) 979 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:50:00.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:01.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:01 smithi156 bash[24915]: audit 2023-12-08T10:50:00.103058+0000 mgr.smithi156.dvayok (mgr.14180) 1149 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:01 smithi194 bash[28991]: audit 2023-12-08T10:50:00.103058+0000 mgr.smithi156.dvayok (mgr.14180) 1149 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:01.921 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:02.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:02 smithi156 bash[24915]: cluster 2023-12-08T10:50:00.828430+0000 mgr.smithi156.dvayok (mgr.14180) 1150 : 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-08T10:50:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:02 smithi194 bash[28991]: cluster 2023-12-08T10:50:00.828430+0000 mgr.smithi156.dvayok (mgr.14180) 1150 : 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-08T10:50:04.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:04 smithi156 bash[24915]: cluster 2023-12-08T10:50:02.829226+0000 mgr.smithi156.dvayok (mgr.14180) 1151 : 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-08T10:50:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:04 smithi194 bash[28991]: cluster 2023-12-08T10:50:02.829226+0000 mgr.smithi156.dvayok (mgr.14180) 1151 : 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-08T10:50:05.270 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:05.271 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:06.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:06 smithi194 bash[28991]: cluster 2023-12-08T10:50:04.830290+0000 mgr.smithi156.dvayok (mgr.14180) 1152 : 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-08T10:50:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:06 smithi194 bash[28991]: audit 2023-12-08T10:50:05.251930+0000 mgr.smithi156.dvayok (mgr.14180) 1153 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:07.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:06 smithi156 bash[24915]: cluster 2023-12-08T10:50:04.830290+0000 mgr.smithi156.dvayok (mgr.14180) 1152 : 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-08T10:50:07.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:06 smithi156 bash[24915]: audit 2023-12-08T10:50:05.251930+0000 mgr.smithi156.dvayok (mgr.14180) 1153 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:07.102 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:08 smithi194 bash[28991]: cluster 2023-12-08T10:50:06.831648+0000 mgr.smithi156.dvayok (mgr.14180) 1154 : 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-08T10:50:09.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:08 smithi156 bash[24915]: cluster 2023-12-08T10:50:06.831648+0000 mgr.smithi156.dvayok (mgr.14180) 1154 : 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-08T10:50:10.412 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:10.412 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:10.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:10 smithi156 bash[24915]: cluster 2023-12-08T10:50:08.832502+0000 mgr.smithi156.dvayok (mgr.14180) 1155 : 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-08T10:50:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:10 smithi194 bash[28991]: cluster 2023-12-08T10:50:08.832502+0000 mgr.smithi156.dvayok (mgr.14180) 1155 : 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-08T10:50:11.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:11 smithi194 bash[28991]: audit 2023-12-08T10:50:10.397591+0000 mgr.smithi156.dvayok (mgr.14180) 1156 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:12.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:11 smithi156 bash[24915]: audit 2023-12-08T10:50:10.397591+0000 mgr.smithi156.dvayok (mgr.14180) 1156 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:12.260 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:12.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:12 smithi156 bash[24915]: cluster 2023-12-08T10:50:10.833370+0000 mgr.smithi156.dvayok (mgr.14180) 1157 : 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-08T10:50:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:12 smithi194 bash[28991]: cluster 2023-12-08T10:50:10.833370+0000 mgr.smithi156.dvayok (mgr.14180) 1157 : 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-08T10:50:14.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:14 smithi156 bash[24915]: cluster 2023-12-08T10:50:12.834044+0000 mgr.smithi156.dvayok (mgr.14180) 1158 : 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-08T10:50:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:14 smithi194 bash[28991]: cluster 2023-12-08T10:50:12.834044+0000 mgr.smithi156.dvayok (mgr.14180) 1158 : 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-08T10:50:15.718 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:15.718 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:16.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:16 smithi194 bash[28991]: cluster 2023-12-08T10:50:14.835412+0000 mgr.smithi156.dvayok (mgr.14180) 1159 : 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-08T10:50:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:16 smithi194 bash[28991]: audit 2023-12-08T10:50:15.702734+0000 mgr.smithi156.dvayok (mgr.14180) 1160 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:17.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:16 smithi156 bash[24915]: cluster 2023-12-08T10:50:14.835412+0000 mgr.smithi156.dvayok (mgr.14180) 1159 : 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-08T10:50:17.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:16 smithi156 bash[24915]: audit 2023-12-08T10:50:15.702734+0000 mgr.smithi156.dvayok (mgr.14180) 1160 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:17.544 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:18.801 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:18 smithi156 bash[24915]: cluster 2023-12-08T10:50:16.836736+0000 mgr.smithi156.dvayok (mgr.14180) 1161 : 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-08T10:50:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:18 smithi194 bash[28991]: cluster 2023-12-08T10:50:16.836736+0000 mgr.smithi156.dvayok (mgr.14180) 1161 : 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-08T10:50:20.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:20 smithi156 bash[24915]: cluster 2023-12-08T10:50:18.837504+0000 mgr.smithi156.dvayok (mgr.14180) 1162 : 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-08T10:50:20.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:20 smithi194 bash[28991]: cluster 2023-12-08T10:50:18.837504+0000 mgr.smithi156.dvayok (mgr.14180) 1162 : 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-08T10:50:20.846 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:20.846 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:21.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:22.639 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:22 smithi194 bash[28991]: audit 2023-12-08T10:50:20.830937+0000 mgr.smithi156.dvayok (mgr.14180) 1163 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:22 smithi194 bash[28991]: cluster 2023-12-08T10:50:20.838682+0000 mgr.smithi156.dvayok (mgr.14180) 1164 : 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-08T10:50:22.838 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:22 smithi156 bash[24915]: audit 2023-12-08T10:50:20.830937+0000 mgr.smithi156.dvayok (mgr.14180) 1163 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:22.838 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:22 smithi156 bash[24915]: cluster 2023-12-08T10:50:20.838682+0000 mgr.smithi156.dvayok (mgr.14180) 1164 : 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-08T10:50:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:24 smithi194 bash[28991]: cluster 2023-12-08T10:50:22.839468+0000 mgr.smithi156.dvayok (mgr.14180) 1165 : 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-08T10:50:25.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:24 smithi156 bash[24915]: cluster 2023-12-08T10:50:22.839468+0000 mgr.smithi156.dvayok (mgr.14180) 1165 : 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-08T10:50:26.082 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:26.083 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:26.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:26 smithi156 bash[24915]: cluster 2023-12-08T10:50:24.840654+0000 mgr.smithi156.dvayok (mgr.14180) 1166 : 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-08T10:50:26.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:27.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:26 smithi194 bash[28991]: cluster 2023-12-08T10:50:24.840654+0000 mgr.smithi156.dvayok (mgr.14180) 1166 : 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-08T10:50:27.913 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:27.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:27 smithi156 bash[24915]: audit 2023-12-08T10:50:26.065852+0000 mgr.smithi156.dvayok (mgr.14180) 1167 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:27 smithi194 bash[28991]: audit 2023-12-08T10:50:26.065852+0000 mgr.smithi156.dvayok (mgr.14180) 1167 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:29.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:28 smithi156 bash[24915]: cluster 2023-12-08T10:50:26.841613+0000 mgr.smithi156.dvayok (mgr.14180) 1168 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:28 smithi194 bash[28991]: cluster 2023-12-08T10:50:26.841613+0000 mgr.smithi156.dvayok (mgr.14180) 1168 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:30.899 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:30 smithi156 bash[24915]: cluster 2023-12-08T10:50:28.842288+0000 mgr.smithi156.dvayok (mgr.14180) 1169 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:31.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:30 smithi194 bash[28991]: cluster 2023-12-08T10:50:28.842288+0000 mgr.smithi156.dvayok (mgr.14180) 1169 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:31.267 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:31.268 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:32.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:33.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:32 smithi156 bash[24915]: cluster 2023-12-08T10:50:30.843499+0000 mgr.smithi156.dvayok (mgr.14180) 1170 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:33.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:32 smithi156 bash[24915]: audit 2023-12-08T10:50:31.253788+0000 mgr.smithi156.dvayok (mgr.14180) 1171 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:33.065 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:33.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:32 smithi194 bash[28991]: cluster 2023-12-08T10:50:30.843499+0000 mgr.smithi156.dvayok (mgr.14180) 1170 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:33.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:32 smithi194 bash[28991]: audit 2023-12-08T10:50:31.253788+0000 mgr.smithi156.dvayok (mgr.14180) 1171 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:34.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:34 smithi156 bash[24915]: cluster 2023-12-08T10:50:32.844742+0000 mgr.smithi156.dvayok (mgr.14180) 1172 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:50:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:34 smithi194 bash[28991]: cluster 2023-12-08T10:50:32.844742+0000 mgr.smithi156.dvayok (mgr.14180) 1172 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:50:36.323 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:36.323 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:36.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:36 smithi156 bash[24915]: cluster 2023-12-08T10:50:34.845939+0000 mgr.smithi156.dvayok (mgr.14180) 1173 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:36 smithi194 bash[28991]: cluster 2023-12-08T10:50:34.845939+0000 mgr.smithi156.dvayok (mgr.14180) 1173 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:37.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:38.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:37 smithi156 bash[24915]: audit 2023-12-08T10:50:36.308974+0000 mgr.smithi156.dvayok (mgr.14180) 1174 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:37 smithi194 bash[28991]: audit 2023-12-08T10:50:36.308974+0000 mgr.smithi156.dvayok (mgr.14180) 1174 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.164 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:38.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:38 smithi156 bash[24915]: cluster 2023-12-08T10:50:36.847230+0000 mgr.smithi156.dvayok (mgr.14180) 1175 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:39.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:38 smithi194 bash[28991]: cluster 2023-12-08T10:50:36.847230+0000 mgr.smithi156.dvayok (mgr.14180) 1175 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:40.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:40 smithi156 bash[24915]: cluster 2023-12-08T10:50:38.848589+0000 mgr.smithi156.dvayok (mgr.14180) 1176 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:41.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:40 smithi194 bash[28991]: cluster 2023-12-08T10:50:38.848589+0000 mgr.smithi156.dvayok (mgr.14180) 1176 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:41.631 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:41.631 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:42.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:42.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:42 smithi156 bash[24915]: cluster 2023-12-08T10:50:40.849882+0000 mgr.smithi156.dvayok (mgr.14180) 1177 : 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-08T10:50:42.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:42 smithi156 bash[24915]: audit 2023-12-08T10:50:41.615967+0000 mgr.smithi156.dvayok (mgr.14180) 1178 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:43.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:42 smithi194 bash[28991]: cluster 2023-12-08T10:50:40.849882+0000 mgr.smithi156.dvayok (mgr.14180) 1177 : 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-08T10:50:43.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:42 smithi194 bash[28991]: audit 2023-12-08T10:50:41.615967+0000 mgr.smithi156.dvayok (mgr.14180) 1178 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:43.494 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:42.820862+0000 mon.smithi156 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:43.129453+0000 mon.smithi156 (mon.0) 981 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:43.130577+0000 mon.smithi156 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:43.138273+0000 mon.smithi156 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:43.146187+0000 mon.smithi156 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:50:44.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:43 smithi156 bash[24915]: audit 2023-12-08T10:50:43.161216+0000 mon.smithi156 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:42.820862+0000 mon.smithi156 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:50:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:43.129453+0000 mon.smithi156 (mon.0) 981 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:50:44.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:43.130577+0000 mon.smithi156 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:50:44.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:43.138273+0000 mon.smithi156 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:44.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:43.146187+0000 mon.smithi156 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:50:44.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:43 smithi194 bash[28991]: audit 2023-12-08T10:50:43.161216+0000 mon.smithi156 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:44.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:44 smithi156 bash[24915]: cluster 2023-12-08T10:50:42.851004+0000 mgr.smithi156.dvayok (mgr.14180) 1179 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:50:44.927 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:44 smithi156 bash[24915]: cluster 2023-12-08T10:50:43.139147+0000 mgr.smithi156.dvayok (mgr.14180) 1180 : cluster [DBG] pgmap v792: 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-08T10:50:44.927 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:44 smithi156 bash[24915]: cephadm 2023-12-08T10:50:43.164959+0000 mgr.smithi156.dvayok (mgr.14180) 1181 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.kcfgvn on smithi194 2023-12-08T10:50:44.927 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:44 smithi156 bash[24915]: cluster 2023-12-08T10:50:43.620009+0000 mon.smithi156 (mon.0) 986 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:50:44.927 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:44 smithi156 bash[24915]: cluster 2023-12-08T10:50:43.620070+0000 mon.smithi156 (mon.0) 987 : cluster [INF] Cluster is now healthy 2023-12-08T10:50:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:44 smithi194 bash[28991]: cluster 2023-12-08T10:50:42.851004+0000 mgr.smithi156.dvayok (mgr.14180) 1179 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:50:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:44 smithi194 bash[28991]: cluster 2023-12-08T10:50:43.139147+0000 mgr.smithi156.dvayok (mgr.14180) 1180 : cluster [DBG] pgmap v792: 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-08T10:50:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:44 smithi194 bash[28991]: cephadm 2023-12-08T10:50:43.164959+0000 mgr.smithi156.dvayok (mgr.14180) 1181 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.kcfgvn on smithi194 2023-12-08T10:50:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:44 smithi194 bash[28991]: cluster 2023-12-08T10:50:43.620009+0000 mon.smithi156 (mon.0) 986 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:50:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:44 smithi194 bash[28991]: cluster 2023-12-08T10:50:43.620070+0000 mon.smithi156 (mon.0) 987 : cluster [INF] Cluster is now healthy 2023-12-08T10:50:46.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:46 smithi156 bash[24915]: cluster 2023-12-08T10:50:45.139860+0000 mgr.smithi156.dvayok (mgr.14180) 1182 : cluster [DBG] pgmap v793: 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-08T10:50:46.905 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:46.905 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:34.499247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.zdxbqf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:38.619641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bslzdg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-bslzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.bslzdg\nDeploy daemon haproxy.nfs.foo.smithi194.bslzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.813465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jhoqco on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jhoqco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jhoqco\nDeploy daemon haproxy.nfs.foo.smithi156.jhoqco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:42.815343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.bsnncx on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:46 smithi194 bash[28991]: cluster 2023-12-08T10:50:45.139860+0000 mgr.smithi156.dvayok (mgr.14180) 1182 : cluster [DBG] pgmap v793: 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-08T10:50:47.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:48.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:47 smithi156 bash[24915]: audit 2023-12-08T10:50:47.314566+0000 mon.smithi156 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.kcfgvn"}]: dispatch 2023-12-08T10:50:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:47 smithi194 bash[28991]: audit 2023-12-08T10:50:47.314566+0000 mon.smithi156 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.kcfgvn"}]: dispatch 2023-12-08T10:50:48.755 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: audit 2023-12-08T10:50:46.889702+0000 mgr.smithi156.dvayok (mgr.14180) 1183 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: cluster 2023-12-08T10:50:47.140790+0000 mgr.smithi156.dvayok (mgr.14180) 1184 : cluster [DBG] pgmap v794: 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-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: cephadm 2023-12-08T10:50:47.313776+0000 mgr.smithi156.dvayok (mgr.14180) 1185 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:48.956 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.957 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: cephadm 2023-12-08T10:50:47.314223+0000 mgr.smithi156.dvayok (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: cephadm 2023-12-08T10:50:47.315502+0000 mgr.smithi156.dvayok (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:48.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:48.959 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:48.959 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:48.959 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:48 smithi156 bash[24915]: cephadm 2023-12-08T10:50:47.318144+0000 mgr.smithi156.dvayok (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vacwjd on smithi156 2023-12-08T10:50:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: audit 2023-12-08T10:50:46.889702+0000 mgr.smithi156.dvayok (mgr.14180) 1183 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: cluster 2023-12-08T10:50:47.140790+0000 mgr.smithi156.dvayok (mgr.14180) 1184 : cluster [DBG] pgmap v794: 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-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: cephadm 2023-12-08T10:50:47.313776+0000 mgr.smithi156.dvayok (mgr.14180) 1185 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: cephadm 2023-12-08T10:50:47.314223+0000 mgr.smithi156.dvayok (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: cephadm 2023-12-08T10:50:47.315502+0000 mgr.smithi156.dvayok (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn 2023-12-08T10:50:49.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.kcfgvn ... 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:49.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:48 smithi194 bash[28991]: cephadm 2023-12-08T10:50:47.318144+0000 mgr.smithi156.dvayok (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.vacwjd on smithi156 2023-12-08T10:50:51.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:50 smithi156 bash[24915]: cluster 2023-12-08T10:50:49.141725+0000 mgr.smithi156.dvayok (mgr.14180) 1189 : cluster [DBG] pgmap v795: 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-08T10:50:51.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:50 smithi194 bash[28991]: cluster 2023-12-08T10:50:49.141725+0000 mgr.smithi156.dvayok (mgr.14180) 1189 : cluster [DBG] pgmap v795: 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-08T10:50:52.363 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:52.363 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:52.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cluster 2023-12-08T10:50:51.142642+0000 mgr.smithi156.dvayok (mgr.14180) 1190 : cluster [DBG] pgmap v796: 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-08T10:50:52.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: audit 2023-12-08T10:50:51.407553+0000 mon.smithi156 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cephadm 2023-12-08T10:50:51.702810+0000 mgr.smithi156.dvayok (mgr.14180) 1191 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:50:52.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cephadm 2023-12-08T10:50:51.703039+0000 mgr.smithi156.dvayok (mgr.14180) 1192 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: audit 2023-12-08T10:50:51.703544+0000 mon.smithi156 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vacwjd"}]: dispatch 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cephadm 2023-12-08T10:50:51.704604+0000 mgr.smithi156.dvayok (mgr.14180) 1193 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cephadm 2023-12-08T10:50:51.707208+0000 mgr.smithi156.dvayok (mgr.14180) 1194 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:52.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cephadm 2023-12-08T10:50:51.708963+0000 mgr.smithi156.dvayok (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:52.754 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:52 smithi156 bash[24915]: cluster 2023-12-08T10:50:51.710089+0000 mgr.smithi156.dvayok (mgr.14180) 1196 : cluster [DBG] pgmap v797: 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-08T10:50:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cluster 2023-12-08T10:50:51.142642+0000 mgr.smithi156.dvayok (mgr.14180) 1190 : cluster [DBG] pgmap v796: 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-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: audit 2023-12-08T10:50:51.407553+0000 mon.smithi156 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cephadm 2023-12-08T10:50:51.702810+0000 mgr.smithi156.dvayok (mgr.14180) 1191 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cephadm 2023-12-08T10:50:51.703039+0000 mgr.smithi156.dvayok (mgr.14180) 1192 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: audit 2023-12-08T10:50:51.703544+0000 mon.smithi156 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.vacwjd"}]: dispatch 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cephadm 2023-12-08T10:50:51.704604+0000 mgr.smithi156.dvayok (mgr.14180) 1193 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:50:52.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.vacwjd ... 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cephadm 2023-12-08T10:50:51.707208+0000 mgr.smithi156.dvayok (mgr.14180) 1194 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cephadm 2023-12-08T10:50:51.708963+0000 mgr.smithi156.dvayok (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:52.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:52 smithi194 bash[28991]: cluster 2023-12-08T10:50:51.710089+0000 mgr.smithi156.dvayok (mgr.14180) 1196 : cluster [DBG] pgmap v797: 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-08T10:50:53.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:53.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:53 smithi156 bash[24915]: audit 2023-12-08T10:50:52.348357+0000 mgr.smithi156.dvayok (mgr.14180) 1197 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:53.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:53 smithi156 bash[24915]: audit 2023-12-08T10:50:52.485787+0000 mon.smithi156 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:53.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:53 smithi156 bash[24915]: cluster 2023-12-08T10:50:52.656427+0000 mon.smithi156 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:50:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:53 smithi194 bash[28991]: audit 2023-12-08T10:50:52.348357+0000 mgr.smithi156.dvayok (mgr.14180) 1197 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:53 smithi194 bash[28991]: audit 2023-12-08T10:50:52.485787+0000 mon.smithi156 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:50:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:53 smithi194 bash[28991]: cluster 2023-12-08T10:50:52.656427+0000 mon.smithi156 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:50:54.192 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:54 smithi156 bash[24915]: cluster 2023-12-08T10:50:53.711272+0000 mgr.smithi156.dvayok (mgr.14180) 1198 : cluster [DBG] pgmap v798: 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-08T10:50:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:54 smithi194 bash[28991]: cluster 2023-12-08T10:50:53.711272+0000 mgr.smithi156.dvayok (mgr.14180) 1198 : cluster [DBG] pgmap v798: 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-08T10:50:56.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:56 smithi194 bash[28991]: cluster 2023-12-08T10:50:55.712416+0000 mgr.smithi156.dvayok (mgr.14180) 1199 : cluster [DBG] pgmap v799: 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-08T10:50:56.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:56 smithi156 bash[24915]: cluster 2023-12-08T10:50:55.712416+0000 mgr.smithi156.dvayok (mgr.14180) 1199 : cluster [DBG] pgmap v799: 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-08T10:50:57.790 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:50:57.790 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:58.041 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:57 smithi156 bash[24915]: cluster 2023-12-08T10:50:57.713643+0000 mgr.smithi156.dvayok (mgr.14180) 1200 : cluster [DBG] pgmap v800: 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-08T10:50:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:57 smithi194 bash[28991]: cluster 2023-12-08T10:50:57.713643+0000 mgr.smithi156.dvayok (mgr.14180) 1200 : cluster [DBG] pgmap v800: 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-08T10:50:58.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:59.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:58 smithi156 bash[24915]: audit 2023-12-08T10:50:57.780229+0000 mgr.smithi156.dvayok (mgr.14180) 1201 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:58 smithi194 bash[28991]: audit 2023-12-08T10:50:57.780229+0000 mgr.smithi156.dvayok (mgr.14180) 1201 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:59.593 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:00.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:50:59 smithi156 bash[24915]: cluster 2023-12-08T10:50:59.715041+0000 mgr.smithi156.dvayok (mgr.14180) 1202 : cluster [DBG] pgmap v801: 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-08T10:51:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:50:59 smithi194 bash[28991]: cluster 2023-12-08T10:50:59.715041+0000 mgr.smithi156.dvayok (mgr.14180) 1202 : cluster [DBG] pgmap v801: 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-08T10:51:02.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:01 smithi156 bash[24915]: cluster 2023-12-08T10:51:01.716384+0000 mgr.smithi156.dvayok (mgr.14180) 1203 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-12-08T10:51:02.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:01 smithi194 bash[28991]: cluster 2023-12-08T10:51:01.716384+0000 mgr.smithi156.dvayok (mgr.14180) 1203 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-12-08T10:51:03.025 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:03.025 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:03.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:03 smithi194 bash[28991]: audit 2023-12-08T10:51:03.009723+0000 mgr.smithi156.dvayok (mgr.14180) 1204 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:03 smithi194 bash[28991]: cluster 2023-12-08T10:51:03.717270+0000 mgr.smithi156.dvayok (mgr.14180) 1205 : 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-08T10:51:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:03 smithi156 bash[24915]: audit 2023-12-08T10:51:03.009723+0000 mgr.smithi156.dvayok (mgr.14180) 1204 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:04.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:03 smithi156 bash[24915]: cluster 2023-12-08T10:51:03.717270+0000 mgr.smithi156.dvayok (mgr.14180) 1205 : 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-08T10:51:04.831 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:06.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:06 smithi194 bash[28991]: cluster 2023-12-08T10:51:05.717853+0000 mgr.smithi156.dvayok (mgr.14180) 1206 : 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-08T10:51:06.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:06 smithi156 bash[24915]: cluster 2023-12-08T10:51:05.717853+0000 mgr.smithi156.dvayok (mgr.14180) 1206 : 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-08T10:51:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:07 smithi156 bash[24915]: audit 2023-12-08T10:51:06.408124+0000 mon.smithi156 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:07 smithi194 bash[28991]: audit 2023-12-08T10:51:06.408124+0000 mon.smithi156 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:08.330 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:08.330 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:09.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:09.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:09 smithi156 bash[24915]: cluster 2023-12-08T10:51:07.719041+0000 mgr.smithi156.dvayok (mgr.14180) 1207 : 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-08T10:51:09.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:09 smithi156 bash[24915]: audit 2023-12-08T10:51:08.320191+0000 mgr.smithi156.dvayok (mgr.14180) 1208 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:09 smithi194 bash[28991]: cluster 2023-12-08T10:51:07.719041+0000 mgr.smithi156.dvayok (mgr.14180) 1207 : 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-08T10:51:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:09 smithi194 bash[28991]: audit 2023-12-08T10:51:08.320191+0000 mgr.smithi156.dvayok (mgr.14180) 1208 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:10.178 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:11.646 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:11 smithi156 bash[24915]: cluster 2023-12-08T10:51:09.720310+0000 mgr.smithi156.dvayok (mgr.14180) 1209 : 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-08T10:51:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:11 smithi194 bash[28991]: cluster 2023-12-08T10:51:09.720310+0000 mgr.smithi156.dvayok (mgr.14180) 1209 : 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-08T10:51:13.374 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:13.375 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:13.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:13 smithi156 bash[24915]: cluster 2023-12-08T10:51:11.721370+0000 mgr.smithi156.dvayok (mgr.14180) 1210 : 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-08T10:51:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:13 smithi194 bash[28991]: cluster 2023-12-08T10:51:11.721370+0000 mgr.smithi156.dvayok (mgr.14180) 1210 : 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-08T10:51:14.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:14.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:14 smithi156 bash[24915]: audit 2023-12-08T10:51:13.360663+0000 mgr.smithi156.dvayok (mgr.14180) 1211 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:14 smithi194 bash[28991]: audit 2023-12-08T10:51:13.360663+0000 mgr.smithi156.dvayok (mgr.14180) 1211 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:15.221 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:15.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:15 smithi156 bash[24915]: cluster 2023-12-08T10:51:13.721971+0000 mgr.smithi156.dvayok (mgr.14180) 1212 : 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-08T10:51:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:15 smithi194 bash[28991]: cluster 2023-12-08T10:51:13.721971+0000 mgr.smithi156.dvayok (mgr.14180) 1212 : 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-08T10:51:17.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:17 smithi156 bash[24915]: cluster 2023-12-08T10:51:15.723081+0000 mgr.smithi156.dvayok (mgr.14180) 1213 : 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-08T10:51:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:17 smithi194 bash[28991]: cluster 2023-12-08T10:51:15.723081+0000 mgr.smithi156.dvayok (mgr.14180) 1213 : 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-08T10:51:18.968 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:18.969 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:19.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:19.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:19 smithi156 bash[24915]: cluster 2023-12-08T10:51:17.724276+0000 mgr.smithi156.dvayok (mgr.14180) 1214 : 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-08T10:51:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:19 smithi194 bash[28991]: cluster 2023-12-08T10:51:17.724276+0000 mgr.smithi156.dvayok (mgr.14180) 1214 : 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-08T10:51:20.683 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:20.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:20 smithi156 bash[24915]: audit 2023-12-08T10:51:18.954321+0000 mgr.smithi156.dvayok (mgr.14180) 1215 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:20 smithi194 bash[28991]: audit 2023-12-08T10:51:18.954321+0000 mgr.smithi156.dvayok (mgr.14180) 1215 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:21.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:21 smithi156 bash[24915]: cluster 2023-12-08T10:51:19.725557+0000 mgr.smithi156.dvayok (mgr.14180) 1216 : 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-08T10:51:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:21 smithi194 bash[28991]: cluster 2023-12-08T10:51:19.725557+0000 mgr.smithi156.dvayok (mgr.14180) 1216 : 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-08T10:51:23.730 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:23 smithi156 bash[24915]: cluster 2023-12-08T10:51:21.726679+0000 mgr.smithi156.dvayok (mgr.14180) 1217 : 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-08T10:51:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:23 smithi194 bash[28991]: cluster 2023-12-08T10:51:21.726679+0000 mgr.smithi156.dvayok (mgr.14180) 1217 : 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-08T10:51:24.107 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:24.107 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:24.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:25.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:25 smithi156 bash[24915]: cluster 2023-12-08T10:51:23.727530+0000 mgr.smithi156.dvayok (mgr.14180) 1218 : 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-08T10:51:25.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:25 smithi156 bash[24915]: audit 2023-12-08T10:51:24.092597+0000 mgr.smithi156.dvayok (mgr.14180) 1219 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:25 smithi194 bash[28991]: cluster 2023-12-08T10:51:23.727530+0000 mgr.smithi156.dvayok (mgr.14180) 1218 : 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-08T10:51:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:25 smithi194 bash[28991]: audit 2023-12-08T10:51:24.092597+0000 mgr.smithi156.dvayok (mgr.14180) 1219 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:25.962 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:27 smithi156 bash[24915]: cluster 2023-12-08T10:51:25.728612+0000 mgr.smithi156.dvayok (mgr.14180) 1220 : 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-08T10:51:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:27 smithi194 bash[28991]: cluster 2023-12-08T10:51:25.728612+0000 mgr.smithi156.dvayok (mgr.14180) 1220 : 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-08T10:51:29.362 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:29.362 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:29.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:29 smithi156 bash[24915]: cluster 2023-12-08T10:51:27.729809+0000 mgr.smithi156.dvayok (mgr.14180) 1221 : 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-08T10:51:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:29 smithi194 bash[28991]: cluster 2023-12-08T10:51:27.729809+0000 mgr.smithi156.dvayok (mgr.14180) 1221 : 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-08T10:51:30.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:30.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:30 smithi156 bash[24915]: audit 2023-12-08T10:51:29.347917+0000 mgr.smithi156.dvayok (mgr.14180) 1222 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:30 smithi194 bash[28991]: audit 2023-12-08T10:51:29.347917+0000 mgr.smithi156.dvayok (mgr.14180) 1222 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:31.228 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:31.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:31 smithi156 bash[24915]: cluster 2023-12-08T10:51:29.730784+0000 mgr.smithi156.dvayok (mgr.14180) 1223 : 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-08T10:51:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:31 smithi194 bash[28991]: cluster 2023-12-08T10:51:29.730784+0000 mgr.smithi156.dvayok (mgr.14180) 1223 : 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-08T10:51:33.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:33 smithi156 bash[24915]: cluster 2023-12-08T10:51:31.731979+0000 mgr.smithi156.dvayok (mgr.14180) 1224 : 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-08T10:51:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:33 smithi194 bash[28991]: cluster 2023-12-08T10:51:31.731979+0000 mgr.smithi156.dvayok (mgr.14180) 1224 : 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-08T10:51:34.569 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:34.569 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:35.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:35 smithi156 bash[24915]: cluster 2023-12-08T10:51:33.733168+0000 mgr.smithi156.dvayok (mgr.14180) 1225 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:35 smithi156 bash[24915]: audit 2023-12-08T10:51:34.555385+0000 mgr.smithi156.dvayok (mgr.14180) 1226 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:35 smithi194 bash[28991]: cluster 2023-12-08T10:51:33.733168+0000 mgr.smithi156.dvayok (mgr.14180) 1225 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:35 smithi194 bash[28991]: audit 2023-12-08T10:51:34.555385+0000 mgr.smithi156.dvayok (mgr.14180) 1226 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:36.388 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:37.773 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:37 smithi156 bash[24915]: cluster 2023-12-08T10:51:35.734288+0000 mgr.smithi156.dvayok (mgr.14180) 1227 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:37 smithi194 bash[28991]: cluster 2023-12-08T10:51:35.734288+0000 mgr.smithi156.dvayok (mgr.14180) 1227 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:39.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:39 smithi156 bash[24915]: cluster 2023-12-08T10:51:37.735438+0000 mgr.smithi156.dvayok (mgr.14180) 1228 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:39.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:39 smithi194 bash[28991]: cluster 2023-12-08T10:51:37.735438+0000 mgr.smithi156.dvayok (mgr.14180) 1228 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:39.901 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:39.901 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:40.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:41.746 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:41 smithi194 bash[28991]: cluster 2023-12-08T10:51:39.736608+0000 mgr.smithi156.dvayok (mgr.14180) 1229 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:41.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:41 smithi194 bash[28991]: audit 2023-12-08T10:51:39.886670+0000 mgr.smithi156.dvayok (mgr.14180) 1230 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:41.948 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:41 smithi156 bash[24915]: cluster 2023-12-08T10:51:39.736608+0000 mgr.smithi156.dvayok (mgr.14180) 1229 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:41.948 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:41 smithi156 bash[24915]: audit 2023-12-08T10:51:39.886670+0000 mgr.smithi156.dvayok (mgr.14180) 1230 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:43.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:43 smithi156 bash[24915]: cluster 2023-12-08T10:51:41.737791+0000 mgr.smithi156.dvayok (mgr.14180) 1231 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:51:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:43 smithi194 bash[28991]: cluster 2023-12-08T10:51:41.737791+0000 mgr.smithi156.dvayok (mgr.14180) 1231 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:51:45.228 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:45.228 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:45 smithi156 bash[24915]: cluster 2023-12-08T10:51:43.739007+0000 mgr.smithi156.dvayok (mgr.14180) 1232 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:45 smithi194 bash[28991]: cluster 2023-12-08T10:51:43.739007+0000 mgr.smithi156.dvayok (mgr.14180) 1232 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:46.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:46 smithi194 bash[28991]: audit 2023-12-08T10:51:45.215053+0000 mgr.smithi156.dvayok (mgr.14180) 1233 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:47.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:46 smithi156 bash[24915]: audit 2023-12-08T10:51:45.215053+0000 mgr.smithi156.dvayok (mgr.14180) 1233 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:47.002 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:47.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:47 smithi194 bash[28991]: cluster 2023-12-08T10:51:45.740161+0000 mgr.smithi156.dvayok (mgr.14180) 1234 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:47.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:47 smithi156 bash[24915]: cluster 2023-12-08T10:51:45.740161+0000 mgr.smithi156.dvayok (mgr.14180) 1234 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:49 smithi194 bash[28991]: cluster 2023-12-08T10:51:47.741312+0000 mgr.smithi156.dvayok (mgr.14180) 1235 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:49.870 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:49 smithi156 bash[24915]: cluster 2023-12-08T10:51:47.741312+0000 mgr.smithi156.dvayok (mgr.14180) 1235 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:50.263 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:50.263 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:51.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:51 smithi194 bash[28991]: cluster 2023-12-08T10:51:49.742045+0000 mgr.smithi156.dvayok (mgr.14180) 1236 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:51 smithi194 bash[28991]: audit 2023-12-08T10:51:50.249662+0000 mgr.smithi156.dvayok (mgr.14180) 1237 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:51.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:51 smithi156 bash[24915]: cluster 2023-12-08T10:51:49.742045+0000 mgr.smithi156.dvayok (mgr.14180) 1236 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:51.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:51 smithi156 bash[24915]: audit 2023-12-08T10:51:50.249662+0000 mgr.smithi156.dvayok (mgr.14180) 1237 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:52.165 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:52.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:51.713096+0000 mon.smithi156 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:51:52.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:52.019154+0000 mon.smithi156 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:51:52.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:52.020838+0000 mon.smithi156 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:51:53.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:52.028566+0000 mon.smithi156 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:53.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:52.036705+0000 mon.smithi156 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:51:53.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:52 smithi156 bash[24915]: audit 2023-12-08T10:51:52.051264+0000 mon.smithi156 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:51.713096+0000 mon.smithi156 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:52.019154+0000 mon.smithi156 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:52.020838+0000 mon.smithi156 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:52.028566+0000 mon.smithi156 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:52.036705+0000 mon.smithi156 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:51:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:52 smithi194 bash[28991]: audit 2023-12-08T10:51:52.051264+0000 mon.smithi156 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:51:53.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:53 smithi156 bash[24915]: cluster 2023-12-08T10:51:51.743182+0000 mgr.smithi156.dvayok (mgr.14180) 1238 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:51:53.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:53 smithi156 bash[24915]: cluster 2023-12-08T10:51:52.029375+0000 mgr.smithi156.dvayok (mgr.14180) 1239 : cluster [DBG] pgmap v828: 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-08T10:51:53.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:53 smithi156 bash[24915]: cephadm 2023-12-08T10:51:52.060467+0000 mgr.smithi156.dvayok (mgr.14180) 1240 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.nwqbqz on smithi194 2023-12-08T10:51:53.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:53 smithi156 bash[24915]: cluster 2023-12-08T10:51:52.556816+0000 mon.smithi156 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:51:53.723 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:53 smithi156 bash[24915]: cluster 2023-12-08T10:51:52.556870+0000 mon.smithi156 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2023-12-08T10:51:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:53 smithi194 bash[28991]: cluster 2023-12-08T10:51:51.743182+0000 mgr.smithi156.dvayok (mgr.14180) 1238 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:51:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:53 smithi194 bash[28991]: cluster 2023-12-08T10:51:52.029375+0000 mgr.smithi156.dvayok (mgr.14180) 1239 : cluster [DBG] pgmap v828: 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-08T10:51:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:53 smithi194 bash[28991]: cephadm 2023-12-08T10:51:52.060467+0000 mgr.smithi156.dvayok (mgr.14180) 1240 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.nwqbqz on smithi194 2023-12-08T10:51:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:53 smithi194 bash[28991]: cluster 2023-12-08T10:51:52.556816+0000 mon.smithi156 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:51:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:53 smithi194 bash[28991]: cluster 2023-12-08T10:51:52.556870+0000 mon.smithi156 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2023-12-08T10:51:55.527 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:51:55.527 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:42.816967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.shbvcy on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:47.315371Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.kcfgvn on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-kcfgvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.kcfgvn\nDeploy daemon haproxy.nfs.foo.smithi194.kcfgvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.704436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.vacwjd on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-vacwjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.vacwjd\nDeploy daemon haproxy.nfs.foo.smithi156.vacwjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:51.707101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.oulihs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:55.743 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:55 smithi194 bash[28991]: cluster 2023-12-08T10:51:54.030173+0000 mgr.smithi156.dvayok (mgr.14180) 1241 : cluster [DBG] pgmap v829: 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-08T10:51:55.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:55 smithi156 bash[24915]: cluster 2023-12-08T10:51:54.030173+0000 mgr.smithi156.dvayok (mgr.14180) 1241 : cluster [DBG] pgmap v829: 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-08T10:51:56.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:56.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:56 smithi156 bash[24915]: audit 2023-12-08T10:51:55.511700+0000 mgr.smithi156.dvayok (mgr.14180) 1242 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:56.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:56 smithi156 bash[24915]: audit 2023-12-08T10:51:55.817077+0000 mon.smithi156 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.nwqbqz"}]: dispatch 2023-12-08T10:51:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:56 smithi194 bash[28991]: audit 2023-12-08T10:51:55.511700+0000 mgr.smithi156.dvayok (mgr.14180) 1242 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:56 smithi194 bash[28991]: audit 2023-12-08T10:51:55.817077+0000 mon.smithi156 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.nwqbqz"}]: dispatch 2023-12-08T10:51:57.477 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: cephadm 2023-12-08T10:51:55.816115+0000 mgr.smithi156.dvayok (mgr.14180) 1243 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: cephadm 2023-12-08T10:51:55.816503+0000 mgr.smithi156.dvayok (mgr.14180) 1244 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: cephadm 2023-12-08T10:51:55.818324+0000 mgr.smithi156.dvayok (mgr.14180) 1245 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: cephadm 2023-12-08T10:51:55.822846+0000 mgr.smithi156.dvayok (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.yalfeo on smithi156 2023-12-08T10:51:57.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:57 smithi156 bash[24915]: cluster 2023-12-08T10:51:56.030790+0000 mgr.smithi156.dvayok (mgr.14180) 1247 : cluster [DBG] pgmap v830: 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-08T10:51:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: cephadm 2023-12-08T10:51:55.816115+0000 mgr.smithi156.dvayok (mgr.14180) 1243 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:58.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: cephadm 2023-12-08T10:51:55.816503+0000 mgr.smithi156.dvayok (mgr.14180) 1244 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: cephadm 2023-12-08T10:51:55.818324+0000 mgr.smithi156.dvayok (mgr.14180) 1245 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:51:58.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.nwqbqz ... 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: cephadm 2023-12-08T10:51:55.822846+0000 mgr.smithi156.dvayok (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.yalfeo on smithi156 2023-12-08T10:51:58.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:57 smithi194 bash[28991]: cluster 2023-12-08T10:51:56.030790+0000 mgr.smithi156.dvayok (mgr.14180) 1247 : cluster [DBG] pgmap v830: 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-08T10:51:59.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:51:59 smithi156 bash[24915]: cluster 2023-12-08T10:51:58.031724+0000 mgr.smithi156.dvayok (mgr.14180) 1248 : cluster [DBG] pgmap v831: 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-08T10:52:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:51:59 smithi194 bash[28991]: cluster 2023-12-08T10:51:58.031724+0000 mgr.smithi156.dvayok (mgr.14180) 1248 : cluster [DBG] pgmap v831: 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-08T10:52:01.159 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:01.159 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:01.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cluster 2023-12-08T10:52:00.032295+0000 mgr.smithi156.dvayok (mgr.14180) 1249 : cluster [DBG] pgmap v832: 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-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cephadm 2023-12-08T10:52:00.452847+0000 mgr.smithi156.dvayok (mgr.14180) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cephadm 2023-12-08T10:52:00.453150+0000 mgr.smithi156.dvayok (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: audit 2023-12-08T10:52:00.453782+0000 mon.smithi156 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.yalfeo"}]: dispatch 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cephadm 2023-12-08T10:52:00.454898+0000 mgr.smithi156.dvayok (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cephadm 2023-12-08T10:52:00.456724+0000 mgr.smithi156.dvayok (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cephadm 2023-12-08T10:52:00.458289+0000 mgr.smithi156.dvayok (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cluster 2023-12-08T10:52:00.459197+0000 mgr.smithi156.dvayok (mgr.14180) 1255 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:52:01.503 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:01 smithi156 bash[24915]: cluster 2023-12-08T10:52:00.591635+0000 mon.smithi156 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cluster 2023-12-08T10:52:00.032295+0000 mgr.smithi156.dvayok (mgr.14180) 1249 : cluster [DBG] pgmap v832: 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-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cephadm 2023-12-08T10:52:00.452847+0000 mgr.smithi156.dvayok (mgr.14180) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cephadm 2023-12-08T10:52:00.453150+0000 mgr.smithi156.dvayok (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: audit 2023-12-08T10:52:00.453782+0000 mon.smithi156 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.yalfeo"}]: dispatch 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cephadm 2023-12-08T10:52:00.454898+0000 mgr.smithi156.dvayok (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.569 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.yalfeo ... 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cephadm 2023-12-08T10:52:00.456724+0000 mgr.smithi156.dvayok (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cephadm 2023-12-08T10:52:00.458289+0000 mgr.smithi156.dvayok (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:01.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cluster 2023-12-08T10:52:00.459197+0000 mgr.smithi156.dvayok (mgr.14180) 1255 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:52:01.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:01 smithi194 bash[28991]: cluster 2023-12-08T10:52:00.591635+0000 mon.smithi156 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:01.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:02 smithi194 bash[28991]: audit 2023-12-08T10:52:01.145819+0000 mgr.smithi156.dvayok (mgr.14180) 1256 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:02 smithi156 bash[24915]: audit 2023-12-08T10:52:01.145819+0000 mgr.smithi156.dvayok (mgr.14180) 1256 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:02.981 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:03 smithi194 bash[28991]: cluster 2023-12-08T10:52:02.460280+0000 mgr.smithi156.dvayok (mgr.14180) 1257 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:03 smithi194 bash[28991]: audit 2023-12-08T10:52:02.531578+0000 mon.smithi156 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:52:03.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:03 smithi156 bash[24915]: cluster 2023-12-08T10:52:02.460280+0000 mgr.smithi156.dvayok (mgr.14180) 1257 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:03.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:03 smithi156 bash[24915]: audit 2023-12-08T10:52:02.531578+0000 mon.smithi156 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:52:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:05 smithi194 bash[28991]: cluster 2023-12-08T10:52:04.461480+0000 mgr.smithi156.dvayok (mgr.14180) 1258 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:05.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:05 smithi156 bash[24915]: cluster 2023-12-08T10:52:04.461480+0000 mgr.smithi156.dvayok (mgr.14180) 1258 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:06.474 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:06.475 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:07.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:07 smithi156 bash[24915]: audit 2023-12-08T10:52:06.461248+0000 mgr.smithi156.dvayok (mgr.14180) 1259 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:07 smithi156 bash[24915]: cluster 2023-12-08T10:52:06.462546+0000 mgr.smithi156.dvayok (mgr.14180) 1260 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:07 smithi194 bash[28991]: audit 2023-12-08T10:52:06.461248+0000 mgr.smithi156.dvayok (mgr.14180) 1259 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:07 smithi194 bash[28991]: cluster 2023-12-08T10:52:06.462546+0000 mgr.smithi156.dvayok (mgr.14180) 1260 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:08.335 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:09 smithi194 bash[28991]: cluster 2023-12-08T10:52:08.463528+0000 mgr.smithi156.dvayok (mgr.14180) 1261 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:09.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:09 smithi156 bash[24915]: cluster 2023-12-08T10:52:08.463528+0000 mgr.smithi156.dvayok (mgr.14180) 1261 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:11.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:11 smithi194 bash[28991]: cluster 2023-12-08T10:52:10.464854+0000 mgr.smithi156.dvayok (mgr.14180) 1262 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:11.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:11 smithi156 bash[24915]: cluster 2023-12-08T10:52:10.464854+0000 mgr.smithi156.dvayok (mgr.14180) 1262 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-08T10:52:11.756 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:11.756 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:12.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:13.651 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:13 smithi194 bash[28991]: audit 2023-12-08T10:52:11.741518+0000 mgr.smithi156.dvayok (mgr.14180) 1263 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:13 smithi194 bash[28991]: cluster 2023-12-08T10:52:12.466036+0000 mgr.smithi156.dvayok (mgr.14180) 1264 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:13.852 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:13 smithi156 bash[24915]: audit 2023-12-08T10:52:11.741518+0000 mgr.smithi156.dvayok (mgr.14180) 1263 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:13.852 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:13 smithi156 bash[24915]: cluster 2023-12-08T10:52:12.466036+0000 mgr.smithi156.dvayok (mgr.14180) 1264 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:15 smithi194 bash[28991]: cluster 2023-12-08T10:52:14.467311+0000 mgr.smithi156.dvayok (mgr.14180) 1265 : 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-08T10:52:15.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:15 smithi156 bash[24915]: cluster 2023-12-08T10:52:14.467311+0000 mgr.smithi156.dvayok (mgr.14180) 1265 : 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-08T10:52:17.014 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:17.014 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:17.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:17 smithi156 bash[24915]: cluster 2023-12-08T10:52:16.468431+0000 mgr.smithi156.dvayok (mgr.14180) 1266 : 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-08T10:52:17.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:17 smithi194 bash[28991]: cluster 2023-12-08T10:52:16.468431+0000 mgr.smithi156.dvayok (mgr.14180) 1266 : 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-08T10:52:18.787 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:18.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:18 smithi156 bash[24915]: audit 2023-12-08T10:52:17.001041+0000 mgr.smithi156.dvayok (mgr.14180) 1267 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:18 smithi194 bash[28991]: audit 2023-12-08T10:52:17.001041+0000 mgr.smithi156.dvayok (mgr.14180) 1267 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:19 smithi194 bash[28991]: cluster 2023-12-08T10:52:18.469513+0000 mgr.smithi156.dvayok (mgr.14180) 1268 : 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-08T10:52:19.905 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:19 smithi156 bash[24915]: cluster 2023-12-08T10:52:18.469513+0000 mgr.smithi156.dvayok (mgr.14180) 1268 : 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-08T10:52:21.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:21 smithi194 bash[28991]: cluster 2023-12-08T10:52:20.470446+0000 mgr.smithi156.dvayok (mgr.14180) 1269 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:21.725 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:21 smithi156 bash[24915]: cluster 2023-12-08T10:52:20.470446+0000 mgr.smithi156.dvayok (mgr.14180) 1269 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:22.104 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:22.105 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:22.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:23 smithi194 bash[28991]: audit 2023-12-08T10:52:22.091110+0000 mgr.smithi156.dvayok (mgr.14180) 1270 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:23 smithi194 bash[28991]: cluster 2023-12-08T10:52:22.471138+0000 mgr.smithi156.dvayok (mgr.14180) 1271 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:23.990 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:23.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:23 smithi156 bash[24915]: audit 2023-12-08T10:52:22.091110+0000 mgr.smithi156.dvayok (mgr.14180) 1270 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:23.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:23 smithi156 bash[24915]: cluster 2023-12-08T10:52:22.471138+0000 mgr.smithi156.dvayok (mgr.14180) 1271 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:25.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:25 smithi156 bash[24915]: cluster 2023-12-08T10:52:24.472349+0000 mgr.smithi156.dvayok (mgr.14180) 1272 : 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-08T10:52:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:25 smithi194 bash[28991]: cluster 2023-12-08T10:52:24.472349+0000 mgr.smithi156.dvayok (mgr.14180) 1272 : 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-08T10:52:27.313 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:27.314 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:27 smithi156 bash[24915]: cluster 2023-12-08T10:52:26.473634+0000 mgr.smithi156.dvayok (mgr.14180) 1273 : 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-08T10:52:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:27 smithi194 bash[28991]: cluster 2023-12-08T10:52:26.473634+0000 mgr.smithi156.dvayok (mgr.14180) 1273 : 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-08T10:52:28.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:28 smithi194 bash[28991]: audit 2023-12-08T10:52:27.300456+0000 mgr.smithi156.dvayok (mgr.14180) 1274 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:28.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:28 smithi156 bash[24915]: audit 2023-12-08T10:52:27.300456+0000 mgr.smithi156.dvayok (mgr.14180) 1274 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:29.137 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:29 smithi194 bash[28991]: cluster 2023-12-08T10:52:28.474699+0000 mgr.smithi156.dvayok (mgr.14180) 1275 : 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-08T10:52:29.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:29 smithi156 bash[24915]: cluster 2023-12-08T10:52:28.474699+0000 mgr.smithi156.dvayok (mgr.14180) 1275 : 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-08T10:52:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:31 smithi156 bash[24915]: cluster 2023-12-08T10:52:30.475777+0000 mgr.smithi156.dvayok (mgr.14180) 1276 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:31.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:31 smithi194 bash[28991]: cluster 2023-12-08T10:52:30.475777+0000 mgr.smithi156.dvayok (mgr.14180) 1276 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:32.508 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:32.508 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:33.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:33.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:33 smithi156 bash[24915]: cluster 2023-12-08T10:52:32.476522+0000 mgr.smithi156.dvayok (mgr.14180) 1277 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:33.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:33 smithi156 bash[24915]: audit 2023-12-08T10:52:32.495569+0000 mgr.smithi156.dvayok (mgr.14180) 1278 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:33 smithi194 bash[28991]: cluster 2023-12-08T10:52:32.476522+0000 mgr.smithi156.dvayok (mgr.14180) 1277 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:33 smithi194 bash[28991]: audit 2023-12-08T10:52:32.495569+0000 mgr.smithi156.dvayok (mgr.14180) 1278 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:34.358 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:35 smithi194 bash[28991]: cluster 2023-12-08T10:52:34.477674+0000 mgr.smithi156.dvayok (mgr.14180) 1279 : 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-08T10:52:35.859 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:35 smithi156 bash[24915]: cluster 2023-12-08T10:52:34.477674+0000 mgr.smithi156.dvayok (mgr.14180) 1279 : 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-08T10:52:37.659 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:37.660 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:37 smithi194 bash[28991]: cluster 2023-12-08T10:52:36.478394+0000 mgr.smithi156.dvayok (mgr.14180) 1280 : 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-08T10:52:37.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:37 smithi156 bash[24915]: cluster 2023-12-08T10:52:36.478394+0000 mgr.smithi156.dvayok (mgr.14180) 1280 : 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-08T10:52:38.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:38 smithi194 bash[28991]: audit 2023-12-08T10:52:37.643399+0000 mgr.smithi156.dvayok (mgr.14180) 1281 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:38.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:38 smithi156 bash[24915]: audit 2023-12-08T10:52:37.643399+0000 mgr.smithi156.dvayok (mgr.14180) 1281 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:39.556 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:39 smithi194 bash[28991]: cluster 2023-12-08T10:52:38.479389+0000 mgr.smithi156.dvayok (mgr.14180) 1282 : 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-08T10:52:39.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:39 smithi156 bash[24915]: cluster 2023-12-08T10:52:38.479389+0000 mgr.smithi156.dvayok (mgr.14180) 1282 : 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-08T10:52:41.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:41 smithi194 bash[28991]: cluster 2023-12-08T10:52:40.480738+0000 mgr.smithi156.dvayok (mgr.14180) 1283 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:41.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:41 smithi156 bash[24915]: cluster 2023-12-08T10:52:40.480738+0000 mgr.smithi156.dvayok (mgr.14180) 1283 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:42.742 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:42.743 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:43.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:43 smithi194 bash[28991]: cluster 2023-12-08T10:52:42.481762+0000 mgr.smithi156.dvayok (mgr.14180) 1284 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:43 smithi194 bash[28991]: audit 2023-12-08T10:52:42.729400+0000 mgr.smithi156.dvayok (mgr.14180) 1285 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:43.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:43 smithi156 bash[24915]: cluster 2023-12-08T10:52:42.481762+0000 mgr.smithi156.dvayok (mgr.14180) 1284 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:43.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:43 smithi156 bash[24915]: audit 2023-12-08T10:52:42.729400+0000 mgr.smithi156.dvayok (mgr.14180) 1285 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:44.544 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:45 smithi194 bash[28991]: cluster 2023-12-08T10:52:44.482927+0000 mgr.smithi156.dvayok (mgr.14180) 1286 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:45.818 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:45 smithi156 bash[24915]: cluster 2023-12-08T10:52:44.482927+0000 mgr.smithi156.dvayok (mgr.14180) 1286 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:47.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:47 smithi156 bash[24915]: cluster 2023-12-08T10:52:46.484123+0000 mgr.smithi156.dvayok (mgr.14180) 1287 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:47.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:47 smithi194 bash[28991]: cluster 2023-12-08T10:52:46.484123+0000 mgr.smithi156.dvayok (mgr.14180) 1287 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:47.875 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:47.876 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:48.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:49.653 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:49 smithi194 bash[28991]: audit 2023-12-08T10:52:47.862027+0000 mgr.smithi156.dvayok (mgr.14180) 1288 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:49 smithi194 bash[28991]: cluster 2023-12-08T10:52:48.485093+0000 mgr.smithi156.dvayok (mgr.14180) 1289 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:49.854 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:49 smithi156 bash[24915]: audit 2023-12-08T10:52:47.862027+0000 mgr.smithi156.dvayok (mgr.14180) 1288 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:49.855 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:49 smithi156 bash[24915]: cluster 2023-12-08T10:52:48.485093+0000 mgr.smithi156.dvayok (mgr.14180) 1289 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:51.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:51 smithi156 bash[24915]: cluster 2023-12-08T10:52:50.486368+0000 mgr.smithi156.dvayok (mgr.14180) 1290 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:51.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:51 smithi194 bash[28991]: cluster 2023-12-08T10:52:50.486368+0000 mgr.smithi156.dvayok (mgr.14180) 1290 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:52.996 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:52.996 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:53.814 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:53 smithi156 bash[24915]: cluster 2023-12-08T10:52:52.487088+0000 mgr.smithi156.dvayok (mgr.14180) 1291 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:53.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:53 smithi194 bash[28991]: cluster 2023-12-08T10:52:52.487088+0000 mgr.smithi156.dvayok (mgr.14180) 1291 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:52:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:54 smithi194 bash[28991]: audit 2023-12-08T10:52:52.982859+0000 mgr.smithi156.dvayok (mgr.14180) 1292 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:54.816 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:54.830 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:54 smithi156 bash[24915]: audit 2023-12-08T10:52:52.982859+0000 mgr.smithi156.dvayok (mgr.14180) 1292 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:55.901 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:55 smithi156 bash[24915]: cluster 2023-12-08T10:52:54.488292+0000 mgr.smithi156.dvayok (mgr.14180) 1293 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:55 smithi194 bash[28991]: cluster 2023-12-08T10:52:54.488292+0000 mgr.smithi156.dvayok (mgr.14180) 1293 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:57.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:57 smithi156 bash[24915]: cluster 2023-12-08T10:52:56.489464+0000 mgr.smithi156.dvayok (mgr.14180) 1294 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:57 smithi194 bash[28991]: cluster 2023-12-08T10:52:56.489464+0000 mgr.smithi156.dvayok (mgr.14180) 1294 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:58.112 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:52:58.112 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:58.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:59.939 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:59.952 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:59 smithi156 bash[24915]: audit 2023-12-08T10:52:58.097305+0000 mgr.smithi156.dvayok (mgr.14180) 1295 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:59.952 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:52:59 smithi156 bash[24915]: cluster 2023-12-08T10:52:58.490552+0000 mgr.smithi156.dvayok (mgr.14180) 1296 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:59 smithi194 bash[28991]: audit 2023-12-08T10:52:58.097305+0000 mgr.smithi156.dvayok (mgr.14180) 1295 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:52:59 smithi194 bash[28991]: cluster 2023-12-08T10:52:58.490552+0000 mgr.smithi156.dvayok (mgr.14180) 1296 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:01.378 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.462612+0000 mon.smithi156 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: cluster 2023-12-08T10:53:00.491868+0000 mgr.smithi156.dvayok (mgr.14180) 1297 : 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-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.762272+0000 mon.smithi156 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.763923+0000 mon.smithi156 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.772355+0000 mon.smithi156 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.782167+0000 mon.smithi156 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:53:01.379 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:01 smithi156 bash[24915]: audit 2023-12-08T10:53:00.793498+0000 mon.smithi156 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.462612+0000 mon.smithi156 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:53:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: cluster 2023-12-08T10:53:00.491868+0000 mgr.smithi156.dvayok (mgr.14180) 1297 : 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-08T10:53:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.762272+0000 mon.smithi156 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:53:01.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.763923+0000 mon.smithi156 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:53:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.772355+0000 mon.smithi156 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.782167+0000 mon.smithi156 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:53:01.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:01 smithi194 bash[28991]: audit 2023-12-08T10:53:00.793498+0000 mon.smithi156 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:02 smithi194 bash[28991]: cluster 2023-12-08T10:53:00.773122+0000 mgr.smithi156.dvayok (mgr.14180) 1298 : cluster [DBG] pgmap v864: 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-08T10:53:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:02 smithi194 bash[28991]: cephadm 2023-12-08T10:53:00.797382+0000 mgr.smithi156.dvayok (mgr.14180) 1299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.jbrezu on smithi194 2023-12-08T10:53:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:02 smithi194 bash[28991]: cluster 2023-12-08T10:53:01.296093+0000 mon.smithi156 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:53:02.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:02 smithi194 bash[28991]: cluster 2023-12-08T10:53:01.296149+0000 mon.smithi156 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2023-12-08T10:53:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:02 smithi156 bash[24915]: cluster 2023-12-08T10:53:00.773122+0000 mgr.smithi156.dvayok (mgr.14180) 1298 : cluster [DBG] pgmap v864: 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-08T10:53:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:02 smithi156 bash[24915]: cephadm 2023-12-08T10:53:00.797382+0000 mgr.smithi156.dvayok (mgr.14180) 1299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.jbrezu on smithi194 2023-12-08T10:53:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:02 smithi156 bash[24915]: cluster 2023-12-08T10:53:01.296093+0000 mon.smithi156 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:53:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:02 smithi156 bash[24915]: cluster 2023-12-08T10:53:01.296149+0000 mon.smithi156 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2023-12-08T10:53:03.269 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:03.269 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.708847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ckeuxb on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:51:55.818123Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.nwqbqz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-nwqbqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.nwqbqz\nDeploy daemon haproxy.nfs.foo.smithi194.nwqbqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.454775Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.yalfeo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-yalfeo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.yalfeo\nDeploy daemon haproxy.nfs.foo.smithi156.yalfeo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:04.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:04.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:04 smithi156 bash[24915]: cluster 2023-12-08T10:53:02.774072+0000 mgr.smithi156.dvayok (mgr.14180) 1300 : cluster [DBG] pgmap v865: 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-08T10:53:04.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:04 smithi156 bash[24915]: audit 2023-12-08T10:53:03.255633+0000 mgr.smithi156.dvayok (mgr.14180) 1301 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:04 smithi194 bash[28991]: cluster 2023-12-08T10:53:02.774072+0000 mgr.smithi156.dvayok (mgr.14180) 1300 : cluster [DBG] pgmap v865: 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-08T10:53:04.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:04 smithi194 bash[28991]: audit 2023-12-08T10:53:03.255633+0000 mgr.smithi156.dvayok (mgr.14180) 1301 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:05.129 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: cephadm 2023-12-08T10:53:04.697450+0000 mgr.smithi156.dvayok (mgr.14180) 1302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: cephadm 2023-12-08T10:53:04.697974+0000 mgr.smithi156.dvayok (mgr.14180) 1303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: audit 2023-12-08T10:53:04.698523+0000 mon.smithi156 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.jbrezu"}]: dispatch 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: cephadm 2023-12-08T10:53:04.700280+0000 mgr.smithi156.dvayok (mgr.14180) 1304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:05 smithi156 bash[24915]: cephadm 2023-12-08T10:53:04.704285+0000 mgr.smithi156.dvayok (mgr.14180) 1305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.lvymdr on smithi156 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: cephadm 2023-12-08T10:53:04.697450+0000 mgr.smithi156.dvayok (mgr.14180) 1302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: cephadm 2023-12-08T10:53:04.697974+0000 mgr.smithi156.dvayok (mgr.14180) 1303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: audit 2023-12-08T10:53:04.698523+0000 mon.smithi156 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.jbrezu"}]: dispatch 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: cephadm 2023-12-08T10:53:04.700280+0000 mgr.smithi156.dvayok (mgr.14180) 1304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jbrezu ... 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:05.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:05.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:05 smithi194 bash[28991]: cephadm 2023-12-08T10:53:04.704285+0000 mgr.smithi156.dvayok (mgr.14180) 1305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.lvymdr on smithi156 2023-12-08T10:53:06.584 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:06 smithi156 bash[24915]: cluster 2023-12-08T10:53:04.775103+0000 mgr.smithi156.dvayok (mgr.14180) 1306 : cluster [DBG] pgmap v866: 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-08T10:53:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:06 smithi194 bash[28991]: cluster 2023-12-08T10:53:04.775103+0000 mgr.smithi156.dvayok (mgr.14180) 1306 : cluster [DBG] pgmap v866: 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-08T10:53:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:07 smithi156 bash[24915]: audit 2023-12-08T10:53:06.411967+0000 mon.smithi156 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:07 smithi194 bash[28991]: audit 2023-12-08T10:53:06.411967+0000 mon.smithi156 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:08.599 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:08.599 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.456629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yvzccd on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:08.677 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:08 smithi156 bash[24915]: cluster 2023-12-08T10:53:06.775857+0000 mgr.smithi156.dvayok (mgr.14180) 1307 : cluster [DBG] pgmap v867: 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-08T10:53:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:08 smithi194 bash[28991]: cluster 2023-12-08T10:53:06.775857+0000 mgr.smithi156.dvayok (mgr.14180) 1307 : cluster [DBG] pgmap v867: 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-08T10:53:09.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:09.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cephadm 2023-12-08T10:53:08.580382+0000 mgr.smithi156.dvayok (mgr.14180) 1308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cephadm 2023-12-08T10:53:08.580895+0000 mgr.smithi156.dvayok (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: audit 2023-12-08T10:53:08.581572+0000 mon.smithi156 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.lvymdr"}]: dispatch 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cephadm 2023-12-08T10:53:08.583202+0000 mgr.smithi156.dvayok (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cephadm 2023-12-08T10:53:08.587825+0000 mgr.smithi156.dvayok (mgr.14180) 1311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:53:09.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: audit 2023-12-08T10:53:08.589572+0000 mgr.smithi156.dvayok (mgr.14180) 1312 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:09.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cephadm 2023-12-08T10:53:08.596008+0000 mgr.smithi156.dvayok (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:53:09.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:09 smithi156 bash[24915]: cluster 2023-12-08T10:53:08.597175+0000 mgr.smithi156.dvayok (mgr.14180) 1314 : cluster [DBG] pgmap v868: 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-08T10:53:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cephadm 2023-12-08T10:53:08.580382+0000 mgr.smithi156.dvayok (mgr.14180) 1308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:53:09.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cephadm 2023-12-08T10:53:08.580895+0000 mgr.smithi156.dvayok (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: audit 2023-12-08T10:53:08.581572+0000 mon.smithi156 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.lvymdr"}]: dispatch 2023-12-08T10:53:09.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cephadm 2023-12-08T10:53:08.583202+0000 mgr.smithi156.dvayok (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.lvymdr ... 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cephadm 2023-12-08T10:53:08.587825+0000 mgr.smithi156.dvayok (mgr.14180) 1311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: audit 2023-12-08T10:53:08.589572+0000 mgr.smithi156.dvayok (mgr.14180) 1312 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:09.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cephadm 2023-12-08T10:53:08.596008+0000 mgr.smithi156.dvayok (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:53:09.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:09 smithi194 bash[28991]: cluster 2023-12-08T10:53:08.597175+0000 mgr.smithi156.dvayok (mgr.14180) 1314 : cluster [DBG] pgmap v868: 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-08T10:53:10.517 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:10.713 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:10 smithi156 bash[24915]: cluster 2023-12-08T10:53:09.420901+0000 mon.smithi156 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:53:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:10 smithi194 bash[28991]: cluster 2023-12-08T10:53:09.420901+0000 mon.smithi156 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:53:11.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:11 smithi156 bash[24915]: cluster 2023-12-08T10:53:10.598292+0000 mgr.smithi156.dvayok (mgr.14180) 1315 : cluster [DBG] pgmap v869: 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-08T10:53:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:11 smithi194 bash[28991]: cluster 2023-12-08T10:53:10.598292+0000 mgr.smithi156.dvayok (mgr.14180) 1315 : cluster [DBG] pgmap v869: 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-08T10:53:13.735 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:13.735 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:13.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:13 smithi156 bash[24915]: audit 2023-12-08T10:53:12.577793+0000 mon.smithi156 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:13.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:13 smithi156 bash[24915]: cluster 2023-12-08T10:53:12.599501+0000 mgr.smithi156.dvayok (mgr.14180) 1316 : cluster [DBG] pgmap v870: 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-08T10:53:14.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:13 smithi194 bash[28991]: audit 2023-12-08T10:53:12.577793+0000 mon.smithi156 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:14.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:13 smithi194 bash[28991]: cluster 2023-12-08T10:53:12.599501+0000 mgr.smithi156.dvayok (mgr.14180) 1316 : cluster [DBG] pgmap v870: 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-08T10:53:14.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:14 smithi156 bash[24915]: audit 2023-12-08T10:53:13.726834+0000 mgr.smithi156.dvayok (mgr.14180) 1317 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:14 smithi194 bash[28991]: audit 2023-12-08T10:53:13.726834+0000 mgr.smithi156.dvayok (mgr.14180) 1317 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:15.586 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:15.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:15 smithi156 bash[24915]: cluster 2023-12-08T10:53:14.600745+0000 mgr.smithi156.dvayok (mgr.14180) 1318 : cluster [DBG] pgmap v871: 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-08T10:53:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:15 smithi194 bash[28991]: cluster 2023-12-08T10:53:14.600745+0000 mgr.smithi156.dvayok (mgr.14180) 1318 : cluster [DBG] pgmap v871: 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-08T10:53:17.917 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:17 smithi156 bash[24915]: cluster 2023-12-08T10:53:16.601984+0000 mgr.smithi156.dvayok (mgr.14180) 1319 : cluster [DBG] pgmap v872: 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-08T10:53:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:17 smithi194 bash[28991]: cluster 2023-12-08T10:53:16.601984+0000 mgr.smithi156.dvayok (mgr.14180) 1319 : cluster [DBG] pgmap v872: 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-08T10:53:19.291 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:19.291 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:19.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:19 smithi156 bash[24915]: cluster 2023-12-08T10:53:18.602852+0000 mgr.smithi156.dvayok (mgr.14180) 1320 : cluster [DBG] pgmap v873: 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-08T10:53:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:19 smithi194 bash[28991]: cluster 2023-12-08T10:53:18.602852+0000 mgr.smithi156.dvayok (mgr.14180) 1320 : cluster [DBG] pgmap v873: 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-08T10:53:20.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:20.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:20 smithi156 bash[24915]: audit 2023-12-08T10:53:19.277876+0000 mgr.smithi156.dvayok (mgr.14180) 1321 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:20 smithi194 bash[28991]: audit 2023-12-08T10:53:19.277876+0000 mgr.smithi156.dvayok (mgr.14180) 1321 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:21.188 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:21.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:21 smithi156 bash[24915]: cluster 2023-12-08T10:53:20.604043+0000 mgr.smithi156.dvayok (mgr.14180) 1322 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:21.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:21 smithi156 bash[24915]: audit 2023-12-08T10:53:21.412587+0000 mon.smithi156 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:22.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:21 smithi194 bash[28991]: cluster 2023-12-08T10:53:20.604043+0000 mgr.smithi156.dvayok (mgr.14180) 1322 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:22.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:21 smithi194 bash[28991]: audit 2023-12-08T10:53:21.412587+0000 mon.smithi156 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:53:23.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:23 smithi156 bash[24915]: cluster 2023-12-08T10:53:22.604793+0000 mgr.smithi156.dvayok (mgr.14180) 1323 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:24.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:23 smithi194 bash[28991]: cluster 2023-12-08T10:53:22.604793+0000 mgr.smithi156.dvayok (mgr.14180) 1323 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:24.683 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:24.683 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:25.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:25.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:25 smithi156 bash[24915]: cluster 2023-12-08T10:53:24.605987+0000 mgr.smithi156.dvayok (mgr.14180) 1324 : 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-08T10:53:25.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:25 smithi156 bash[24915]: audit 2023-12-08T10:53:24.670310+0000 mgr.smithi156.dvayok (mgr.14180) 1325 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:25 smithi194 bash[28991]: cluster 2023-12-08T10:53:24.605987+0000 mgr.smithi156.dvayok (mgr.14180) 1324 : 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-08T10:53:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:25 smithi194 bash[28991]: audit 2023-12-08T10:53:24.670310+0000 mgr.smithi156.dvayok (mgr.14180) 1325 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:26.539 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:27.977 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:27 smithi156 bash[24915]: cluster 2023-12-08T10:53:26.607048+0000 mgr.smithi156.dvayok (mgr.14180) 1326 : 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-08T10:53:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:27 smithi194 bash[28991]: cluster 2023-12-08T10:53:26.607048+0000 mgr.smithi156.dvayok (mgr.14180) 1326 : 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-08T10:53:29.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:29 smithi156 bash[24915]: cluster 2023-12-08T10:53:28.608160+0000 mgr.smithi156.dvayok (mgr.14180) 1327 : 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-08T10:53:30.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:29 smithi194 bash[28991]: cluster 2023-12-08T10:53:28.608160+0000 mgr.smithi156.dvayok (mgr.14180) 1327 : 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-08T10:53:30.086 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:30.087 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:30.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:31.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:31 smithi156 bash[24915]: audit 2023-12-08T10:53:30.077626+0000 mgr.smithi156.dvayok (mgr.14180) 1328 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:31.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:31 smithi156 bash[24915]: cluster 2023-12-08T10:53:30.609311+0000 mgr.smithi156.dvayok (mgr.14180) 1329 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:31 smithi194 bash[28991]: audit 2023-12-08T10:53:30.077626+0000 mgr.smithi156.dvayok (mgr.14180) 1328 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:31 smithi194 bash[28991]: cluster 2023-12-08T10:53:30.609311+0000 mgr.smithi156.dvayok (mgr.14180) 1329 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:31.916 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:33.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:33 smithi156 bash[24915]: cluster 2023-12-08T10:53:32.610438+0000 mgr.smithi156.dvayok (mgr.14180) 1330 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:34.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:33 smithi194 bash[28991]: cluster 2023-12-08T10:53:32.610438+0000 mgr.smithi156.dvayok (mgr.14180) 1330 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:35.477 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:35.477 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:35.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:35 smithi156 bash[24915]: cluster 2023-12-08T10:53:34.611505+0000 mgr.smithi156.dvayok (mgr.14180) 1331 : 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-08T10:53:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:35 smithi194 bash[28991]: cluster 2023-12-08T10:53:34.611505+0000 mgr.smithi156.dvayok (mgr.14180) 1331 : 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-08T10:53:36.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:36.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:36 smithi156 bash[24915]: audit 2023-12-08T10:53:35.461442+0000 mgr.smithi156.dvayok (mgr.14180) 1332 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:36 smithi194 bash[28991]: audit 2023-12-08T10:53:35.461442+0000 mgr.smithi156.dvayok (mgr.14180) 1332 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:37.314 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:37.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:37 smithi156 bash[24915]: cluster 2023-12-08T10:53:36.612727+0000 mgr.smithi156.dvayok (mgr.14180) 1333 : 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-08T10:53:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:37 smithi194 bash[28991]: cluster 2023-12-08T10:53:36.612727+0000 mgr.smithi156.dvayok (mgr.14180) 1333 : 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-08T10:53:39.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:39 smithi156 bash[24915]: cluster 2023-12-08T10:53:38.613930+0000 mgr.smithi156.dvayok (mgr.14180) 1334 : 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-08T10:53:40.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:39 smithi194 bash[28991]: cluster 2023-12-08T10:53:38.613930+0000 mgr.smithi156.dvayok (mgr.14180) 1334 : 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-08T10:53:40.873 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:40.873 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:41.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:41 smithi156 bash[24915]: cluster 2023-12-08T10:53:40.615053+0000 mgr.smithi156.dvayok (mgr.14180) 1335 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:41.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:41 smithi194 bash[28991]: cluster 2023-12-08T10:53:40.615053+0000 mgr.smithi156.dvayok (mgr.14180) 1335 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:42.684 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:42.696 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:42 smithi156 bash[24915]: audit 2023-12-08T10:53:40.864219+0000 mgr.smithi156.dvayok (mgr.14180) 1336 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:42 smithi194 bash[28991]: audit 2023-12-08T10:53:40.864219+0000 mgr.smithi156.dvayok (mgr.14180) 1336 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:43.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:43 smithi156 bash[24915]: cluster 2023-12-08T10:53:42.616357+0000 mgr.smithi156.dvayok (mgr.14180) 1337 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:43 smithi194 bash[28991]: cluster 2023-12-08T10:53:42.616357+0000 mgr.smithi156.dvayok (mgr.14180) 1337 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:45.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:45 smithi156 bash[24915]: cluster 2023-12-08T10:53:44.617615+0000 mgr.smithi156.dvayok (mgr.14180) 1338 : 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-08T10:53:46.064 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:46.064 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:45 smithi194 bash[28991]: cluster 2023-12-08T10:53:44.617615+0000 mgr.smithi156.dvayok (mgr.14180) 1338 : 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-08T10:53:46.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:47.967 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:47.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:47 smithi156 bash[24915]: audit 2023-12-08T10:53:46.050158+0000 mgr.smithi156.dvayok (mgr.14180) 1339 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:47.980 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:47 smithi156 bash[24915]: cluster 2023-12-08T10:53:46.618802+0000 mgr.smithi156.dvayok (mgr.14180) 1340 : 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-08T10:53:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:47 smithi194 bash[28991]: audit 2023-12-08T10:53:46.050158+0000 mgr.smithi156.dvayok (mgr.14180) 1339 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:47 smithi194 bash[28991]: cluster 2023-12-08T10:53:46.618802+0000 mgr.smithi156.dvayok (mgr.14180) 1340 : 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-08T10:53:49.942 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:49 smithi156 bash[24915]: cluster 2023-12-08T10:53:48.619996+0000 mgr.smithi156.dvayok (mgr.14180) 1341 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:49 smithi194 bash[28991]: cluster 2023-12-08T10:53:48.619996+0000 mgr.smithi156.dvayok (mgr.14180) 1341 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:51.306 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:51.306 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:51.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:51 smithi156 bash[24915]: cluster 2023-12-08T10:53:50.621248+0000 mgr.smithi156.dvayok (mgr.14180) 1342 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:51 smithi194 bash[28991]: cluster 2023-12-08T10:53:50.621248+0000 mgr.smithi156.dvayok (mgr.14180) 1342 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:52.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:52.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:52 smithi156 bash[24915]: audit 2023-12-08T10:53:51.292891+0000 mgr.smithi156.dvayok (mgr.14180) 1343 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:52 smithi194 bash[28991]: audit 2023-12-08T10:53:51.292891+0000 mgr.smithi156.dvayok (mgr.14180) 1343 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:53.186 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:53.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:53 smithi156 bash[24915]: cluster 2023-12-08T10:53:52.622386+0000 mgr.smithi156.dvayok (mgr.14180) 1344 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:53.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:53 smithi194 bash[28991]: cluster 2023-12-08T10:53:52.622386+0000 mgr.smithi156.dvayok (mgr.14180) 1344 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:53:55.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:55 smithi156 bash[24915]: cluster 2023-12-08T10:53:54.623441+0000 mgr.smithi156.dvayok (mgr.14180) 1345 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:55 smithi194 bash[28991]: cluster 2023-12-08T10:53:54.623441+0000 mgr.smithi156.dvayok (mgr.14180) 1345 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:56.824 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:53:56.824 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:57.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:57 smithi156 bash[24915]: cluster 2023-12-08T10:53:56.624191+0000 mgr.smithi156.dvayok (mgr.14180) 1346 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:57 smithi194 bash[28991]: cluster 2023-12-08T10:53:56.624191+0000 mgr.smithi156.dvayok (mgr.14180) 1346 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:58.661 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:58.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:58 smithi156 bash[24915]: audit 2023-12-08T10:53:56.811901+0000 mgr.smithi156.dvayok (mgr.14180) 1347 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:58 smithi194 bash[28991]: audit 2023-12-08T10:53:56.811901+0000 mgr.smithi156.dvayok (mgr.14180) 1347 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:59.964 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:53:59 smithi156 bash[24915]: cluster 2023-12-08T10:53:58.625355+0000 mgr.smithi156.dvayok (mgr.14180) 1348 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:53:59 smithi194 bash[28991]: cluster 2023-12-08T10:53:58.625355+0000 mgr.smithi156.dvayok (mgr.14180) 1348 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:01.698 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:01 smithi156 bash[24915]: cluster 2023-12-08T10:54:00.626120+0000 mgr.smithi156.dvayok (mgr.14180) 1349 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:01 smithi194 bash[28991]: cluster 2023-12-08T10:54:00.626120+0000 mgr.smithi156.dvayok (mgr.14180) 1349 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:02.067 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:02.067 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:02.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:03.917 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:03.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:03 smithi156 bash[24915]: audit 2023-12-08T10:54:02.058613+0000 mgr.smithi156.dvayok (mgr.14180) 1350 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:03.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:03 smithi156 bash[24915]: cluster 2023-12-08T10:54:02.627216+0000 mgr.smithi156.dvayok (mgr.14180) 1351 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:03 smithi194 bash[28991]: audit 2023-12-08T10:54:02.058613+0000 mgr.smithi156.dvayok (mgr.14180) 1350 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:03 smithi194 bash[28991]: cluster 2023-12-08T10:54:02.627216+0000 mgr.smithi156.dvayok (mgr.14180) 1351 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:05.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:05 smithi156 bash[24915]: cluster 2023-12-08T10:54:04.627960+0000 mgr.smithi156.dvayok (mgr.14180) 1352 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:06.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:05 smithi194 bash[28991]: cluster 2023-12-08T10:54:04.627960+0000 mgr.smithi156.dvayok (mgr.14180) 1352 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:07.193 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:07.194 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:07.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:07 smithi156 bash[24915]: cluster 2023-12-08T10:54:06.628658+0000 mgr.smithi156.dvayok (mgr.14180) 1353 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:08.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:07 smithi194 bash[28991]: cluster 2023-12-08T10:54:06.628658+0000 mgr.smithi156.dvayok (mgr.14180) 1353 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:08.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:08 smithi156 bash[24915]: audit 2023-12-08T10:54:07.185005+0000 mgr.smithi156.dvayok (mgr.14180) 1354 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:08.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:08 smithi156 bash[24915]: audit 2023-12-08T10:54:08.600833+0000 mon.smithi156 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:54:09.042 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:09.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:08 smithi194 bash[28991]: audit 2023-12-08T10:54:07.185005+0000 mgr.smithi156.dvayok (mgr.14180) 1354 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:09.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:08 smithi194 bash[28991]: audit 2023-12-08T10:54:08.600833+0000 mon.smithi156 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:54:09.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: cluster 2023-12-08T10:54:08.629819+0000 mgr.smithi156.dvayok (mgr.14180) 1355 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:09.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: audit 2023-12-08T10:54:08.912397+0000 mon.smithi156 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:54:09.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: audit 2023-12-08T10:54:08.914196+0000 mon.smithi156 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:54:09.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: audit 2023-12-08T10:54:08.922329+0000 mon.smithi156 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:09.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: audit 2023-12-08T10:54:08.928560+0000 mon.smithi156 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:54:09.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:09 smithi156 bash[24915]: audit 2023-12-08T10:54:08.941067+0000 mon.smithi156 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: cluster 2023-12-08T10:54:08.629819+0000 mgr.smithi156.dvayok (mgr.14180) 1355 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: audit 2023-12-08T10:54:08.912397+0000 mon.smithi156 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: audit 2023-12-08T10:54:08.914196+0000 mon.smithi156 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: audit 2023-12-08T10:54:08.922329+0000 mon.smithi156 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: audit 2023-12-08T10:54:08.928560+0000 mon.smithi156 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:54:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:09 smithi194 bash[28991]: audit 2023-12-08T10:54:08.941067+0000 mon.smithi156 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:10.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:10 smithi156 bash[24915]: cluster 2023-12-08T10:54:08.923058+0000 mgr.smithi156.dvayok (mgr.14180) 1356 : cluster [DBG] pgmap v899: 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-08T10:54:10.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:10 smithi156 bash[24915]: cephadm 2023-12-08T10:54:08.944997+0000 mgr.smithi156.dvayok (mgr.14180) 1357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.fpglla on smithi194 2023-12-08T10:54:10.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:10 smithi156 bash[24915]: cluster 2023-12-08T10:54:09.919192+0000 mon.smithi156 (mon.0) 1026 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:54:10.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:10 smithi156 bash[24915]: cluster 2023-12-08T10:54:09.919257+0000 mon.smithi156 (mon.0) 1027 : cluster [INF] Cluster is now healthy 2023-12-08T10:54:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:10 smithi194 bash[28991]: cluster 2023-12-08T10:54:08.923058+0000 mgr.smithi156.dvayok (mgr.14180) 1356 : cluster [DBG] pgmap v899: 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-08T10:54:11.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:10 smithi194 bash[28991]: cephadm 2023-12-08T10:54:08.944997+0000 mgr.smithi156.dvayok (mgr.14180) 1357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.fpglla on smithi194 2023-12-08T10:54:11.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:10 smithi194 bash[28991]: cluster 2023-12-08T10:54:09.919192+0000 mon.smithi156 (mon.0) 1026 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:54:11.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:10 smithi194 bash[28991]: cluster 2023-12-08T10:54:09.919257+0000 mon.smithi156 (mon.0) 1027 : cluster [INF] Cluster is now healthy 2023-12-08T10:54:12.544 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:12.545 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:52:00.458197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.fiyrzi on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:04.700006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jbrezu on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jbrezu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jbrezu\nDeploy daemon haproxy.nfs.foo.smithi194.jbrezu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.582988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lvymdr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-lvymdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.lvymdr\nDeploy daemon haproxy.nfs.foo.smithi156.lvymdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:53:08.587549Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vgejrs on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:12.917 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:12 smithi156 bash[24915]: cluster 2023-12-08T10:54:10.923586+0000 mgr.smithi156.dvayok (mgr.14180) 1358 : cluster [DBG] pgmap v900: 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-08T10:54:13.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:12 smithi194 bash[28991]: cluster 2023-12-08T10:54:10.923586+0000 mgr.smithi156.dvayok (mgr.14180) 1358 : cluster [DBG] pgmap v900: 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-08T10:54:13.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:13.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:13 smithi156 bash[24915]: audit 2023-12-08T10:54:12.529684+0000 mgr.smithi156.dvayok (mgr.14180) 1359 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:13.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:13 smithi156 bash[24915]: audit 2023-12-08T10:54:12.915067+0000 mon.smithi156 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.fpglla"}]: dispatch 2023-12-08T10:54:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:13 smithi194 bash[28991]: audit 2023-12-08T10:54:12.529684+0000 mgr.smithi156.dvayok (mgr.14180) 1359 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:14.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:13 smithi194 bash[28991]: audit 2023-12-08T10:54:12.915067+0000 mon.smithi156 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.fpglla"}]: dispatch 2023-12-08T10:54:14.446 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: cephadm 2023-12-08T10:54:12.914005+0000 mgr.smithi156.dvayok (mgr.14180) 1360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:14.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: cephadm 2023-12-08T10:54:12.914507+0000 mgr.smithi156.dvayok (mgr.14180) 1361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: cephadm 2023-12-08T10:54:12.916092+0000 mgr.smithi156.dvayok (mgr.14180) 1362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:15.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:15.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: cephadm 2023-12-08T10:54:12.918614+0000 mgr.smithi156.dvayok (mgr.14180) 1363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tbrqcv on smithi156 2023-12-08T10:54:15.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:14 smithi156 bash[24915]: cluster 2023-12-08T10:54:12.924081+0000 mgr.smithi156.dvayok (mgr.14180) 1364 : cluster [DBG] pgmap v901: 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-08T10:54:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: cephadm 2023-12-08T10:54:12.914005+0000 mgr.smithi156.dvayok (mgr.14180) 1360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: cephadm 2023-12-08T10:54:12.914507+0000 mgr.smithi156.dvayok (mgr.14180) 1361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: cephadm 2023-12-08T10:54:12.916092+0000 mgr.smithi156.dvayok (mgr.14180) 1362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.fpglla ... 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: cephadm 2023-12-08T10:54:12.918614+0000 mgr.smithi156.dvayok (mgr.14180) 1363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tbrqcv on smithi156 2023-12-08T10:54:15.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:14 smithi194 bash[28991]: cluster 2023-12-08T10:54:12.924081+0000 mgr.smithi156.dvayok (mgr.14180) 1364 : cluster [DBG] pgmap v901: 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-08T10:54:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:16 smithi156 bash[24915]: cluster 2023-12-08T10:54:14.924879+0000 mgr.smithi156.dvayok (mgr.14180) 1365 : cluster [DBG] pgmap v902: 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-08T10:54:17.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:16 smithi194 bash[28991]: cluster 2023-12-08T10:54:14.924879+0000 mgr.smithi156.dvayok (mgr.14180) 1365 : cluster [DBG] pgmap v902: 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-08T10:54:17.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:17 smithi156 bash[24915]: audit 2023-12-08T10:54:17.211642+0000 mon.smithi156 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tbrqcv"}]: dispatch 2023-12-08T10:54:17.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:17 smithi156 bash[24915]: audit 2023-12-08T10:54:17.626576+0000 mon.smithi156 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:17 smithi194 bash[28991]: audit 2023-12-08T10:54:17.211642+0000 mon.smithi156 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tbrqcv"}]: dispatch 2023-12-08T10:54:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:17 smithi194 bash[28991]: audit 2023-12-08T10:54:17.626576+0000 mon.smithi156 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:54:18.307 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:18.307 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cluster 2023-12-08T10:54:16.925777+0000 mgr.smithi156.dvayok (mgr.14180) 1366 : cluster [DBG] pgmap v903: 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-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cephadm 2023-12-08T10:54:17.210782+0000 mgr.smithi156.dvayok (mgr.14180) 1367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:18.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:19.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cephadm 2023-12-08T10:54:17.211053+0000 mgr.smithi156.dvayok (mgr.14180) 1368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cephadm 2023-12-08T10:54:17.212918+0000 mgr.smithi156.dvayok (mgr.14180) 1369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cephadm 2023-12-08T10:54:17.214715+0000 mgr.smithi156.dvayok (mgr.14180) 1370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:54:19.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cephadm 2023-12-08T10:54:17.216271+0000 mgr.smithi156.dvayok (mgr.14180) 1371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:54:19.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cluster 2023-12-08T10:54:17.217021+0000 mgr.smithi156.dvayok (mgr.14180) 1372 : cluster [DBG] pgmap v904: 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-08T10:54:19.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:18 smithi156 bash[24915]: cluster 2023-12-08T10:54:17.732764+0000 mon.smithi156 (mon.0) 1031 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:54:19.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cluster 2023-12-08T10:54:16.925777+0000 mgr.smithi156.dvayok (mgr.14180) 1366 : cluster [DBG] pgmap v903: 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-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cephadm 2023-12-08T10:54:17.210782+0000 mgr.smithi156.dvayok (mgr.14180) 1367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:54:19.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cephadm 2023-12-08T10:54:17.211053+0000 mgr.smithi156.dvayok (mgr.14180) 1368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cephadm 2023-12-08T10:54:17.212918+0000 mgr.smithi156.dvayok (mgr.14180) 1369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tbrqcv ... 2023-12-08T10:54:19.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cephadm 2023-12-08T10:54:17.214715+0000 mgr.smithi156.dvayok (mgr.14180) 1370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cephadm 2023-12-08T10:54:17.216271+0000 mgr.smithi156.dvayok (mgr.14180) 1371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cluster 2023-12-08T10:54:17.217021+0000 mgr.smithi156.dvayok (mgr.14180) 1372 : cluster [DBG] pgmap v904: 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-08T10:54:19.070 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:18 smithi194 bash[28991]: cluster 2023-12-08T10:54:17.732764+0000 mon.smithi156 (mon.0) 1031 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:54:19.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:19 smithi194 bash[28991]: audit 2023-12-08T10:54:18.298951+0000 mgr.smithi156.dvayok (mgr.14180) 1373 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:20.213 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:20.225 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:19 smithi156 bash[24915]: audit 2023-12-08T10:54:18.298951+0000 mgr.smithi156.dvayok (mgr.14180) 1373 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:20 smithi194 bash[28991]: cluster 2023-12-08T10:54:19.218175+0000 mgr.smithi156.dvayok (mgr.14180) 1374 : cluster [DBG] pgmap v905: 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-08T10:54:21.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:20 smithi156 bash[24915]: cluster 2023-12-08T10:54:19.218175+0000 mgr.smithi156.dvayok (mgr.14180) 1374 : cluster [DBG] pgmap v905: 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-08T10:54:21.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:21 smithi156 bash[24915]: cluster 2023-12-08T10:54:21.219233+0000 mgr.smithi156.dvayok (mgr.14180) 1375 : cluster [DBG] pgmap v906: 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-08T10:54:22.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:21 smithi194 bash[28991]: cluster 2023-12-08T10:54:21.219233+0000 mgr.smithi156.dvayok (mgr.14180) 1375 : cluster [DBG] pgmap v906: 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-08T10:54:23.700 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:23.700 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:24 smithi194 bash[28991]: cluster 2023-12-08T10:54:23.220253+0000 mgr.smithi156.dvayok (mgr.14180) 1376 : cluster [DBG] pgmap v907: 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-08T10:54:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:24 smithi194 bash[28991]: audit 2023-12-08T10:54:23.686092+0000 mgr.smithi156.dvayok (mgr.14180) 1377 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:24.588 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:24 smithi156 bash[24915]: cluster 2023-12-08T10:54:23.220253+0000 mgr.smithi156.dvayok (mgr.14180) 1376 : cluster [DBG] pgmap v907: 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-08T10:54:24.588 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:24 smithi156 bash[24915]: audit 2023-12-08T10:54:23.686092+0000 mgr.smithi156.dvayok (mgr.14180) 1377 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:24.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:25.589 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:26.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:26 smithi156 bash[24915]: cluster 2023-12-08T10:54:25.221506+0000 mgr.smithi156.dvayok (mgr.14180) 1378 : cluster [DBG] pgmap v908: 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-08T10:54:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:26 smithi194 bash[28991]: cluster 2023-12-08T10:54:25.221506+0000 mgr.smithi156.dvayok (mgr.14180) 1378 : cluster [DBG] pgmap v908: 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-08T10:54:28.644 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:28 smithi156 bash[24915]: cluster 2023-12-08T10:54:27.222664+0000 mgr.smithi156.dvayok (mgr.14180) 1379 : cluster [DBG] pgmap v909: 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-08T10:54:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:28 smithi194 bash[28991]: cluster 2023-12-08T10:54:27.222664+0000 mgr.smithi156.dvayok (mgr.14180) 1379 : cluster [DBG] pgmap v909: 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-08T10:54:29.053 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:29.053 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:29.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:30.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:30 smithi156 bash[24915]: audit 2023-12-08T10:54:29.044101+0000 mgr.smithi156.dvayok (mgr.14180) 1380 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:30.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:30 smithi156 bash[24915]: cluster 2023-12-08T10:54:29.223909+0000 mgr.smithi156.dvayok (mgr.14180) 1381 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:30 smithi194 bash[28991]: audit 2023-12-08T10:54:29.044101+0000 mgr.smithi156.dvayok (mgr.14180) 1380 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:30 smithi194 bash[28991]: cluster 2023-12-08T10:54:29.223909+0000 mgr.smithi156.dvayok (mgr.14180) 1381 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:30.954 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:32.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:32 smithi156 bash[24915]: cluster 2023-12-08T10:54:31.225021+0000 mgr.smithi156.dvayok (mgr.14180) 1382 : 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-08T10:54:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:32 smithi194 bash[28991]: cluster 2023-12-08T10:54:31.225021+0000 mgr.smithi156.dvayok (mgr.14180) 1382 : 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-08T10:54:34.355 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:34.355 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:34.622 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:34 smithi156 bash[24915]: cluster 2023-12-08T10:54:33.226192+0000 mgr.smithi156.dvayok (mgr.14180) 1383 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:34 smithi194 bash[28991]: cluster 2023-12-08T10:54:33.226192+0000 mgr.smithi156.dvayok (mgr.14180) 1383 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:35.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:35.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:35 smithi156 bash[24915]: audit 2023-12-08T10:54:34.342083+0000 mgr.smithi156.dvayok (mgr.14180) 1384 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:35 smithi194 bash[28991]: audit 2023-12-08T10:54:34.342083+0000 mgr.smithi156.dvayok (mgr.14180) 1384 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:36.228 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:36 smithi156 bash[24915]: cluster 2023-12-08T10:54:35.227499+0000 mgr.smithi156.dvayok (mgr.14180) 1385 : 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-08T10:54:36.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:36 smithi194 bash[28991]: cluster 2023-12-08T10:54:35.227499+0000 mgr.smithi156.dvayok (mgr.14180) 1385 : 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-08T10:54:38.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:38 smithi156 bash[24915]: cluster 2023-12-08T10:54:37.228787+0000 mgr.smithi156.dvayok (mgr.14180) 1386 : 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-08T10:54:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:38 smithi194 bash[28991]: cluster 2023-12-08T10:54:37.228787+0000 mgr.smithi156.dvayok (mgr.14180) 1386 : 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-08T10:54:39.812 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:39.812 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:40.623 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:40 smithi156 bash[24915]: cluster 2023-12-08T10:54:39.230158+0000 mgr.smithi156.dvayok (mgr.14180) 1387 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:40.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:40 smithi194 bash[28991]: cluster 2023-12-08T10:54:39.230158+0000 mgr.smithi156.dvayok (mgr.14180) 1387 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:41.625 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:41.639 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:41 smithi156 bash[24915]: audit 2023-12-08T10:54:39.797384+0000 mgr.smithi156.dvayok (mgr.14180) 1388 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:41 smithi194 bash[28991]: audit 2023-12-08T10:54:39.797384+0000 mgr.smithi156.dvayok (mgr.14180) 1388 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:42.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:42 smithi156 bash[24915]: cluster 2023-12-08T10:54:41.231359+0000 mgr.smithi156.dvayok (mgr.14180) 1389 : 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-08T10:54:42.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:42 smithi194 bash[28991]: cluster 2023-12-08T10:54:41.231359+0000 mgr.smithi156.dvayok (mgr.14180) 1389 : 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-08T10:54:44.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:44 smithi156 bash[24915]: cluster 2023-12-08T10:54:43.232557+0000 mgr.smithi156.dvayok (mgr.14180) 1390 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:44 smithi194 bash[28991]: cluster 2023-12-08T10:54:43.232557+0000 mgr.smithi156.dvayok (mgr.14180) 1390 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:45.163 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:45.163 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:46.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:46 smithi156 bash[24915]: audit 2023-12-08T10:54:45.153925+0000 mgr.smithi156.dvayok (mgr.14180) 1391 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:46.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:46 smithi156 bash[24915]: cluster 2023-12-08T10:54:45.233823+0000 mgr.smithi156.dvayok (mgr.14180) 1392 : 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-08T10:54:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:46 smithi194 bash[28991]: audit 2023-12-08T10:54:45.153925+0000 mgr.smithi156.dvayok (mgr.14180) 1391 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:46 smithi194 bash[28991]: cluster 2023-12-08T10:54:45.233823+0000 mgr.smithi156.dvayok (mgr.14180) 1392 : 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-08T10:54:47.036 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:48.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:48 smithi156 bash[24915]: cluster 2023-12-08T10:54:47.234884+0000 mgr.smithi156.dvayok (mgr.14180) 1393 : 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-08T10:54:48.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:48 smithi194 bash[28991]: cluster 2023-12-08T10:54:47.234884+0000 mgr.smithi156.dvayok (mgr.14180) 1393 : 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-08T10:54:50.397 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:50.397 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:50.686 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:50 smithi156 bash[24915]: cluster 2023-12-08T10:54:49.236094+0000 mgr.smithi156.dvayok (mgr.14180) 1394 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:50 smithi194 bash[28991]: cluster 2023-12-08T10:54:49.236094+0000 mgr.smithi156.dvayok (mgr.14180) 1394 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:51.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:51.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:51 smithi156 bash[24915]: audit 2023-12-08T10:54:50.382591+0000 mgr.smithi156.dvayok (mgr.14180) 1395 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:51.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:51 smithi194 bash[28991]: audit 2023-12-08T10:54:50.382591+0000 mgr.smithi156.dvayok (mgr.14180) 1395 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:52.322 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:52 smithi156 bash[24915]: cluster 2023-12-08T10:54:51.237148+0000 mgr.smithi156.dvayok (mgr.14180) 1396 : 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-08T10:54:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:52 smithi194 bash[28991]: cluster 2023-12-08T10:54:51.237148+0000 mgr.smithi156.dvayok (mgr.14180) 1396 : 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-08T10:54:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:54 smithi156 bash[24915]: cluster 2023-12-08T10:54:53.238261+0000 mgr.smithi156.dvayok (mgr.14180) 1397 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:54 smithi194 bash[28991]: cluster 2023-12-08T10:54:53.238261+0000 mgr.smithi156.dvayok (mgr.14180) 1397 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:54:55.840 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:54:55.840 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:56.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:56 smithi156 bash[24915]: cluster 2023-12-08T10:54:55.239573+0000 mgr.smithi156.dvayok (mgr.14180) 1398 : 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-08T10:54:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:56 smithi194 bash[28991]: cluster 2023-12-08T10:54:55.239573+0000 mgr.smithi156.dvayok (mgr.14180) 1398 : 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-08T10:54:57.599 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:57.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:57 smithi156 bash[24915]: audit 2023-12-08T10:54:55.826974+0000 mgr.smithi156.dvayok (mgr.14180) 1399 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:57.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:57 smithi194 bash[28991]: audit 2023-12-08T10:54:55.826974+0000 mgr.smithi156.dvayok (mgr.14180) 1399 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:58.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:54:58 smithi156 bash[24915]: cluster 2023-12-08T10:54:57.240718+0000 mgr.smithi156.dvayok (mgr.14180) 1400 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:54:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:54:58 smithi194 bash[28991]: cluster 2023-12-08T10:54:57.240718+0000 mgr.smithi156.dvayok (mgr.14180) 1400 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:00.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:00 smithi156 bash[24915]: cluster 2023-12-08T10:54:59.241840+0000 mgr.smithi156.dvayok (mgr.14180) 1401 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:00 smithi194 bash[28991]: cluster 2023-12-08T10:54:59.241840+0000 mgr.smithi156.dvayok (mgr.14180) 1401 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:01.162 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:01.162 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:02.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:02.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:02 smithi156 bash[24915]: audit 2023-12-08T10:55:01.148216+0000 mgr.smithi156.dvayok (mgr.14180) 1402 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:02.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:02 smithi156 bash[24915]: cluster 2023-12-08T10:55:01.242626+0000 mgr.smithi156.dvayok (mgr.14180) 1403 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:02 smithi194 bash[28991]: audit 2023-12-08T10:55:01.148216+0000 mgr.smithi156.dvayok (mgr.14180) 1402 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:02 smithi194 bash[28991]: cluster 2023-12-08T10:55:01.242626+0000 mgr.smithi156.dvayok (mgr.14180) 1403 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:03.027 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:04.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:04 smithi156 bash[24915]: cluster 2023-12-08T10:55:03.243659+0000 mgr.smithi156.dvayok (mgr.14180) 1404 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:04 smithi194 bash[28991]: cluster 2023-12-08T10:55:03.243659+0000 mgr.smithi156.dvayok (mgr.14180) 1404 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:06.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:06 smithi156 bash[24915]: cluster 2023-12-08T10:55:05.244639+0000 mgr.smithi156.dvayok (mgr.14180) 1405 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:06.645 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:06.646 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:06 smithi194 bash[28991]: cluster 2023-12-08T10:55:05.244639+0000 mgr.smithi156.dvayok (mgr.14180) 1405 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:07.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:07.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:07 smithi156 bash[24915]: audit 2023-12-08T10:55:06.631432+0000 mgr.smithi156.dvayok (mgr.14180) 1406 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:07 smithi194 bash[28991]: audit 2023-12-08T10:55:06.631432+0000 mgr.smithi156.dvayok (mgr.14180) 1406 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:08.507 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:08.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:08 smithi156 bash[24915]: cluster 2023-12-08T10:55:07.245829+0000 mgr.smithi156.dvayok (mgr.14180) 1407 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:08 smithi194 bash[28991]: cluster 2023-12-08T10:55:07.245829+0000 mgr.smithi156.dvayok (mgr.14180) 1407 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:10.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:10 smithi156 bash[24915]: cluster 2023-12-08T10:55:09.247088+0000 mgr.smithi156.dvayok (mgr.14180) 1408 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:10 smithi194 bash[28991]: cluster 2023-12-08T10:55:09.247088+0000 mgr.smithi156.dvayok (mgr.14180) 1408 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:11.822 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:11.822 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:12.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:12 smithi156 bash[24915]: cluster 2023-12-08T10:55:11.248331+0000 mgr.smithi156.dvayok (mgr.14180) 1409 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:12 smithi194 bash[28991]: cluster 2023-12-08T10:55:11.248331+0000 mgr.smithi156.dvayok (mgr.14180) 1409 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:13.620 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:13 smithi194 bash[28991]: audit 2023-12-08T10:55:11.809972+0000 mgr.smithi156.dvayok (mgr.14180) 1410 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:13.822 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:13 smithi156 bash[24915]: audit 2023-12-08T10:55:11.809972+0000 mgr.smithi156.dvayok (mgr.14180) 1410 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:14 smithi194 bash[28991]: cluster 2023-12-08T10:55:13.249525+0000 mgr.smithi156.dvayok (mgr.14180) 1411 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:14.819 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:14 smithi156 bash[24915]: cluster 2023-12-08T10:55:13.249525+0000 mgr.smithi156.dvayok (mgr.14180) 1411 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:16 smithi194 bash[28991]: cluster 2023-12-08T10:55:15.250711+0000 mgr.smithi156.dvayok (mgr.14180) 1412 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:16 smithi156 bash[24915]: cluster 2023-12-08T10:55:15.250711+0000 mgr.smithi156.dvayok (mgr.14180) 1412 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:17.048 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:17.048 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:53:08.595892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.hjkdkd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:17.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:17 smithi156 bash[24915]: audit 2023-12-08T10:55:17.219903+0000 mon.smithi156 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:55:17.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:17 smithi156 bash[24915]: audit 2023-12-08T10:55:17.492820+0000 mon.smithi156 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:55:17.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:17 smithi156 bash[24915]: audit 2023-12-08T10:55:17.494367+0000 mon.smithi156 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:55:17.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:17 smithi156 bash[24915]: audit 2023-12-08T10:55:17.501468+0000 mon.smithi156 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:17 smithi194 bash[28991]: audit 2023-12-08T10:55:17.219903+0000 mon.smithi156 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:55:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:17 smithi194 bash[28991]: audit 2023-12-08T10:55:17.492820+0000 mon.smithi156 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:55:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:17 smithi194 bash[28991]: audit 2023-12-08T10:55:17.494367+0000 mon.smithi156 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:55:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:17 smithi194 bash[28991]: audit 2023-12-08T10:55:17.501468+0000 mon.smithi156 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:17.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: audit 2023-12-08T10:55:17.033948+0000 mgr.smithi156.dvayok (mgr.14180) 1413 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: cluster 2023-12-08T10:55:17.251681+0000 mgr.smithi156.dvayok (mgr.14180) 1414 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: cluster 2023-12-08T10:55:17.502397+0000 mgr.smithi156.dvayok (mgr.14180) 1415 : cluster [DBG] pgmap v935: 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-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: cluster 2023-12-08T10:55:17.504875+0000 mon.smithi156 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: cluster 2023-12-08T10:55:17.504898+0000 mon.smithi156 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: audit 2023-12-08T10:55:17.510204+0000 mon.smithi156 (mon.0) 1038 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:55:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: audit 2023-12-08T10:55:17.521027+0000 mon.smithi156 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:18.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:18 smithi194 bash[28991]: cephadm 2023-12-08T10:55:17.524025+0000 mgr.smithi156.dvayok (mgr.14180) 1416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.iyrjte on smithi194 2023-12-08T10:55:18.896 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:18.910 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: audit 2023-12-08T10:55:17.033948+0000 mgr.smithi156.dvayok (mgr.14180) 1413 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: cluster 2023-12-08T10:55:17.251681+0000 mgr.smithi156.dvayok (mgr.14180) 1414 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: cluster 2023-12-08T10:55:17.502397+0000 mgr.smithi156.dvayok (mgr.14180) 1415 : cluster [DBG] pgmap v935: 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-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: cluster 2023-12-08T10:55:17.504875+0000 mon.smithi156 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: cluster 2023-12-08T10:55:17.504898+0000 mon.smithi156 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: audit 2023-12-08T10:55:17.510204+0000 mon.smithi156 (mon.0) 1038 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: audit 2023-12-08T10:55:17.521027+0000 mon.smithi156 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:18.911 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:18 smithi156 bash[24915]: cephadm 2023-12-08T10:55:17.524025+0000 mgr.smithi156.dvayok (mgr.14180) 1416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.iyrjte on smithi194 2023-12-08T10:55:20.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:20 smithi156 bash[24915]: cluster 2023-12-08T10:55:19.503374+0000 mgr.smithi156.dvayok (mgr.14180) 1417 : cluster [DBG] pgmap v936: 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-08T10:55:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:20 smithi194 bash[28991]: cluster 2023-12-08T10:55:19.503374+0000 mgr.smithi156.dvayok (mgr.14180) 1417 : cluster [DBG] pgmap v936: 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-08T10:55:22.525 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:22.525 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:12.915981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.fpglla on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-fpglla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.fpglla\nDeploy daemon haproxy.nfs.foo.smithi194.fpglla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.212797Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tbrqcv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tbrqcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tbrqcv\nDeploy daemon haproxy.nfs.foo.smithi156.tbrqcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:54:17.214618Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vumiqc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:22.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: audit 2023-12-08T10:55:21.415924+0000 mon.smithi156 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: cluster 2023-12-08T10:55:21.504253+0000 mgr.smithi156.dvayok (mgr.14180) 1418 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: cephadm 2023-12-08T10:55:21.517134+0000 mgr.smithi156.dvayok (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.797 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.798 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: cephadm 2023-12-08T10:55:21.517728+0000 mgr.smithi156.dvayok (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: audit 2023-12-08T10:55:21.518325+0000 mon.smithi156 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.iyrjte"}]: dispatch 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: cephadm 2023-12-08T10:55:21.519679+0000 mgr.smithi156.dvayok (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.799 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.800 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:22 smithi156 bash[24915]: cephadm 2023-12-08T10:55:21.523840+0000 mgr.smithi156.dvayok (mgr.14180) 1422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.emxrlu on smithi156 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: audit 2023-12-08T10:55:21.415924+0000 mon.smithi156 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: cluster 2023-12-08T10:55:21.504253+0000 mgr.smithi156.dvayok (mgr.14180) 1418 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: cephadm 2023-12-08T10:55:21.517134+0000 mgr.smithi156.dvayok (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: cephadm 2023-12-08T10:55:21.517728+0000 mgr.smithi156.dvayok (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: audit 2023-12-08T10:55:21.518325+0000 mon.smithi156 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.iyrjte"}]: dispatch 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: cephadm 2023-12-08T10:55:21.519679+0000 mgr.smithi156.dvayok (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iyrjte ... 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:22.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:22 smithi194 bash[28991]: cephadm 2023-12-08T10:55:21.523840+0000 mgr.smithi156.dvayok (mgr.14180) 1422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.emxrlu on smithi156 2023-12-08T10:55:23.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:23.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:23 smithi156 bash[24915]: audit 2023-12-08T10:55:22.509068+0000 mgr.smithi156.dvayok (mgr.14180) 1423 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:23 smithi194 bash[28991]: audit 2023-12-08T10:55:22.509068+0000 mgr.smithi156.dvayok (mgr.14180) 1423 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:24.436 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:24 smithi156 bash[24915]: cluster 2023-12-08T10:55:23.505050+0000 mgr.smithi156.dvayok (mgr.14180) 1424 : cluster [DBG] pgmap v938: 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-08T10:55:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:24 smithi194 bash[28991]: cluster 2023-12-08T10:55:23.505050+0000 mgr.smithi156.dvayok (mgr.14180) 1424 : cluster [DBG] pgmap v938: 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-08T10:55:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cluster 2023-12-08T10:55:25.505835+0000 mgr.smithi156.dvayok (mgr.14180) 1425 : cluster [DBG] pgmap v939: 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-08T10:55:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cephadm 2023-12-08T10:55:25.649043+0000 mgr.smithi156.dvayok (mgr.14180) 1426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:55:26.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cephadm 2023-12-08T10:55:25.649538+0000 mgr.smithi156.dvayok (mgr.14180) 1427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: audit 2023-12-08T10:55:25.650169+0000 mon.smithi156 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.emxrlu"}]: dispatch 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cephadm 2023-12-08T10:55:25.651590+0000 mgr.smithi156.dvayok (mgr.14180) 1428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cephadm 2023-12-08T10:55:25.655213+0000 mgr.smithi156.dvayok (mgr.14180) 1429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cephadm 2023-12-08T10:55:25.658417+0000 mgr.smithi156.dvayok (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:55:26.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:26 smithi156 bash[24915]: cluster 2023-12-08T10:55:25.659816+0000 mgr.smithi156.dvayok (mgr.14180) 1431 : cluster [DBG] pgmap v940: 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-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cluster 2023-12-08T10:55:25.505835+0000 mgr.smithi156.dvayok (mgr.14180) 1425 : cluster [DBG] pgmap v939: 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-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cephadm 2023-12-08T10:55:25.649043+0000 mgr.smithi156.dvayok (mgr.14180) 1426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cephadm 2023-12-08T10:55:25.649538+0000 mgr.smithi156.dvayok (mgr.14180) 1427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: audit 2023-12-08T10:55:25.650169+0000 mon.smithi156 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.emxrlu"}]: dispatch 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cephadm 2023-12-08T10:55:25.651590+0000 mgr.smithi156.dvayok (mgr.14180) 1428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.emxrlu ... 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:55:26.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:55:26.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:26.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cephadm 2023-12-08T10:55:25.655213+0000 mgr.smithi156.dvayok (mgr.14180) 1429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:55:26.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cephadm 2023-12-08T10:55:25.658417+0000 mgr.smithi156.dvayok (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:55:26.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:26 smithi194 bash[28991]: cluster 2023-12-08T10:55:25.659816+0000 mgr.smithi156.dvayok (mgr.14180) 1431 : cluster [DBG] pgmap v940: 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-08T10:55:27.709 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:27 smithi156 bash[24915]: cluster 2023-12-08T10:55:26.341365+0000 mon.smithi156 (mon.0) 1043 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:55:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:27 smithi194 bash[28991]: cluster 2023-12-08T10:55:26.341365+0000 mon.smithi156 (mon.0) 1043 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:55:28.131 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:28.132 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:28.955 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:28 smithi156 bash[24915]: cluster 2023-12-08T10:55:27.661078+0000 mgr.smithi156.dvayok (mgr.14180) 1432 : cluster [DBG] pgmap v941: 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-08T10:55:28.955 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:28 smithi156 bash[24915]: audit 2023-12-08T10:55:27.676109+0000 mon.smithi156 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:28.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:28 smithi194 bash[28991]: cluster 2023-12-08T10:55:27.661078+0000 mgr.smithi156.dvayok (mgr.14180) 1432 : cluster [DBG] pgmap v941: 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-08T10:55:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:28 smithi194 bash[28991]: audit 2023-12-08T10:55:27.676109+0000 mon.smithi156 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:29.957 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:29.967 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:29 smithi156 bash[24915]: audit 2023-12-08T10:55:28.118009+0000 mgr.smithi156.dvayok (mgr.14180) 1433 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:30.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:29 smithi194 bash[28991]: audit 2023-12-08T10:55:28.118009+0000 mgr.smithi156.dvayok (mgr.14180) 1433 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:30.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:30 smithi156 bash[24915]: cluster 2023-12-08T10:55:29.662313+0000 mgr.smithi156.dvayok (mgr.14180) 1434 : cluster [DBG] pgmap v942: 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-08T10:55:31.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:30 smithi194 bash[28991]: cluster 2023-12-08T10:55:29.662313+0000 mgr.smithi156.dvayok (mgr.14180) 1434 : cluster [DBG] pgmap v942: 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-08T10:55:32.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:32 smithi156 bash[24915]: cluster 2023-12-08T10:55:31.663314+0000 mgr.smithi156.dvayok (mgr.14180) 1435 : cluster [DBG] pgmap v943: 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-08T10:55:33.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:32 smithi194 bash[28991]: cluster 2023-12-08T10:55:31.663314+0000 mgr.smithi156.dvayok (mgr.14180) 1435 : cluster [DBG] pgmap v943: 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-08T10:55:33.205 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:33.206 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:34.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:34.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:34 smithi156 bash[24915]: audit 2023-12-08T10:55:33.193198+0000 mgr.smithi156.dvayok (mgr.14180) 1436 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:34.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:34 smithi156 bash[24915]: cluster 2023-12-08T10:55:33.664482+0000 mgr.smithi156.dvayok (mgr.14180) 1437 : cluster [DBG] pgmap v944: 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-08T10:55:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:34 smithi194 bash[28991]: audit 2023-12-08T10:55:33.193198+0000 mgr.smithi156.dvayok (mgr.14180) 1436 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:34 smithi194 bash[28991]: cluster 2023-12-08T10:55:33.664482+0000 mgr.smithi156.dvayok (mgr.14180) 1437 : cluster [DBG] pgmap v944: 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-08T10:55:35.072 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:36.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:36 smithi156 bash[24915]: cluster 2023-12-08T10:55:35.665588+0000 mgr.smithi156.dvayok (mgr.14180) 1438 : cluster [DBG] pgmap v945: 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-08T10:55:36.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:36 smithi194 bash[28991]: cluster 2023-12-08T10:55:35.665588+0000 mgr.smithi156.dvayok (mgr.14180) 1438 : cluster [DBG] pgmap v945: 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-08T10:55:37.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:37 smithi156 bash[24915]: audit 2023-12-08T10:55:36.414579+0000 mon.smithi156 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:37 smithi194 bash[28991]: audit 2023-12-08T10:55:36.414579+0000 mon.smithi156 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:55:38.480 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:38.480 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:38.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:38 smithi156 bash[24915]: cluster 2023-12-08T10:55:37.666810+0000 mgr.smithi156.dvayok (mgr.14180) 1439 : 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-08T10:55:38.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:38 smithi194 bash[28991]: cluster 2023-12-08T10:55:37.666810+0000 mgr.smithi156.dvayok (mgr.14180) 1439 : 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-08T10:55:39.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:39 smithi156 bash[24915]: audit 2023-12-08T10:55:38.467599+0000 mgr.smithi156.dvayok (mgr.14180) 1440 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:39 smithi194 bash[28991]: audit 2023-12-08T10:55:38.467599+0000 mgr.smithi156.dvayok (mgr.14180) 1440 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:40.388 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:40.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:40 smithi156 bash[24915]: cluster 2023-12-08T10:55:39.668084+0000 mgr.smithi156.dvayok (mgr.14180) 1441 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:40 smithi194 bash[28991]: cluster 2023-12-08T10:55:39.668084+0000 mgr.smithi156.dvayok (mgr.14180) 1441 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:42.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:42 smithi156 bash[24915]: cluster 2023-12-08T10:55:41.669432+0000 mgr.smithi156.dvayok (mgr.14180) 1442 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:43.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:42 smithi194 bash[28991]: cluster 2023-12-08T10:55:41.669432+0000 mgr.smithi156.dvayok (mgr.14180) 1442 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:43.775 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:43.775 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:44.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:44.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:44 smithi156 bash[24915]: cluster 2023-12-08T10:55:43.670656+0000 mgr.smithi156.dvayok (mgr.14180) 1443 : 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-08T10:55:44.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:44 smithi156 bash[24915]: audit 2023-12-08T10:55:43.760821+0000 mgr.smithi156.dvayok (mgr.14180) 1444 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:44 smithi194 bash[28991]: cluster 2023-12-08T10:55:43.670656+0000 mgr.smithi156.dvayok (mgr.14180) 1443 : 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-08T10:55:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:44 smithi194 bash[28991]: audit 2023-12-08T10:55:43.760821+0000 mgr.smithi156.dvayok (mgr.14180) 1444 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:45.574 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:46.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:46 smithi156 bash[24915]: cluster 2023-12-08T10:55:45.671854+0000 mgr.smithi156.dvayok (mgr.14180) 1445 : 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-08T10:55:46.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:46 smithi194 bash[28991]: cluster 2023-12-08T10:55:45.671854+0000 mgr.smithi156.dvayok (mgr.14180) 1445 : 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-08T10:55:48.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:48 smithi156 bash[24915]: cluster 2023-12-08T10:55:47.673036+0000 mgr.smithi156.dvayok (mgr.14180) 1446 : 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-08T10:55:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:48 smithi194 bash[28991]: cluster 2023-12-08T10:55:47.673036+0000 mgr.smithi156.dvayok (mgr.14180) 1446 : 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-08T10:55:49.072 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:49.072 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:49.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:50.913 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:50.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:50 smithi156 bash[24915]: audit 2023-12-08T10:55:49.058345+0000 mgr.smithi156.dvayok (mgr.14180) 1447 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:50.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:50 smithi156 bash[24915]: cluster 2023-12-08T10:55:49.674234+0000 mgr.smithi156.dvayok (mgr.14180) 1448 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:50 smithi194 bash[28991]: audit 2023-12-08T10:55:49.058345+0000 mgr.smithi156.dvayok (mgr.14180) 1447 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:50 smithi194 bash[28991]: cluster 2023-12-08T10:55:49.674234+0000 mgr.smithi156.dvayok (mgr.14180) 1448 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:55:52.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:52 smithi156 bash[24915]: cluster 2023-12-08T10:55:51.675414+0000 mgr.smithi156.dvayok (mgr.14180) 1449 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:52 smithi194 bash[28991]: cluster 2023-12-08T10:55:51.675414+0000 mgr.smithi156.dvayok (mgr.14180) 1449 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:55:54.496 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:54.496 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:54.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:54 smithi156 bash[24915]: cluster 2023-12-08T10:55:53.676544+0000 mgr.smithi156.dvayok (mgr.14180) 1450 : 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-08T10:55:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:54 smithi194 bash[28991]: cluster 2023-12-08T10:55:53.676544+0000 mgr.smithi156.dvayok (mgr.14180) 1450 : 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-08T10:55:55.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:55 smithi194 bash[28991]: audit 2023-12-08T10:55:54.483293+0000 mgr.smithi156.dvayok (mgr.14180) 1451 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:56.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:55 smithi156 bash[24915]: audit 2023-12-08T10:55:54.483293+0000 mgr.smithi156.dvayok (mgr.14180) 1451 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:56.354 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:56.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:56 smithi156 bash[24915]: cluster 2023-12-08T10:55:55.677659+0000 mgr.smithi156.dvayok (mgr.14180) 1452 : 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-08T10:55:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:56 smithi194 bash[28991]: cluster 2023-12-08T10:55:55.677659+0000 mgr.smithi156.dvayok (mgr.14180) 1452 : 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-08T10:55:58.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:55:58 smithi156 bash[24915]: cluster 2023-12-08T10:55:57.678724+0000 mgr.smithi156.dvayok (mgr.14180) 1453 : 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-08T10:55:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:55:58 smithi194 bash[28991]: cluster 2023-12-08T10:55:57.678724+0000 mgr.smithi156.dvayok (mgr.14180) 1453 : 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-08T10:55:59.819 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:55:59.820 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:00.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:00.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:00 smithi156 bash[24915]: cluster 2023-12-08T10:55:59.679852+0000 mgr.smithi156.dvayok (mgr.14180) 1454 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:01.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:00 smithi194 bash[28991]: cluster 2023-12-08T10:55:59.679852+0000 mgr.smithi156.dvayok (mgr.14180) 1454 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:01.639 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:01.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:01 smithi156 bash[24915]: audit 2023-12-08T10:55:59.805872+0000 mgr.smithi156.dvayok (mgr.14180) 1455 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:02.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:01 smithi194 bash[28991]: audit 2023-12-08T10:55:59.805872+0000 mgr.smithi156.dvayok (mgr.14180) 1455 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:03.040 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:02 smithi156 bash[24915]: cluster 2023-12-08T10:56:01.680736+0000 mgr.smithi156.dvayok (mgr.14180) 1456 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:02 smithi194 bash[28991]: cluster 2023-12-08T10:56:01.680736+0000 mgr.smithi156.dvayok (mgr.14180) 1456 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:04.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:03 smithi156 bash[24915]: cluster 2023-12-08T10:56:03.681904+0000 mgr.smithi156.dvayok (mgr.14180) 1457 : 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-08T10:56:04.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:03 smithi194 bash[28991]: cluster 2023-12-08T10:56:03.681904+0000 mgr.smithi156.dvayok (mgr.14180) 1457 : 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-08T10:56:05.087 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:05.087 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:05.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:06 smithi156 bash[24915]: audit 2023-12-08T10:56:05.078019+0000 mgr.smithi156.dvayok (mgr.14180) 1458 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:06.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:06 smithi156 bash[24915]: cluster 2023-12-08T10:56:05.682992+0000 mgr.smithi156.dvayok (mgr.14180) 1459 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:06 smithi194 bash[28991]: audit 2023-12-08T10:56:05.078019+0000 mgr.smithi156.dvayok (mgr.14180) 1458 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:06 smithi194 bash[28991]: cluster 2023-12-08T10:56:05.682992+0000 mgr.smithi156.dvayok (mgr.14180) 1459 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:06.897 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:08.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:08 smithi156 bash[24915]: cluster 2023-12-08T10:56:07.684059+0000 mgr.smithi156.dvayok (mgr.14180) 1460 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:09.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:08 smithi194 bash[28991]: cluster 2023-12-08T10:56:07.684059+0000 mgr.smithi156.dvayok (mgr.14180) 1460 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:10.324 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:10.324 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:10.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:10 smithi156 bash[24915]: cluster 2023-12-08T10:56:09.685345+0000 mgr.smithi156.dvayok (mgr.14180) 1461 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:11.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:10 smithi194 bash[28991]: cluster 2023-12-08T10:56:09.685345+0000 mgr.smithi156.dvayok (mgr.14180) 1461 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:11.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:12.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:11 smithi194 bash[28991]: audit 2023-12-08T10:56:10.310084+0000 mgr.smithi156.dvayok (mgr.14180) 1462 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:12.164 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:12.178 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:11 smithi156 bash[24915]: audit 2023-12-08T10:56:10.310084+0000 mgr.smithi156.dvayok (mgr.14180) 1462 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:13.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:12 smithi194 bash[28991]: cluster 2023-12-08T10:56:11.686550+0000 mgr.smithi156.dvayok (mgr.14180) 1463 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:13.210 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:12 smithi156 bash[24915]: cluster 2023-12-08T10:56:11.686550+0000 mgr.smithi156.dvayok (mgr.14180) 1463 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:15.038 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:14 smithi156 bash[24915]: cluster 2023-12-08T10:56:13.687787+0000 mgr.smithi156.dvayok (mgr.14180) 1464 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:15.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:14 smithi194 bash[28991]: cluster 2023-12-08T10:56:13.687787+0000 mgr.smithi156.dvayok (mgr.14180) 1464 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:15.353 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:15.353 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:16.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:16.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:16 smithi156 bash[24915]: audit 2023-12-08T10:56:15.344584+0000 mgr.smithi156.dvayok (mgr.14180) 1465 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:16.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:16 smithi156 bash[24915]: cluster 2023-12-08T10:56:15.688920+0000 mgr.smithi156.dvayok (mgr.14180) 1466 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:16 smithi194 bash[28991]: audit 2023-12-08T10:56:15.344584+0000 mgr.smithi156.dvayok (mgr.14180) 1465 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:16 smithi194 bash[28991]: cluster 2023-12-08T10:56:15.688920+0000 mgr.smithi156.dvayok (mgr.14180) 1466 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:17.191 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:18.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:18 smithi156 bash[24915]: cluster 2023-12-08T10:56:17.690075+0000 mgr.smithi156.dvayok (mgr.14180) 1467 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:19.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:18 smithi194 bash[28991]: cluster 2023-12-08T10:56:17.690075+0000 mgr.smithi156.dvayok (mgr.14180) 1467 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:20.508 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:20.509 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:20.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:20 smithi156 bash[24915]: cluster 2023-12-08T10:56:19.690997+0000 mgr.smithi156.dvayok (mgr.14180) 1468 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:21.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:20 smithi194 bash[28991]: cluster 2023-12-08T10:56:19.690997+0000 mgr.smithi156.dvayok (mgr.14180) 1468 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:21.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:22.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:21 smithi194 bash[28991]: audit 2023-12-08T10:56:20.494975+0000 mgr.smithi156.dvayok (mgr.14180) 1469 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:22.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:21 smithi156 bash[24915]: audit 2023-12-08T10:56:20.494975+0000 mgr.smithi156.dvayok (mgr.14180) 1469 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:22.332 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:22.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:22 smithi156 bash[24915]: cluster 2023-12-08T10:56:21.692136+0000 mgr.smithi156.dvayok (mgr.14180) 1470 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:23.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:22 smithi194 bash[28991]: cluster 2023-12-08T10:56:21.692136+0000 mgr.smithi156.dvayok (mgr.14180) 1470 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:24.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:24 smithi156 bash[24915]: cluster 2023-12-08T10:56:23.693192+0000 mgr.smithi156.dvayok (mgr.14180) 1471 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:25.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:24 smithi194 bash[28991]: cluster 2023-12-08T10:56:23.693192+0000 mgr.smithi156.dvayok (mgr.14180) 1471 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:25.907 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:25.907 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:54:17.216174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xzidow on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:26.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:25.662698+0000 mon.smithi156 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: cluster 2023-12-08T10:56:25.693971+0000 mgr.smithi156.dvayok (mgr.14180) 1472 : 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-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:25.927964+0000 mon.smithi156 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:26.189816+0000 mon.smithi156 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:26.190938+0000 mon.smithi156 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:26.198781+0000 mon.smithi156 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:26.205071+0000 mon.smithi156 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:56:26.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:26 smithi156 bash[24915]: audit 2023-12-08T10:56:26.215151+0000 mon.smithi156 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:26.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:25.662698+0000 mon.smithi156 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: cluster 2023-12-08T10:56:25.693971+0000 mgr.smithi156.dvayok (mgr.14180) 1472 : 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-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:25.927964+0000 mon.smithi156 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:26.189816+0000 mon.smithi156 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:26.190938+0000 mon.smithi156 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:26.198781+0000 mon.smithi156 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:26.205071+0000 mon.smithi156 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:56:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:26 smithi194 bash[28991]: audit 2023-12-08T10:56:26.215151+0000 mon.smithi156 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:27.740 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:27 smithi156 bash[24915]: audit 2023-12-08T10:56:25.898648+0000 mgr.smithi156.dvayok (mgr.14180) 1473 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:27 smithi156 bash[24915]: cluster 2023-12-08T10:56:26.199469+0000 mgr.smithi156.dvayok (mgr.14180) 1474 : cluster [DBG] pgmap v971: 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-08T10:56:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:27 smithi156 bash[24915]: cephadm 2023-12-08T10:56:26.218528+0000 mgr.smithi156.dvayok (mgr.14180) 1475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.jwqpmx on smithi194 2023-12-08T10:56:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:27 smithi156 bash[24915]: cluster 2023-12-08T10:56:26.358677+0000 mon.smithi156 (mon.0) 1053 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:56:27.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:27 smithi156 bash[24915]: cluster 2023-12-08T10:56:26.358712+0000 mon.smithi156 (mon.0) 1054 : cluster [INF] Cluster is now healthy 2023-12-08T10:56:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:27 smithi194 bash[28991]: audit 2023-12-08T10:56:25.898648+0000 mgr.smithi156.dvayok (mgr.14180) 1473 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:27 smithi194 bash[28991]: cluster 2023-12-08T10:56:26.199469+0000 mgr.smithi156.dvayok (mgr.14180) 1474 : cluster [DBG] pgmap v971: 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-08T10:56:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:27 smithi194 bash[28991]: cephadm 2023-12-08T10:56:26.218528+0000 mgr.smithi156.dvayok (mgr.14180) 1475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.jwqpmx on smithi194 2023-12-08T10:56:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:27 smithi194 bash[28991]: cluster 2023-12-08T10:56:26.358677+0000 mon.smithi156 (mon.0) 1053 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:56:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:27 smithi194 bash[28991]: cluster 2023-12-08T10:56:26.358712+0000 mon.smithi156 (mon.0) 1054 : cluster [INF] Cluster is now healthy 2023-12-08T10:56:29.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:29 smithi156 bash[24915]: cluster 2023-12-08T10:56:28.200346+0000 mgr.smithi156.dvayok (mgr.14180) 1476 : cluster [DBG] pgmap v972: 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-08T10:56:29.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:29 smithi194 bash[28991]: cluster 2023-12-08T10:56:28.200346+0000 mgr.smithi156.dvayok (mgr.14180) 1476 : cluster [DBG] pgmap v972: 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-08T10:56:30.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:30 smithi156 bash[24915]: audit 2023-12-08T10:56:30.120267+0000 mon.smithi156 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.jwqpmx"}]: dispatch 2023-12-08T10:56:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:30 smithi194 bash[28991]: audit 2023-12-08T10:56:30.120267+0000 mon.smithi156 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.jwqpmx"}]: dispatch 2023-12-08T10:56:31.172 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:31.172 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:21.519448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iyrjte on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iyrjte\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iyrjte\nDeploy daemon haproxy.nfs.foo.smithi194.iyrjte ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.651323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.emxrlu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-emxrlu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.emxrlu\nDeploy daemon haproxy.nfs.foo.smithi156.emxrlu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:55:25.655035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.lburba on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: cephadm 2023-12-08T10:56:30.119171+0000 mgr.smithi156.dvayok (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: cephadm 2023-12-08T10:56:30.119722+0000 mgr.smithi156.dvayok (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: cephadm 2023-12-08T10:56:30.121498+0000 mgr.smithi156.dvayok (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: cephadm 2023-12-08T10:56:30.125909+0000 mgr.smithi156.dvayok (mgr.14180) 1480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jijsop on smithi156 2023-12-08T10:56:31.502 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:31 smithi156 bash[24915]: cluster 2023-12-08T10:56:30.201280+0000 mgr.smithi156.dvayok (mgr.14180) 1481 : cluster [DBG] pgmap v973: 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-08T10:56:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: cephadm 2023-12-08T10:56:30.119171+0000 mgr.smithi156.dvayok (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:56:31.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: cephadm 2023-12-08T10:56:30.119722+0000 mgr.smithi156.dvayok (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: cephadm 2023-12-08T10:56:30.121498+0000 mgr.smithi156.dvayok (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.jwqpmx ... 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: cephadm 2023-12-08T10:56:30.125909+0000 mgr.smithi156.dvayok (mgr.14180) 1480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jijsop on smithi156 2023-12-08T10:56:31.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:31 smithi194 bash[28991]: cluster 2023-12-08T10:56:30.201280+0000 mgr.smithi156.dvayok (mgr.14180) 1481 : cluster [DBG] pgmap v973: 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-08T10:56:31.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:32.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:32 smithi156 bash[24915]: audit 2023-12-08T10:56:31.160067+0000 mgr.smithi156.dvayok (mgr.14180) 1482 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:32 smithi194 bash[28991]: audit 2023-12-08T10:56:31.160067+0000 mgr.smithi156.dvayok (mgr.14180) 1482 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:32.969 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:33.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:33 smithi156 bash[24915]: cluster 2023-12-08T10:56:32.202220+0000 mgr.smithi156.dvayok (mgr.14180) 1483 : cluster [DBG] pgmap v974: 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-08T10:56:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:33 smithi194 bash[28991]: cluster 2023-12-08T10:56:32.202220+0000 mgr.smithi156.dvayok (mgr.14180) 1483 : cluster [DBG] pgmap v974: 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-08T10:56:34.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:34 smithi156 bash[24915]: audit 2023-12-08T10:56:34.214840+0000 mon.smithi156 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jijsop"}]: dispatch 2023-12-08T10:56:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:34 smithi194 bash[28991]: audit 2023-12-08T10:56:34.214840+0000 mon.smithi156 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jijsop"}]: dispatch 2023-12-08T10:56:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cluster 2023-12-08T10:56:34.203174+0000 mgr.smithi156.dvayok (mgr.14180) 1484 : cluster [DBG] pgmap v975: 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-08T10:56:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cephadm 2023-12-08T10:56:34.213901+0000 mgr.smithi156.dvayok (mgr.14180) 1485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:56:35.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cephadm 2023-12-08T10:56:34.214317+0000 mgr.smithi156.dvayok (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cephadm 2023-12-08T10:56:34.216149+0000 mgr.smithi156.dvayok (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cephadm 2023-12-08T10:56:34.219777+0000 mgr.smithi156.dvayok (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cephadm 2023-12-08T10:56:34.221496+0000 mgr.smithi156.dvayok (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cluster 2023-12-08T10:56:34.222313+0000 mgr.smithi156.dvayok (mgr.14180) 1490 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2023-12-08T10:56:35.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:35 smithi156 bash[24915]: cluster 2023-12-08T10:56:34.399162+0000 mon.smithi156 (mon.0) 1057 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:56:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cluster 2023-12-08T10:56:34.203174+0000 mgr.smithi156.dvayok (mgr.14180) 1484 : cluster [DBG] pgmap v975: 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-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cephadm 2023-12-08T10:56:34.213901+0000 mgr.smithi156.dvayok (mgr.14180) 1485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cephadm 2023-12-08T10:56:34.214317+0000 mgr.smithi156.dvayok (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cephadm 2023-12-08T10:56:34.216149+0000 mgr.smithi156.dvayok (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.jijsop ... 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:56:35.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:56:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:56:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cephadm 2023-12-08T10:56:34.219777+0000 mgr.smithi156.dvayok (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:56:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cephadm 2023-12-08T10:56:34.221496+0000 mgr.smithi156.dvayok (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:56:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cluster 2023-12-08T10:56:34.222313+0000 mgr.smithi156.dvayok (mgr.14180) 1490 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2023-12-08T10:56:35.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:35 smithi194 bash[28991]: cluster 2023-12-08T10:56:34.399162+0000 mon.smithi156 (mon.0) 1057 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:56:36.833 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:36.834 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:37.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:37.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:37 smithi156 bash[24915]: cluster 2023-12-08T10:56:36.223475+0000 mgr.smithi156.dvayok (mgr.14180) 1491 : cluster [DBG] pgmap v977: 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-08T10:56:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:37 smithi194 bash[28991]: cluster 2023-12-08T10:56:36.223475+0000 mgr.smithi156.dvayok (mgr.14180) 1491 : cluster [DBG] pgmap v977: 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-08T10:56:38.630 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:38.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:38 smithi156 bash[24915]: audit 2023-12-08T10:56:36.825535+0000 mgr.smithi156.dvayok (mgr.14180) 1492 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:38.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:38 smithi156 bash[24915]: audit 2023-12-08T10:56:37.727478+0000 mon.smithi156 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:39.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:38 smithi194 bash[28991]: audit 2023-12-08T10:56:36.825535+0000 mgr.smithi156.dvayok (mgr.14180) 1492 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:39.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:38 smithi194 bash[28991]: audit 2023-12-08T10:56:37.727478+0000 mon.smithi156 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:56:39.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:39 smithi156 bash[24915]: cluster 2023-12-08T10:56:38.224556+0000 mgr.smithi156.dvayok (mgr.14180) 1493 : cluster [DBG] pgmap v978: 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-08T10:56:40.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:39 smithi194 bash[28991]: cluster 2023-12-08T10:56:38.224556+0000 mgr.smithi156.dvayok (mgr.14180) 1493 : cluster [DBG] pgmap v978: 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-08T10:56:41.983 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:41.983 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:41.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:41 smithi156 bash[24915]: cluster 2023-12-08T10:56:40.225719+0000 mgr.smithi156.dvayok (mgr.14180) 1494 : cluster [DBG] pgmap v979: 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-08T10:56:42.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:41 smithi194 bash[28991]: cluster 2023-12-08T10:56:40.225719+0000 mgr.smithi156.dvayok (mgr.14180) 1494 : cluster [DBG] pgmap v979: 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-08T10:56:42.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:43.762 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:43 smithi194 bash[28991]: audit 2023-12-08T10:56:41.967606+0000 mgr.smithi156.dvayok (mgr.14180) 1495 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:43 smithi194 bash[28991]: cluster 2023-12-08T10:56:42.226744+0000 mgr.smithi156.dvayok (mgr.14180) 1496 : cluster [DBG] pgmap v980: 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-08T10:56:44.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:43 smithi156 bash[24915]: audit 2023-12-08T10:56:41.967606+0000 mgr.smithi156.dvayok (mgr.14180) 1495 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:44.250 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:43 smithi156 bash[24915]: cluster 2023-12-08T10:56:42.226744+0000 mgr.smithi156.dvayok (mgr.14180) 1496 : cluster [DBG] pgmap v980: 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-08T10:56:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:45 smithi194 bash[28991]: cluster 2023-12-08T10:56:44.227961+0000 mgr.smithi156.dvayok (mgr.14180) 1497 : cluster [DBG] pgmap v981: 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-08T10:56:46.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:45 smithi156 bash[24915]: cluster 2023-12-08T10:56:44.227961+0000 mgr.smithi156.dvayok (mgr.14180) 1497 : cluster [DBG] pgmap v981: 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-08T10:56:47.124 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:47.125 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:47.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:47 smithi194 bash[28991]: cluster 2023-12-08T10:56:46.228834+0000 mgr.smithi156.dvayok (mgr.14180) 1498 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:48.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:47 smithi156 bash[24915]: cluster 2023-12-08T10:56:46.228834+0000 mgr.smithi156.dvayok (mgr.14180) 1498 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:48.936 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:48 smithi194 bash[28991]: audit 2023-12-08T10:56:47.111386+0000 mgr.smithi156.dvayok (mgr.14180) 1499 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:49.133 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:48 smithi156 bash[24915]: audit 2023-12-08T10:56:47.111386+0000 mgr.smithi156.dvayok (mgr.14180) 1499 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:49 smithi194 bash[28991]: cluster 2023-12-08T10:56:48.229978+0000 mgr.smithi156.dvayok (mgr.14180) 1500 : 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-08T10:56:50.112 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:49 smithi156 bash[24915]: cluster 2023-12-08T10:56:48.229978+0000 mgr.smithi156.dvayok (mgr.14180) 1500 : 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-08T10:56:52.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:51 smithi194 bash[28991]: cluster 2023-12-08T10:56:50.230671+0000 mgr.smithi156.dvayok (mgr.14180) 1501 : 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-08T10:56:52.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:51 smithi156 bash[24915]: cluster 2023-12-08T10:56:50.230671+0000 mgr.smithi156.dvayok (mgr.14180) 1501 : 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-08T10:56:52.297 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:52.297 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:53.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:53 smithi194 bash[28991]: cluster 2023-12-08T10:56:52.231379+0000 mgr.smithi156.dvayok (mgr.14180) 1502 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:53 smithi194 bash[28991]: audit 2023-12-08T10:56:52.283320+0000 mgr.smithi156.dvayok (mgr.14180) 1503 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:54.110 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:54.123 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:53 smithi156 bash[24915]: cluster 2023-12-08T10:56:52.231379+0000 mgr.smithi156.dvayok (mgr.14180) 1502 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:56:54.123 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:53 smithi156 bash[24915]: audit 2023-12-08T10:56:52.283320+0000 mgr.smithi156.dvayok (mgr.14180) 1503 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:55.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:55 smithi156 bash[24915]: cluster 2023-12-08T10:56:54.232475+0000 mgr.smithi156.dvayok (mgr.14180) 1504 : 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-08T10:56:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:55 smithi194 bash[28991]: cluster 2023-12-08T10:56:54.232475+0000 mgr.smithi156.dvayok (mgr.14180) 1504 : 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-08T10:56:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:56 smithi194 bash[28991]: cluster 2023-12-08T10:56:56.233566+0000 mgr.smithi156.dvayok (mgr.14180) 1505 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:57.121 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:56 smithi156 bash[24915]: cluster 2023-12-08T10:56:56.233566+0000 mgr.smithi156.dvayok (mgr.14180) 1505 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:56:57.547 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:56:57.548 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:57 smithi156 bash[24915]: audit 2023-12-08T10:56:57.534752+0000 mgr.smithi156.dvayok (mgr.14180) 1506 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:57 smithi194 bash[28991]: audit 2023-12-08T10:56:57.534752+0000 mgr.smithi156.dvayok (mgr.14180) 1506 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:58.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:56:58 smithi194 bash[28991]: cluster 2023-12-08T10:56:58.234811+0000 mgr.smithi156.dvayok (mgr.14180) 1507 : 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-08T10:56:59.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:56:58 smithi156 bash[24915]: cluster 2023-12-08T10:56:58.234811+0000 mgr.smithi156.dvayok (mgr.14180) 1507 : 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-08T10:56:59.417 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:01.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:01 smithi156 bash[24915]: cluster 2023-12-08T10:57:00.236069+0000 mgr.smithi156.dvayok (mgr.14180) 1508 : 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-08T10:57:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:01 smithi194 bash[28991]: cluster 2023-12-08T10:57:00.236069+0000 mgr.smithi156.dvayok (mgr.14180) 1508 : 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-08T10:57:02.880 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:02.881 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:03.659 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:03 smithi156 bash[24915]: cluster 2023-12-08T10:57:02.237207+0000 mgr.smithi156.dvayok (mgr.14180) 1509 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:03.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:03.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:03 smithi194 bash[28991]: cluster 2023-12-08T10:57:02.237207+0000 mgr.smithi156.dvayok (mgr.14180) 1509 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:04.662 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:04.673 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:04 smithi156 bash[24915]: audit 2023-12-08T10:57:02.866718+0000 mgr.smithi156.dvayok (mgr.14180) 1510 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:04 smithi194 bash[28991]: audit 2023-12-08T10:57:02.866718+0000 mgr.smithi156.dvayok (mgr.14180) 1510 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:05 smithi156 bash[24915]: cluster 2023-12-08T10:57:04.238385+0000 mgr.smithi156.dvayok (mgr.14180) 1511 : 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-08T10:57:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:05 smithi194 bash[28991]: cluster 2023-12-08T10:57:04.238385+0000 mgr.smithi156.dvayok (mgr.14180) 1511 : 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-08T10:57:07.661 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:07 smithi156 bash[24915]: cluster 2023-12-08T10:57:06.239576+0000 mgr.smithi156.dvayok (mgr.14180) 1512 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:07 smithi194 bash[28991]: cluster 2023-12-08T10:57:06.239576+0000 mgr.smithi156.dvayok (mgr.14180) 1512 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:08.083 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:08.083 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:08.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:09.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:09 smithi156 bash[24915]: audit 2023-12-08T10:57:08.070656+0000 mgr.smithi156.dvayok (mgr.14180) 1513 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:09.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:09 smithi156 bash[24915]: cluster 2023-12-08T10:57:08.240779+0000 mgr.smithi156.dvayok (mgr.14180) 1514 : 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-08T10:57:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:09 smithi194 bash[28991]: audit 2023-12-08T10:57:08.070656+0000 mgr.smithi156.dvayok (mgr.14180) 1513 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:09 smithi194 bash[28991]: cluster 2023-12-08T10:57:08.240779+0000 mgr.smithi156.dvayok (mgr.14180) 1514 : 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-08T10:57:09.853 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:11.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:11 smithi156 bash[24915]: cluster 2023-12-08T10:57:10.242068+0000 mgr.smithi156.dvayok (mgr.14180) 1515 : 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-08T10:57:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:11 smithi194 bash[28991]: cluster 2023-12-08T10:57:10.242068+0000 mgr.smithi156.dvayok (mgr.14180) 1515 : 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-08T10:57:13.131 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:13.131 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:13.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:13 smithi156 bash[24915]: cluster 2023-12-08T10:57:12.243320+0000 mgr.smithi156.dvayok (mgr.14180) 1516 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:13 smithi194 bash[28991]: cluster 2023-12-08T10:57:12.243320+0000 mgr.smithi156.dvayok (mgr.14180) 1516 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:13.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:14.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:14 smithi156 bash[24915]: audit 2023-12-08T10:57:13.118084+0000 mgr.smithi156.dvayok (mgr.14180) 1517 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:14 smithi194 bash[28991]: audit 2023-12-08T10:57:13.118084+0000 mgr.smithi156.dvayok (mgr.14180) 1517 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:14.925 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:15.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:15 smithi156 bash[24915]: cluster 2023-12-08T10:57:14.244565+0000 mgr.smithi156.dvayok (mgr.14180) 1518 : 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-08T10:57:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:15 smithi194 bash[28991]: cluster 2023-12-08T10:57:14.244565+0000 mgr.smithi156.dvayok (mgr.14180) 1518 : 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-08T10:57:17.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:17 smithi156 bash[24915]: cluster 2023-12-08T10:57:16.245543+0000 mgr.smithi156.dvayok (mgr.14180) 1519 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:17.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:17 smithi194 bash[28991]: cluster 2023-12-08T10:57:16.245543+0000 mgr.smithi156.dvayok (mgr.14180) 1519 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:18.425 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:18.425 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:19.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:19.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:19 smithi156 bash[24915]: cluster 2023-12-08T10:57:18.246664+0000 mgr.smithi156.dvayok (mgr.14180) 1520 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:19.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:19 smithi156 bash[24915]: audit 2023-12-08T10:57:18.411596+0000 mgr.smithi156.dvayok (mgr.14180) 1521 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:19 smithi194 bash[28991]: cluster 2023-12-08T10:57:18.246664+0000 mgr.smithi156.dvayok (mgr.14180) 1520 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:19.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:19 smithi194 bash[28991]: audit 2023-12-08T10:57:18.411596+0000 mgr.smithi156.dvayok (mgr.14180) 1521 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:20.263 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:21 smithi156 bash[24915]: cluster 2023-12-08T10:57:20.247919+0000 mgr.smithi156.dvayok (mgr.14180) 1522 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:21 smithi194 bash[28991]: cluster 2023-12-08T10:57:20.247919+0000 mgr.smithi156.dvayok (mgr.14180) 1522 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:23.561 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:23.562 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:23.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:23 smithi156 bash[24915]: cluster 2023-12-08T10:57:22.249160+0000 mgr.smithi156.dvayok (mgr.14180) 1523 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:23 smithi194 bash[28991]: cluster 2023-12-08T10:57:22.249160+0000 mgr.smithi156.dvayok (mgr.14180) 1523 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:24.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:24.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:24 smithi156 bash[24915]: audit 2023-12-08T10:57:23.551228+0000 mgr.smithi156.dvayok (mgr.14180) 1524 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:24 smithi194 bash[28991]: audit 2023-12-08T10:57:23.551228+0000 mgr.smithi156.dvayok (mgr.14180) 1524 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:25.406 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:25.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:25 smithi156 bash[24915]: cluster 2023-12-08T10:57:24.250372+0000 mgr.smithi156.dvayok (mgr.14180) 1525 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:25.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:25 smithi194 bash[28991]: cluster 2023-12-08T10:57:24.250372+0000 mgr.smithi156.dvayok (mgr.14180) 1525 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:27.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:27 smithi156 bash[24915]: cluster 2023-12-08T10:57:26.251595+0000 mgr.smithi156.dvayok (mgr.14180) 1526 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:27.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:27 smithi194 bash[28991]: cluster 2023-12-08T10:57:26.251595+0000 mgr.smithi156.dvayok (mgr.14180) 1526 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:28.682 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:28.682 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:29.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:29.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:29 smithi156 bash[24915]: cluster 2023-12-08T10:57:28.252628+0000 mgr.smithi156.dvayok (mgr.14180) 1527 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:29.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:29 smithi156 bash[24915]: audit 2023-12-08T10:57:28.669922+0000 mgr.smithi156.dvayok (mgr.14180) 1528 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:29 smithi194 bash[28991]: cluster 2023-12-08T10:57:28.252628+0000 mgr.smithi156.dvayok (mgr.14180) 1527 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:29.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:29 smithi194 bash[28991]: audit 2023-12-08T10:57:28.669922+0000 mgr.smithi156.dvayok (mgr.14180) 1528 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:30.517 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:31.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:31 smithi156 bash[24915]: cluster 2023-12-08T10:57:30.253989+0000 mgr.smithi156.dvayok (mgr.14180) 1529 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:31 smithi194 bash[28991]: cluster 2023-12-08T10:57:30.253989+0000 mgr.smithi156.dvayok (mgr.14180) 1529 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:33.665 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:33.665 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:33.712 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:33 smithi156 bash[24915]: cluster 2023-12-08T10:57:32.255116+0000 mgr.smithi156.dvayok (mgr.14180) 1530 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:33.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:33 smithi194 bash[28991]: cluster 2023-12-08T10:57:32.255116+0000 mgr.smithi156.dvayok (mgr.14180) 1530 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:57:34.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:34.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:34 smithi156 bash[24915]: audit 2023-12-08T10:57:33.652810+0000 mgr.smithi156.dvayok (mgr.14180) 1531 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:34.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:34 smithi156 bash[24915]: audit 2023-12-08T10:57:34.225397+0000 mon.smithi156 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:57:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:34 smithi194 bash[28991]: audit 2023-12-08T10:57:33.652810+0000 mgr.smithi156.dvayok (mgr.14180) 1531 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:34.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:34 smithi194 bash[28991]: audit 2023-12-08T10:57:34.225397+0000 mon.smithi156 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:57:35.456 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:35.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:35 smithi156 bash[24915]: cluster 2023-12-08T10:57:34.255863+0000 mgr.smithi156.dvayok (mgr.14180) 1532 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:35.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:35 smithi156 bash[24915]: audit 2023-12-08T10:57:34.501375+0000 mon.smithi156 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:35 smithi194 bash[28991]: cluster 2023-12-08T10:57:34.255863+0000 mgr.smithi156.dvayok (mgr.14180) 1532 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:35.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:35 smithi194 bash[28991]: audit 2023-12-08T10:57:34.501375+0000 mon.smithi156 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:37.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:37 smithi194 bash[28991]: cluster 2023-12-08T10:57:36.256820+0000 mgr.smithi156.dvayok (mgr.14180) 1533 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:37.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:37 smithi156 bash[24915]: cluster 2023-12-08T10:57:36.256820+0000 mgr.smithi156.dvayok (mgr.14180) 1533 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:38.905 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:38.906 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:47:18.580429Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:47:16.773599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:47:18.580633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:47:16.775663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:47:16.773961Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:47:16.774212Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:47:16.775897Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:47:16.774451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:47:16.774685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:47:18.580832Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:39.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:39.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:39 smithi194 bash[28991]: cluster 2023-12-08T10:57:38.257970+0000 mgr.smithi156.dvayok (mgr.14180) 1534 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:39.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:39 smithi156 bash[24915]: cluster 2023-12-08T10:57:38.257970+0000 mgr.smithi156.dvayok (mgr.14180) 1534 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:40.743 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:38.894481+0000 mgr.smithi156.dvayok (mgr.14180) 1535 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.054543+0000 mon.smithi156 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.155037+0000 mon.smithi156 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.450476+0000 mon.smithi156 (mon.0) 1063 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:57:40.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.452018+0000 mon.smithi156 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:57:40.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.458582+0000 mon.smithi156 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.465181+0000 mon.smithi156 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:57:40.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:40 smithi194 bash[28991]: audit 2023-12-08T10:57:40.477553+0000 mon.smithi156 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:38.894481+0000 mgr.smithi156.dvayok (mgr.14180) 1535 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.054543+0000 mon.smithi156 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.155037+0000 mon.smithi156 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.450476+0000 mon.smithi156 (mon.0) 1063 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.452018+0000 mon.smithi156 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.458582+0000 mon.smithi156 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.465181+0000 mon.smithi156 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:57:40.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:40 smithi156 bash[24915]: audit 2023-12-08T10:57:40.477553+0000 mon.smithi156 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:41 smithi194 bash[28991]: cluster 2023-12-08T10:57:40.259236+0000 mgr.smithi156.dvayok (mgr.14180) 1536 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:41 smithi194 bash[28991]: cluster 2023-12-08T10:57:40.459482+0000 mgr.smithi156.dvayok (mgr.14180) 1537 : cluster [DBG] pgmap v1010: 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-08T10:57:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:41 smithi194 bash[28991]: cephadm 2023-12-08T10:57:40.481987+0000 mgr.smithi156.dvayok (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.iquavd on smithi194 2023-12-08T10:57:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:41 smithi194 bash[28991]: cluster 2023-12-08T10:57:41.152573+0000 mon.smithi156 (mon.0) 1068 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:57:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:41 smithi194 bash[28991]: cluster 2023-12-08T10:57:41.152650+0000 mon.smithi156 (mon.0) 1069 : cluster [INF] Cluster is now healthy 2023-12-08T10:57:41.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:41 smithi156 bash[24915]: cluster 2023-12-08T10:57:40.259236+0000 mgr.smithi156.dvayok (mgr.14180) 1536 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:57:41.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:41 smithi156 bash[24915]: cluster 2023-12-08T10:57:40.459482+0000 mgr.smithi156.dvayok (mgr.14180) 1537 : cluster [DBG] pgmap v1010: 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-08T10:57:41.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:41 smithi156 bash[24915]: cephadm 2023-12-08T10:57:40.481987+0000 mgr.smithi156.dvayok (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.iquavd on smithi194 2023-12-08T10:57:41.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:41 smithi156 bash[24915]: cluster 2023-12-08T10:57:41.152573+0000 mon.smithi156 (mon.0) 1068 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:57:41.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:41 smithi156 bash[24915]: cluster 2023-12-08T10:57:41.152650+0000 mon.smithi156 (mon.0) 1069 : cluster [INF] Cluster is now healthy 2023-12-08T10:57:43.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:43 smithi194 bash[28991]: cluster 2023-12-08T10:57:42.460359+0000 mgr.smithi156.dvayok (mgr.14180) 1539 : cluster [DBG] pgmap v1011: 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-08T10:57:43.988 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:43 smithi156 bash[24915]: cluster 2023-12-08T10:57:42.460359+0000 mgr.smithi156.dvayok (mgr.14180) 1539 : cluster [DBG] pgmap v1011: 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-08T10:57:44.403 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:44.403 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:55:25.658237Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.vuzhel on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:30.121286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.jwqpmx on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-jwqpmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.jwqpmx\nDeploy daemon haproxy.nfs.foo.smithi194.jwqpmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.215929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jijsop on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-jijsop\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.jijsop\nDeploy daemon haproxy.nfs.foo.smithi156.jijsop ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:56:34.219600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.nnpmkl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:44.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:44 smithi156 bash[24915]: audit 2023-12-08T10:57:44.402122+0000 mon.smithi156 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.iquavd"}]: dispatch 2023-12-08T10:57:44.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:44 smithi194 bash[28991]: audit 2023-12-08T10:57:44.402122+0000 mon.smithi156 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.iquavd"}]: dispatch 2023-12-08T10:57:45.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: audit 2023-12-08T10:57:44.390886+0000 mgr.smithi156.dvayok (mgr.14180) 1540 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: cephadm 2023-12-08T10:57:44.401297+0000 mgr.smithi156.dvayok (mgr.14180) 1541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: cephadm 2023-12-08T10:57:44.401579+0000 mgr.smithi156.dvayok (mgr.14180) 1542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: cephadm 2023-12-08T10:57:44.403433+0000 mgr.smithi156.dvayok (mgr.14180) 1543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: cephadm 2023-12-08T10:57:44.406209+0000 mgr.smithi156.dvayok (mgr.14180) 1544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dhweam on smithi156 2023-12-08T10:57:45.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:45 smithi156 bash[24915]: cluster 2023-12-08T10:57:44.461159+0000 mgr.smithi156.dvayok (mgr.14180) 1545 : cluster [DBG] pgmap v1012: 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-08T10:57:45.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: audit 2023-12-08T10:57:44.390886+0000 mgr.smithi156.dvayok (mgr.14180) 1540 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: cephadm 2023-12-08T10:57:44.401297+0000 mgr.smithi156.dvayok (mgr.14180) 1541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: cephadm 2023-12-08T10:57:44.401579+0000 mgr.smithi156.dvayok (mgr.14180) 1542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: cephadm 2023-12-08T10:57:44.403433+0000 mgr.smithi156.dvayok (mgr.14180) 1543 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.iquavd ... 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:45.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:45.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:45.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:45.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: cephadm 2023-12-08T10:57:44.406209+0000 mgr.smithi156.dvayok (mgr.14180) 1544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.dhweam on smithi156 2023-12-08T10:57:45.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:45 smithi194 bash[28991]: cluster 2023-12-08T10:57:44.461159+0000 mgr.smithi156.dvayok (mgr.14180) 1545 : cluster [DBG] pgmap v1012: 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-08T10:57:46.359 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:47.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:47 smithi156 bash[24915]: cluster 2023-12-08T10:57:46.462201+0000 mgr.smithi156.dvayok (mgr.14180) 1546 : cluster [DBG] pgmap v1013: 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-08T10:57:47.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:47 smithi194 bash[28991]: cluster 2023-12-08T10:57:46.462201+0000 mgr.smithi156.dvayok (mgr.14180) 1546 : cluster [DBG] pgmap v1013: 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-08T10:57:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cluster 2023-12-08T10:57:48.463045+0000 mgr.smithi156.dvayok (mgr.14180) 1547 : cluster [DBG] pgmap v1014: 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-08T10:57:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cephadm 2023-12-08T10:57:48.646325+0000 mgr.smithi156.dvayok (mgr.14180) 1548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:57:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:49.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cephadm 2023-12-08T10:57:48.646535+0000 mgr.smithi156.dvayok (mgr.14180) 1549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: audit 2023-12-08T10:57:48.646929+0000 mon.smithi156 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dhweam"}]: dispatch 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cephadm 2023-12-08T10:57:48.648226+0000 mgr.smithi156.dvayok (mgr.14180) 1550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:49.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:49.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cephadm 2023-12-08T10:57:48.650431+0000 mgr.smithi156.dvayok (mgr.14180) 1551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:57:49.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cephadm 2023-12-08T10:57:48.652301+0000 mgr.smithi156.dvayok (mgr.14180) 1552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:57:49.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:49 smithi194 bash[28991]: cluster 2023-12-08T10:57:48.653236+0000 mgr.smithi156.dvayok (mgr.14180) 1553 : cluster [DBG] pgmap v1015: 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-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cluster 2023-12-08T10:57:48.463045+0000 mgr.smithi156.dvayok (mgr.14180) 1547 : cluster [DBG] pgmap v1014: 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-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cephadm 2023-12-08T10:57:48.646325+0000 mgr.smithi156.dvayok (mgr.14180) 1548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:49.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:50.000 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cephadm 2023-12-08T10:57:48.646535+0000 mgr.smithi156.dvayok (mgr.14180) 1549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.dhweam 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: audit 2023-12-08T10:57:48.646929+0000 mon.smithi156 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.dhweam"}]: dispatch 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cephadm 2023-12-08T10:57:48.648226+0000 mgr.smithi156.dvayok (mgr.14180) 1550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:57:50.001 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.dhweam ... 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:57:50.002 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cephadm 2023-12-08T10:57:48.650431+0000 mgr.smithi156.dvayok (mgr.14180) 1551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:57:50.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cephadm 2023-12-08T10:57:48.652301+0000 mgr.smithi156.dvayok (mgr.14180) 1552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:57:50.003 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:49 smithi156 bash[24915]: cluster 2023-12-08T10:57:48.653236+0000 mgr.smithi156.dvayok (mgr.14180) 1553 : cluster [DBG] pgmap v1015: 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-08T10:57:50.095 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:50.095 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:50 smithi156 bash[24915]: cluster 2023-12-08T10:57:49.541623+0000 mon.smithi156 (mon.0) 1072 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:57:50.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:50 smithi194 bash[28991]: cluster 2023-12-08T10:57:49.541623+0000 mon.smithi156 (mon.0) 1072 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:57:51.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:51.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:51 smithi156 bash[24915]: audit 2023-12-08T10:57:50.079466+0000 mgr.smithi156.dvayok (mgr.14180) 1554 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:51.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:51 smithi156 bash[24915]: cluster 2023-12-08T10:57:50.654421+0000 mgr.smithi156.dvayok (mgr.14180) 1555 : cluster [DBG] pgmap v1016: 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-08T10:57:52.016 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:52.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:51 smithi194 bash[28991]: audit 2023-12-08T10:57:50.079466+0000 mgr.smithi156.dvayok (mgr.14180) 1554 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:52.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:51 smithi194 bash[28991]: cluster 2023-12-08T10:57:50.654421+0000 mgr.smithi156.dvayok (mgr.14180) 1555 : cluster [DBG] pgmap v1016: 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-08T10:57:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:53 smithi194 bash[28991]: cluster 2023-12-08T10:57:52.655600+0000 mgr.smithi156.dvayok (mgr.14180) 1556 : cluster [DBG] pgmap v1017: 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-08T10:57:54.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:53 smithi194 bash[28991]: audit 2023-12-08T10:57:52.776405+0000 mon.smithi156 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:54.116 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:53 smithi156 bash[24915]: cluster 2023-12-08T10:57:52.655600+0000 mgr.smithi156.dvayok (mgr.14180) 1556 : cluster [DBG] pgmap v1017: 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-08T10:57:54.116 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:53 smithi156 bash[24915]: audit 2023-12-08T10:57:52.776405+0000 mon.smithi156 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:57:55.455 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:57:55.456 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:55.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:55 smithi156 bash[24915]: cluster 2023-12-08T10:57:54.656888+0000 mgr.smithi156.dvayok (mgr.14180) 1557 : cluster [DBG] pgmap v1018: 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-08T10:57:56.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:55 smithi194 bash[28991]: cluster 2023-12-08T10:57:54.656888+0000 mgr.smithi156.dvayok (mgr.14180) 1557 : cluster [DBG] pgmap v1018: 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-08T10:57:56.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:56 smithi194 bash[28991]: audit 2023-12-08T10:57:55.447686+0000 mgr.smithi156.dvayok (mgr.14180) 1558 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:57.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:56 smithi156 bash[24915]: audit 2023-12-08T10:57:55.447686+0000 mgr.smithi156.dvayok (mgr.14180) 1558 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:57.281 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:57 smithi194 bash[28991]: cluster 2023-12-08T10:57:56.658035+0000 mgr.smithi156.dvayok (mgr.14180) 1559 : cluster [DBG] pgmap v1019: 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-08T10:57:58.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:57 smithi156 bash[24915]: cluster 2023-12-08T10:57:56.658035+0000 mgr.smithi156.dvayok (mgr.14180) 1559 : cluster [DBG] pgmap v1019: 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-08T10:58:00.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:57:59 smithi194 bash[28991]: cluster 2023-12-08T10:57:58.658833+0000 mgr.smithi156.dvayok (mgr.14180) 1560 : cluster [DBG] pgmap v1020: 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-08T10:58:00.101 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:57:59 smithi156 bash[24915]: cluster 2023-12-08T10:57:58.658833+0000 mgr.smithi156.dvayok (mgr.14180) 1560 : cluster [DBG] pgmap v1020: 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-08T10:58:00.518 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:00.518 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:01.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:01.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:01 smithi156 bash[24915]: audit 2023-12-08T10:58:00.506063+0000 mgr.smithi156.dvayok (mgr.14180) 1561 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:01.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:01 smithi156 bash[24915]: cluster 2023-12-08T10:58:00.660081+0000 mgr.smithi156.dvayok (mgr.14180) 1562 : 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-08T10:58:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:01 smithi194 bash[28991]: audit 2023-12-08T10:58:00.506063+0000 mgr.smithi156.dvayok (mgr.14180) 1561 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:01.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:01 smithi194 bash[28991]: cluster 2023-12-08T10:58:00.660081+0000 mgr.smithi156.dvayok (mgr.14180) 1562 : 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-08T10:58:02.352 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:03.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:03 smithi156 bash[24915]: cluster 2023-12-08T10:58:02.661205+0000 mgr.smithi156.dvayok (mgr.14180) 1563 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:03 smithi194 bash[28991]: cluster 2023-12-08T10:58:02.661205+0000 mgr.smithi156.dvayok (mgr.14180) 1563 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:05.748 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:05.749 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:05.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:05 smithi156 bash[24915]: cluster 2023-12-08T10:58:04.662435+0000 mgr.smithi156.dvayok (mgr.14180) 1564 : 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-08T10:58:06.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:05 smithi194 bash[28991]: cluster 2023-12-08T10:58:04.662435+0000 mgr.smithi156.dvayok (mgr.14180) 1564 : 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-08T10:58:06.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:06.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:06 smithi156 bash[24915]: audit 2023-12-08T10:58:05.736830+0000 mgr.smithi156.dvayok (mgr.14180) 1565 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:07.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:06 smithi194 bash[28991]: audit 2023-12-08T10:58:05.736830+0000 mgr.smithi156.dvayok (mgr.14180) 1565 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:07.597 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:07.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:07 smithi156 bash[24915]: cluster 2023-12-08T10:58:06.663667+0000 mgr.smithi156.dvayok (mgr.14180) 1566 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:08.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:07 smithi194 bash[28991]: cluster 2023-12-08T10:58:06.663667+0000 mgr.smithi156.dvayok (mgr.14180) 1566 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:09.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:09 smithi156 bash[24915]: cluster 2023-12-08T10:58:08.664608+0000 mgr.smithi156.dvayok (mgr.14180) 1567 : 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-08T10:58:10.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:09 smithi194 bash[28991]: cluster 2023-12-08T10:58:08.664608+0000 mgr.smithi156.dvayok (mgr.14180) 1567 : 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-08T10:58:11.094 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:11.094 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:11.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:11 smithi156 bash[24915]: cluster 2023-12-08T10:58:10.665617+0000 mgr.smithi156.dvayok (mgr.14180) 1568 : 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-08T10:58:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:11 smithi194 bash[28991]: cluster 2023-12-08T10:58:10.665617+0000 mgr.smithi156.dvayok (mgr.14180) 1568 : 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-08T10:58:12.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:12 smithi156 bash[24915]: audit 2023-12-08T10:58:11.082911+0000 mgr.smithi156.dvayok (mgr.14180) 1569 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:12 smithi194 bash[28991]: audit 2023-12-08T10:58:11.082911+0000 mgr.smithi156.dvayok (mgr.14180) 1569 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:13.002 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:13.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:13 smithi156 bash[24915]: cluster 2023-12-08T10:58:12.666789+0000 mgr.smithi156.dvayok (mgr.14180) 1570 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:13 smithi194 bash[28991]: cluster 2023-12-08T10:58:12.666789+0000 mgr.smithi156.dvayok (mgr.14180) 1570 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:15.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:15 smithi156 bash[24915]: cluster 2023-12-08T10:58:14.668094+0000 mgr.smithi156.dvayok (mgr.14180) 1571 : 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-08T10:58:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:15 smithi194 bash[28991]: cluster 2023-12-08T10:58:14.668094+0000 mgr.smithi156.dvayok (mgr.14180) 1571 : 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-08T10:58:16.543 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:16.543 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:17.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:17.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:17 smithi156 bash[24915]: audit 2023-12-08T10:58:16.533793+0000 mgr.smithi156.dvayok (mgr.14180) 1572 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:17.999 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:17 smithi156 bash[24915]: cluster 2023-12-08T10:58:16.669313+0000 mgr.smithi156.dvayok (mgr.14180) 1573 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:17 smithi194 bash[28991]: audit 2023-12-08T10:58:16.533793+0000 mgr.smithi156.dvayok (mgr.14180) 1572 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:18.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:17 smithi194 bash[28991]: cluster 2023-12-08T10:58:16.669313+0000 mgr.smithi156.dvayok (mgr.14180) 1573 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:18.347 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:19.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:19 smithi156 bash[24915]: cluster 2023-12-08T10:58:18.670093+0000 mgr.smithi156.dvayok (mgr.14180) 1574 : 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-08T10:58:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:19 smithi194 bash[28991]: cluster 2023-12-08T10:58:18.670093+0000 mgr.smithi156.dvayok (mgr.14180) 1574 : 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-08T10:58:21.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:21 smithi156 bash[24915]: cluster 2023-12-08T10:58:20.671366+0000 mgr.smithi156.dvayok (mgr.14180) 1575 : 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-08T10:58:21.789 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:21.790 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:21.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:21 smithi194 bash[28991]: cluster 2023-12-08T10:58:20.671366+0000 mgr.smithi156.dvayok (mgr.14180) 1575 : 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-08T10:58:22.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:22.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:22 smithi156 bash[24915]: audit 2023-12-08T10:58:21.781574+0000 mgr.smithi156.dvayok (mgr.14180) 1576 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:22 smithi194 bash[28991]: audit 2023-12-08T10:58:21.781574+0000 mgr.smithi156.dvayok (mgr.14180) 1576 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:23.645 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:23.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:23 smithi156 bash[24915]: cluster 2023-12-08T10:58:22.672541+0000 mgr.smithi156.dvayok (mgr.14180) 1577 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:23.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:23 smithi194 bash[28991]: cluster 2023-12-08T10:58:22.672541+0000 mgr.smithi156.dvayok (mgr.14180) 1577 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:25.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:25 smithi156 bash[24915]: cluster 2023-12-08T10:58:24.673254+0000 mgr.smithi156.dvayok (mgr.14180) 1578 : 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-08T10:58:26.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:25 smithi194 bash[28991]: cluster 2023-12-08T10:58:24.673254+0000 mgr.smithi156.dvayok (mgr.14180) 1578 : 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-08T10:58:26.987 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:26.987 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:27.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:27.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:27 smithi156 bash[24915]: cluster 2023-12-08T10:58:26.674035+0000 mgr.smithi156.dvayok (mgr.14180) 1579 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:28.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:27 smithi194 bash[28991]: cluster 2023-12-08T10:58:26.674035+0000 mgr.smithi156.dvayok (mgr.14180) 1579 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:28.802 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:28.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:28 smithi156 bash[24915]: audit 2023-12-08T10:58:26.978963+0000 mgr.smithi156.dvayok (mgr.14180) 1580 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:29.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:28 smithi194 bash[28991]: audit 2023-12-08T10:58:26.978963+0000 mgr.smithi156.dvayok (mgr.14180) 1580 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:30.013 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:29 smithi156 bash[24915]: cluster 2023-12-08T10:58:28.675221+0000 mgr.smithi156.dvayok (mgr.14180) 1581 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:30.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:29 smithi194 bash[28991]: cluster 2023-12-08T10:58:28.675221+0000 mgr.smithi156.dvayok (mgr.14180) 1581 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:31.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:31 smithi156 bash[24915]: cluster 2023-12-08T10:58:30.675902+0000 mgr.smithi156.dvayok (mgr.14180) 1582 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:31 smithi194 bash[28991]: cluster 2023-12-08T10:58:30.675902+0000 mgr.smithi156.dvayok (mgr.14180) 1582 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:32.204 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:32.204 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:33.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:33.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:33 smithi156 bash[24915]: audit 2023-12-08T10:58:32.190287+0000 mgr.smithi156.dvayok (mgr.14180) 1583 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:33.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:33 smithi156 bash[24915]: cluster 2023-12-08T10:58:32.676982+0000 mgr.smithi156.dvayok (mgr.14180) 1584 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:34.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:33 smithi194 bash[28991]: audit 2023-12-08T10:58:32.190287+0000 mgr.smithi156.dvayok (mgr.14180) 1583 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:34.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:33 smithi194 bash[28991]: cluster 2023-12-08T10:58:32.676982+0000 mgr.smithi156.dvayok (mgr.14180) 1584 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:34.073 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:35.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:35 smithi156 bash[24915]: cluster 2023-12-08T10:58:34.678213+0000 mgr.smithi156.dvayok (mgr.14180) 1585 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:36.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:35 smithi194 bash[28991]: cluster 2023-12-08T10:58:34.678213+0000 mgr.smithi156.dvayok (mgr.14180) 1585 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:37.494 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:37.494 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:37.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:37 smithi156 bash[24915]: cluster 2023-12-08T10:58:36.679065+0000 mgr.smithi156.dvayok (mgr.14180) 1586 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:38.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:37 smithi194 bash[28991]: cluster 2023-12-08T10:58:36.679065+0000 mgr.smithi156.dvayok (mgr.14180) 1586 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:38.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:39.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:38 smithi194 bash[28991]: audit 2023-12-08T10:58:37.482035+0000 mgr.smithi156.dvayok (mgr.14180) 1587 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:39.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:38 smithi156 bash[24915]: audit 2023-12-08T10:58:37.482035+0000 mgr.smithi156.dvayok (mgr.14180) 1587 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:39.326 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:39.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:39 smithi156 bash[24915]: cluster 2023-12-08T10:58:38.680208+0000 mgr.smithi156.dvayok (mgr.14180) 1588 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:40.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:39 smithi194 bash[28991]: cluster 2023-12-08T10:58:38.680208+0000 mgr.smithi156.dvayok (mgr.14180) 1588 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:41.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:41 smithi156 bash[24915]: cluster 2023-12-08T10:58:40.681071+0000 mgr.smithi156.dvayok (mgr.14180) 1589 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:41.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:41 smithi194 bash[28991]: cluster 2023-12-08T10:58:40.681071+0000 mgr.smithi156.dvayok (mgr.14180) 1589 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:42.876 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:42.916 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:43.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:43.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:43 smithi156 bash[24915]: cluster 2023-12-08T10:58:42.682257+0000 mgr.smithi156.dvayok (mgr.14180) 1590 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:44.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:43 smithi194 bash[28991]: cluster 2023-12-08T10:58:42.682257+0000 mgr.smithi156.dvayok (mgr.14180) 1590 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:58:44.708 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:44.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:44 smithi156 bash[24915]: audit 2023-12-08T10:58:42.867774+0000 mgr.smithi156.dvayok (mgr.14180) 1591 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:44 smithi194 bash[28991]: audit 2023-12-08T10:58:42.867774+0000 mgr.smithi156.dvayok (mgr.14180) 1591 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:46.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:45 smithi194 bash[28991]: cluster 2023-12-08T10:58:44.683487+0000 mgr.smithi156.dvayok (mgr.14180) 1592 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:46.100 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:45 smithi156 bash[24915]: cluster 2023-12-08T10:58:44.683487+0000 mgr.smithi156.dvayok (mgr.14180) 1592 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:48.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:47 smithi194 bash[28991]: cluster 2023-12-08T10:58:46.684653+0000 mgr.smithi156.dvayok (mgr.14180) 1593 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:48.162 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:48.162 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:56:34.221391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.tcovth on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:48.217 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:47 smithi156 bash[24915]: cluster 2023-12-08T10:58:46.684653+0000 mgr.smithi156.dvayok (mgr.14180) 1593 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:48.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:48 smithi194 bash[28991]: audit 2023-12-08T10:58:48.655988+0000 mon.smithi156 (mon.0) 1074 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:58:49.248 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:48 smithi156 bash[24915]: audit 2023-12-08T10:58:48.655988+0000 mon.smithi156 (mon.0) 1074 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:58:49.973 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.150641+0000 mgr.smithi156.dvayok (mgr.14180) 1594 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: cluster 2023-12-08T10:58:48.685503+0000 mgr.smithi156.dvayok (mgr.14180) 1595 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.954496+0000 mon.smithi156 (mon.0) 1075 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.955942+0000 mon.smithi156 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.963111+0000 mon.smithi156 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.972810+0000 mon.smithi156 (mon.0) 1078 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:58:50.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:49 smithi194 bash[28991]: audit 2023-12-08T10:58:48.983920+0000 mon.smithi156 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:50.169 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.150641+0000 mgr.smithi156.dvayok (mgr.14180) 1594 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: cluster 2023-12-08T10:58:48.685503+0000 mgr.smithi156.dvayok (mgr.14180) 1595 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.954496+0000 mon.smithi156 (mon.0) 1075 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.955942+0000 mon.smithi156 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.963111+0000 mon.smithi156 (mon.0) 1077 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.972810+0000 mon.smithi156 (mon.0) 1078 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:58:50.170 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:49 smithi156 bash[24915]: audit 2023-12-08T10:58:48.983920+0000 mon.smithi156 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:50 smithi194 bash[28991]: cluster 2023-12-08T10:58:48.963964+0000 mgr.smithi156.dvayok (mgr.14180) 1596 : cluster [DBG] pgmap v1046: 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-08T10:58:51.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:50 smithi194 bash[28991]: cephadm 2023-12-08T10:58:48.988327+0000 mgr.smithi156.dvayok (mgr.14180) 1597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.zbtcnz on smithi194 2023-12-08T10:58:51.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:50 smithi194 bash[28991]: cluster 2023-12-08T10:58:49.960274+0000 mon.smithi156 (mon.0) 1080 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:58:51.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:50 smithi194 bash[28991]: cluster 2023-12-08T10:58:49.960331+0000 mon.smithi156 (mon.0) 1081 : cluster [INF] Cluster is now healthy 2023-12-08T10:58:51.083 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:50 smithi156 bash[24915]: cluster 2023-12-08T10:58:48.963964+0000 mgr.smithi156.dvayok (mgr.14180) 1596 : cluster [DBG] pgmap v1046: 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-08T10:58:51.084 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:50 smithi156 bash[24915]: cephadm 2023-12-08T10:58:48.988327+0000 mgr.smithi156.dvayok (mgr.14180) 1597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.zbtcnz on smithi194 2023-12-08T10:58:51.084 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:50 smithi156 bash[24915]: cluster 2023-12-08T10:58:49.960274+0000 mon.smithi156 (mon.0) 1080 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:58:51.084 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:50 smithi156 bash[24915]: cluster 2023-12-08T10:58:49.960331+0000 mon.smithi156 (mon.0) 1081 : cluster [INF] Cluster is now healthy 2023-12-08T10:58:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:52 smithi156 bash[24915]: cluster 2023-12-08T10:58:50.964442+0000 mgr.smithi156.dvayok (mgr.14180) 1598 : cluster [DBG] pgmap v1047: 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-08T10:58:52.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:52 smithi156 bash[24915]: audit 2023-12-08T10:58:51.421405+0000 mon.smithi156 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:52 smithi194 bash[28991]: cluster 2023-12-08T10:58:50.964442+0000 mgr.smithi156.dvayok (mgr.14180) 1598 : cluster [DBG] pgmap v1047: 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-08T10:58:52.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:52 smithi194 bash[28991]: audit 2023-12-08T10:58:51.421405+0000 mon.smithi156 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:53.291 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:53.291 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:44.403305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.iquavd on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-iquavd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.iquavd\nDeploy daemon haproxy.nfs.foo.smithi194.iquavd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.647952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.dhweam on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-dhweam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.dhweam\nDeploy daemon haproxy.nfs.foo.smithi156.dhweam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:57:48.650322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.zbpkua on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:53.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:53 smithi156 bash[24915]: audit 2023-12-08T10:58:52.923313+0000 mon.smithi156 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.zbtcnz"}]: dispatch 2023-12-08T10:58:53.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:53 smithi194 bash[28991]: audit 2023-12-08T10:58:52.923313+0000 mon.smithi156 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.zbtcnz"}]: dispatch 2023-12-08T10:58:54.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:58:54.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: cephadm 2023-12-08T10:58:52.922289+0000 mgr.smithi156.dvayok (mgr.14180) 1599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:58:54.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: cephadm 2023-12-08T10:58:52.922696+0000 mgr.smithi156.dvayok (mgr.14180) 1600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: cephadm 2023-12-08T10:58:52.924719+0000 mgr.smithi156.dvayok (mgr.14180) 1601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: cephadm 2023-12-08T10:58:52.927860+0000 mgr.smithi156.dvayok (mgr.14180) 1602 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.onukbg on smithi156 2023-12-08T10:58:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: cluster 2023-12-08T10:58:52.964941+0000 mgr.smithi156.dvayok (mgr.14180) 1603 : cluster [DBG] pgmap v1048: 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-08T10:58:54.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:54 smithi156 bash[24915]: audit 2023-12-08T10:58:53.276648+0000 mgr.smithi156.dvayok (mgr.14180) 1604 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:54.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: cephadm 2023-12-08T10:58:52.922289+0000 mgr.smithi156.dvayok (mgr.14180) 1599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:58:54.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: cephadm 2023-12-08T10:58:52.922696+0000 mgr.smithi156.dvayok (mgr.14180) 1600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: cephadm 2023-12-08T10:58:52.924719+0000 mgr.smithi156.dvayok (mgr.14180) 1601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.zbtcnz ... 2023-12-08T10:58:54.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: cephadm 2023-12-08T10:58:52.927860+0000 mgr.smithi156.dvayok (mgr.14180) 1602 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.onukbg on smithi156 2023-12-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: cluster 2023-12-08T10:58:52.964941+0000 mgr.smithi156.dvayok (mgr.14180) 1603 : cluster [DBG] pgmap v1048: 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-08T10:58:54.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:54 smithi194 bash[28991]: audit 2023-12-08T10:58:53.276648+0000 mgr.smithi156.dvayok (mgr.14180) 1604 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:58:55.145 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:58:56.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:56 smithi156 bash[24915]: cluster 2023-12-08T10:58:54.965879+0000 mgr.smithi156.dvayok (mgr.14180) 1605 : cluster [DBG] pgmap v1049: 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-08T10:58:56.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:56 smithi194 bash[28991]: cluster 2023-12-08T10:58:54.965879+0000 mgr.smithi156.dvayok (mgr.14180) 1605 : cluster [DBG] pgmap v1049: 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-08T10:58:57.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:57 smithi156 bash[24915]: audit 2023-12-08T10:58:57.243006+0000 mon.smithi156 (mon.0) 1084 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.onukbg"}]: dispatch 2023-12-08T10:58:57.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:57 smithi194 bash[28991]: audit 2023-12-08T10:58:57.243006+0000 mon.smithi156 (mon.0) 1084 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.onukbg"}]: dispatch 2023-12-08T10:58:58.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cluster 2023-12-08T10:58:56.966854+0000 mgr.smithi156.dvayok (mgr.14180) 1606 : cluster [DBG] pgmap v1050: 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-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cephadm 2023-12-08T10:58:57.241873+0000 mgr.smithi156.dvayok (mgr.14180) 1607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cephadm 2023-12-08T10:58:57.242475+0000 mgr.smithi156.dvayok (mgr.14180) 1608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cephadm 2023-12-08T10:58:57.244029+0000 mgr.smithi156.dvayok (mgr.14180) 1609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cephadm 2023-12-08T10:58:57.247058+0000 mgr.smithi156.dvayok (mgr.14180) 1610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cephadm 2023-12-08T10:58:57.249763+0000 mgr.smithi156.dvayok (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cluster 2023-12-08T10:58:57.250614+0000 mgr.smithi156.dvayok (mgr.14180) 1612 : cluster [DBG] pgmap v1051: 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-08T10:58:58.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: cluster 2023-12-08T10:58:57.438886+0000 mon.smithi156 (mon.0) 1085 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:58:58.753 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:58:58 smithi156 bash[24915]: audit 2023-12-08T10:58:57.825884+0000 mon.smithi156 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:58.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cluster 2023-12-08T10:58:56.966854+0000 mgr.smithi156.dvayok (mgr.14180) 1606 : cluster [DBG] pgmap v1050: 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-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cephadm 2023-12-08T10:58:57.241873+0000 mgr.smithi156.dvayok (mgr.14180) 1607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T10:58:58.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cephadm 2023-12-08T10:58:57.242475+0000 mgr.smithi156.dvayok (mgr.14180) 1608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cephadm 2023-12-08T10:58:57.244029+0000 mgr.smithi156.dvayok (mgr.14180) 1609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.onukbg ... 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cephadm 2023-12-08T10:58:57.247058+0000 mgr.smithi156.dvayok (mgr.14180) 1610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cephadm 2023-12-08T10:58:57.249763+0000 mgr.smithi156.dvayok (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cluster 2023-12-08T10:58:57.250614+0000 mgr.smithi156.dvayok (mgr.14180) 1612 : cluster [DBG] pgmap v1051: 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-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: cluster 2023-12-08T10:58:57.438886+0000 mon.smithi156 (mon.0) 1085 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:58:58.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:58:58 smithi194 bash[28991]: audit 2023-12-08T10:58:57.825884+0000 mon.smithi156 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:58:58.827 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:58:58.827 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:58:59.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:00.724 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:00.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:00 smithi156 bash[24915]: audit 2023-12-08T10:58:58.814739+0000 mgr.smithi156.dvayok (mgr.14180) 1613 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:00.736 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:00 smithi156 bash[24915]: cluster 2023-12-08T10:58:59.251813+0000 mgr.smithi156.dvayok (mgr.14180) 1614 : cluster [DBG] pgmap v1052: 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-08T10:59:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:00 smithi194 bash[28991]: audit 2023-12-08T10:58:58.814739+0000 mgr.smithi156.dvayok (mgr.14180) 1613 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:00.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:00 smithi194 bash[28991]: cluster 2023-12-08T10:58:59.251813+0000 mgr.smithi156.dvayok (mgr.14180) 1614 : cluster [DBG] pgmap v1052: 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-08T10:59:02.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:02 smithi156 bash[24915]: cluster 2023-12-08T10:59:01.252894+0000 mgr.smithi156.dvayok (mgr.14180) 1615 : cluster [DBG] pgmap v1053: 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-08T10:59:02.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:02 smithi194 bash[28991]: cluster 2023-12-08T10:59:01.252894+0000 mgr.smithi156.dvayok (mgr.14180) 1615 : cluster [DBG] pgmap v1053: 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-08T10:59:04.209 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:04.209 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:04.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:04 smithi156 bash[24915]: cluster 2023-12-08T10:59:03.253668+0000 mgr.smithi156.dvayok (mgr.14180) 1616 : cluster [DBG] pgmap v1054: 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-08T10:59:04.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:04 smithi194 bash[28991]: cluster 2023-12-08T10:59:03.253668+0000 mgr.smithi156.dvayok (mgr.14180) 1616 : cluster [DBG] pgmap v1054: 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-08T10:59:05.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:05.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:05 smithi156 bash[24915]: audit 2023-12-08T10:59:04.196645+0000 mgr.smithi156.dvayok (mgr.14180) 1617 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:05.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:05 smithi194 bash[28991]: audit 2023-12-08T10:59:04.196645+0000 mgr.smithi156.dvayok (mgr.14180) 1617 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:06.032 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:06.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:06 smithi156 bash[24915]: cluster 2023-12-08T10:59:05.254855+0000 mgr.smithi156.dvayok (mgr.14180) 1618 : cluster [DBG] pgmap v1055: 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-08T10:59:06.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:06 smithi156 bash[24915]: audit 2023-12-08T10:59:06.422375+0000 mon.smithi156 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:06 smithi194 bash[28991]: cluster 2023-12-08T10:59:05.254855+0000 mgr.smithi156.dvayok (mgr.14180) 1618 : cluster [DBG] pgmap v1055: 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-08T10:59:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:06 smithi194 bash[28991]: audit 2023-12-08T10:59:06.422375+0000 mon.smithi156 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:08.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:08 smithi156 bash[24915]: cluster 2023-12-08T10:59:07.255491+0000 mgr.smithi156.dvayok (mgr.14180) 1619 : cluster [DBG] pgmap v1056: 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-08T10:59:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:08 smithi194 bash[28991]: cluster 2023-12-08T10:59:07.255491+0000 mgr.smithi156.dvayok (mgr.14180) 1619 : cluster [DBG] pgmap v1056: 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-08T10:59:09.445 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:09.445 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:10.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:10.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:10 smithi156 bash[24915]: cluster 2023-12-08T10:59:09.256581+0000 mgr.smithi156.dvayok (mgr.14180) 1620 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:10.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:10 smithi156 bash[24915]: audit 2023-12-08T10:59:09.432294+0000 mgr.smithi156.dvayok (mgr.14180) 1621 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:10 smithi194 bash[28991]: cluster 2023-12-08T10:59:09.256581+0000 mgr.smithi156.dvayok (mgr.14180) 1620 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:10.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:10 smithi194 bash[28991]: audit 2023-12-08T10:59:09.432294+0000 mgr.smithi156.dvayok (mgr.14180) 1621 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:11.310 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:12 smithi156 bash[24915]: cluster 2023-12-08T10:59:11.257676+0000 mgr.smithi156.dvayok (mgr.14180) 1622 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:12 smithi194 bash[28991]: cluster 2023-12-08T10:59:11.257676+0000 mgr.smithi156.dvayok (mgr.14180) 1622 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:14.668 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:14.668 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:14.756 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:14 smithi156 bash[24915]: cluster 2023-12-08T10:59:13.258548+0000 mgr.smithi156.dvayok (mgr.14180) 1623 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:14.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:14 smithi194 bash[28991]: cluster 2023-12-08T10:59:13.258548+0000 mgr.smithi156.dvayok (mgr.14180) 1623 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:15.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:15.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:15 smithi156 bash[24915]: audit 2023-12-08T10:59:14.660305+0000 mgr.smithi156.dvayok (mgr.14180) 1624 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:15.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:15 smithi194 bash[28991]: audit 2023-12-08T10:59:14.660305+0000 mgr.smithi156.dvayok (mgr.14180) 1624 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:16.489 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:16.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:16 smithi194 bash[28991]: cluster 2023-12-08T10:59:15.259848+0000 mgr.smithi156.dvayok (mgr.14180) 1625 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:16.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:16 smithi156 bash[24915]: cluster 2023-12-08T10:59:15.259848+0000 mgr.smithi156.dvayok (mgr.14180) 1625 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:18.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:18 smithi194 bash[28991]: cluster 2023-12-08T10:59:17.261226+0000 mgr.smithi156.dvayok (mgr.14180) 1626 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:18.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:18 smithi156 bash[24915]: cluster 2023-12-08T10:59:17.261226+0000 mgr.smithi156.dvayok (mgr.14180) 1626 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:19.798 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:19.798 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:20.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:20 smithi194 bash[28991]: cluster 2023-12-08T10:59:19.262527+0000 mgr.smithi156.dvayok (mgr.14180) 1627 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:20.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:20 smithi194 bash[28991]: audit 2023-12-08T10:59:19.785418+0000 mgr.smithi156.dvayok (mgr.14180) 1628 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:20.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:20 smithi156 bash[24915]: cluster 2023-12-08T10:59:19.262527+0000 mgr.smithi156.dvayok (mgr.14180) 1627 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:20.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:20 smithi156 bash[24915]: audit 2023-12-08T10:59:19.785418+0000 mgr.smithi156.dvayok (mgr.14180) 1628 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:21.587 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:22.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:22 smithi194 bash[28991]: cluster 2023-12-08T10:59:21.263790+0000 mgr.smithi156.dvayok (mgr.14180) 1629 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:22.863 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:22 smithi156 bash[24915]: cluster 2023-12-08T10:59:21.263790+0000 mgr.smithi156.dvayok (mgr.14180) 1629 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:24.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:24 smithi194 bash[28991]: cluster 2023-12-08T10:59:23.264495+0000 mgr.smithi156.dvayok (mgr.14180) 1630 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:24.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:24 smithi156 bash[24915]: cluster 2023-12-08T10:59:23.264495+0000 mgr.smithi156.dvayok (mgr.14180) 1630 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:25.151 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:25.151 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:25.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:26 smithi194 bash[28991]: audit 2023-12-08T10:59:25.137676+0000 mgr.smithi156.dvayok (mgr.14180) 1631 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:26.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:26 smithi194 bash[28991]: cluster 2023-12-08T10:59:25.265719+0000 mgr.smithi156.dvayok (mgr.14180) 1632 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:26.942 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:26.955 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:26 smithi156 bash[24915]: audit 2023-12-08T10:59:25.137676+0000 mgr.smithi156.dvayok (mgr.14180) 1631 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:26.955 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:26 smithi156 bash[24915]: cluster 2023-12-08T10:59:25.265719+0000 mgr.smithi156.dvayok (mgr.14180) 1632 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:28.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:28 smithi156 bash[24915]: cluster 2023-12-08T10:59:27.266737+0000 mgr.smithi156.dvayok (mgr.14180) 1633 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:28.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:28 smithi194 bash[28991]: cluster 2023-12-08T10:59:27.266737+0000 mgr.smithi156.dvayok (mgr.14180) 1633 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:30.362 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:30.362 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:30.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:30 smithi156 bash[24915]: cluster 2023-12-08T10:59:29.267413+0000 mgr.smithi156.dvayok (mgr.14180) 1634 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:30.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:30 smithi194 bash[28991]: cluster 2023-12-08T10:59:29.267413+0000 mgr.smithi156.dvayok (mgr.14180) 1634 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:31.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:31.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:31 smithi194 bash[28991]: audit 2023-12-08T10:59:30.354153+0000 mgr.smithi156.dvayok (mgr.14180) 1635 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:31.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:31 smithi156 bash[24915]: audit 2023-12-08T10:59:30.354153+0000 mgr.smithi156.dvayok (mgr.14180) 1635 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:32.197 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:32.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:32 smithi156 bash[24915]: cluster 2023-12-08T10:59:31.268485+0000 mgr.smithi156.dvayok (mgr.14180) 1636 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:32.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:32 smithi194 bash[28991]: cluster 2023-12-08T10:59:31.268485+0000 mgr.smithi156.dvayok (mgr.14180) 1636 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:34.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:34 smithi156 bash[24915]: cluster 2023-12-08T10:59:33.269641+0000 mgr.smithi156.dvayok (mgr.14180) 1637 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:35.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:34 smithi194 bash[28991]: cluster 2023-12-08T10:59:33.269641+0000 mgr.smithi156.dvayok (mgr.14180) 1637 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:35.555 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:35.555 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:36.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:36.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:36 smithi156 bash[24915]: cluster 2023-12-08T10:59:35.270900+0000 mgr.smithi156.dvayok (mgr.14180) 1638 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:36.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:36 smithi156 bash[24915]: audit 2023-12-08T10:59:35.540389+0000 mgr.smithi156.dvayok (mgr.14180) 1639 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:36 smithi194 bash[28991]: cluster 2023-12-08T10:59:35.270900+0000 mgr.smithi156.dvayok (mgr.14180) 1638 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:37.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:36 smithi194 bash[28991]: audit 2023-12-08T10:59:35.540389+0000 mgr.smithi156.dvayok (mgr.14180) 1639 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:37.361 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:38.939 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:38 smithi156 bash[24915]: cluster 2023-12-08T10:59:37.271945+0000 mgr.smithi156.dvayok (mgr.14180) 1640 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:39.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:38 smithi194 bash[28991]: cluster 2023-12-08T10:59:37.271945+0000 mgr.smithi156.dvayok (mgr.14180) 1640 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:40.639 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:40.639 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:40.897 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:40 smithi156 bash[24915]: cluster 2023-12-08T10:59:39.273042+0000 mgr.smithi156.dvayok (mgr.14180) 1641 : cluster [DBG] pgmap v1072: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:41.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:40 smithi194 bash[28991]: cluster 2023-12-08T10:59:39.273042+0000 mgr.smithi156.dvayok (mgr.14180) 1641 : cluster [DBG] pgmap v1072: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:41.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:41.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:41 smithi156 bash[24915]: audit 2023-12-08T10:59:40.631765+0000 mgr.smithi156.dvayok (mgr.14180) 1642 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:42.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:41 smithi194 bash[28991]: audit 2023-12-08T10:59:40.631765+0000 mgr.smithi156.dvayok (mgr.14180) 1642 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:42.465 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:42.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:42 smithi156 bash[24915]: cluster 2023-12-08T10:59:41.274125+0000 mgr.smithi156.dvayok (mgr.14180) 1643 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:43.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:42 smithi194 bash[28991]: cluster 2023-12-08T10:59:41.274125+0000 mgr.smithi156.dvayok (mgr.14180) 1643 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:44.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:44 smithi156 bash[24915]: cluster 2023-12-08T10:59:43.275357+0000 mgr.smithi156.dvayok (mgr.14180) 1644 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:44 smithi194 bash[28991]: cluster 2023-12-08T10:59:43.275357+0000 mgr.smithi156.dvayok (mgr.14180) 1644 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:45.823 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:45.823 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:46.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:46.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:46 smithi156 bash[24915]: cluster 2023-12-08T10:59:45.276269+0000 mgr.smithi156.dvayok (mgr.14180) 1645 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:46.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:46 smithi156 bash[24915]: audit 2023-12-08T10:59:45.811086+0000 mgr.smithi156.dvayok (mgr.14180) 1646 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:46 smithi194 bash[28991]: cluster 2023-12-08T10:59:45.276269+0000 mgr.smithi156.dvayok (mgr.14180) 1645 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:47.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:46 smithi194 bash[28991]: audit 2023-12-08T10:59:45.811086+0000 mgr.smithi156.dvayok (mgr.14180) 1646 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:47.612 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:48.884 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:48 smithi156 bash[24915]: cluster 2023-12-08T10:59:47.277320+0000 mgr.smithi156.dvayok (mgr.14180) 1647 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:49.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:48 smithi194 bash[28991]: cluster 2023-12-08T10:59:47.277320+0000 mgr.smithi156.dvayok (mgr.14180) 1647 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:50.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:50 smithi156 bash[24915]: cluster 2023-12-08T10:59:49.278522+0000 mgr.smithi156.dvayok (mgr.14180) 1648 : cluster [DBG] pgmap v1077: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:50.836 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:50.836 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:51.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:50 smithi194 bash[28991]: cluster 2023-12-08T10:59:49.278522+0000 mgr.smithi156.dvayok (mgr.14180) 1648 : cluster [DBG] pgmap v1077: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:51.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:52.591 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:52.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:52 smithi156 bash[24915]: audit 2023-12-08T10:59:50.828170+0000 mgr.smithi156.dvayok (mgr.14180) 1649 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:52.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:52 smithi156 bash[24915]: cluster 2023-12-08T10:59:51.279338+0000 mgr.smithi156.dvayok (mgr.14180) 1650 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:52 smithi194 bash[28991]: audit 2023-12-08T10:59:50.828170+0000 mgr.smithi156.dvayok (mgr.14180) 1649 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:53.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:52 smithi194 bash[28991]: cluster 2023-12-08T10:59:51.279338+0000 mgr.smithi156.dvayok (mgr.14180) 1650 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:54.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:54 smithi156 bash[24915]: cluster 2023-12-08T10:59:53.280451+0000 mgr.smithi156.dvayok (mgr.14180) 1651 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:55.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:54 smithi194 bash[28991]: cluster 2023-12-08T10:59:53.280451+0000 mgr.smithi156.dvayok (mgr.14180) 1651 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:59:56.024 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T10:59:56.024 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:59:56.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:59:56.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:56 smithi156 bash[24915]: cluster 2023-12-08T10:59:55.281157+0000 mgr.smithi156.dvayok (mgr.14180) 1652 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:57.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:56 smithi194 bash[28991]: cluster 2023-12-08T10:59:55.281157+0000 mgr.smithi156.dvayok (mgr.14180) 1652 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:57.806 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:56.010673+0000 mgr.smithi156.dvayok (mgr.14180) 1653 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.254448+0000 mon.smithi156 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.558834+0000 mon.smithi156 (mon.0) 1089 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.560373+0000 mon.smithi156 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.567711+0000 mon.smithi156 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.573563+0000 mon.smithi156 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:59:57.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:57 smithi156 bash[24915]: audit 2023-12-08T10:59:57.587188+0000 mon.smithi156 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:56.010673+0000 mgr.smithi156.dvayok (mgr.14180) 1653 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.254448+0000 mon.smithi156 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.558834+0000 mon.smithi156 (mon.0) 1089 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.560373+0000 mon.smithi156 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.567711+0000 mon.smithi156 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:58.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.573563+0000 mon.smithi156 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:59:58.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:57 smithi194 bash[28991]: audit 2023-12-08T10:59:57.587188+0000 mon.smithi156 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T10:59:58.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:58 smithi156 bash[24915]: cluster 2023-12-08T10:59:57.281983+0000 mgr.smithi156.dvayok (mgr.14180) 1654 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:58.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:58 smithi156 bash[24915]: cluster 2023-12-08T10:59:57.568330+0000 mgr.smithi156.dvayok (mgr.14180) 1655 : cluster [DBG] pgmap v1082: 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-08T10:59:58.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:58 smithi156 bash[24915]: cephadm 2023-12-08T10:59:57.592482+0000 mgr.smithi156.dvayok (mgr.14180) 1656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ngussi on smithi194 2023-12-08T10:59:58.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:58 smithi156 bash[24915]: cluster 2023-12-08T10:59:57.632206+0000 mon.smithi156 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:59:58.958 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 10:59:58 smithi156 bash[24915]: cluster 2023-12-08T10:59:57.632272+0000 mon.smithi156 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-12-08T10:59:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:58 smithi194 bash[28991]: cluster 2023-12-08T10:59:57.281983+0000 mgr.smithi156.dvayok (mgr.14180) 1654 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:59:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:58 smithi194 bash[28991]: cluster 2023-12-08T10:59:57.568330+0000 mgr.smithi156.dvayok (mgr.14180) 1655 : cluster [DBG] pgmap v1082: 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-08T10:59:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:58 smithi194 bash[28991]: cephadm 2023-12-08T10:59:57.592482+0000 mgr.smithi156.dvayok (mgr.14180) 1656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ngussi on smithi194 2023-12-08T10:59:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:58 smithi194 bash[28991]: cluster 2023-12-08T10:59:57.632206+0000 mon.smithi156 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:59:59.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 10:59:58 smithi194 bash[28991]: cluster 2023-12-08T10:59:57.632272+0000 mon.smithi156 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-12-08T11:00:00.995 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T11:00:00.995 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:57:48.652196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.pvmwua on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T11:00:00.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:00 smithi156 bash[24915]: cluster 2023-12-08T10:59:59.569118+0000 mgr.smithi156.dvayok (mgr.14180) 1657 : cluster [DBG] pgmap v1083: 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-08T11:00:00.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:00 smithi156 bash[24915]: cluster 2023-12-08T11:00:00.000127+0000 mon.smithi156 (mon.0) 1096 : cluster [INF] overall HEALTH_OK 2023-12-08T11:00:01.040 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:00 smithi194 bash[28991]: cluster 2023-12-08T10:59:59.569118+0000 mgr.smithi156.dvayok (mgr.14180) 1657 : cluster [DBG] pgmap v1083: 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-08T11:00:01.040 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:00 smithi194 bash[28991]: cluster 2023-12-08T11:00:00.000127+0000 mon.smithi156 (mon.0) 1096 : cluster [INF] overall HEALTH_OK 2023-12-08T11:00:01.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T11:00:02.736 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T11:00:02.933 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:02 smithi156 bash[24915]: audit 2023-12-08T11:00:00.983844+0000 mgr.smithi156.dvayok (mgr.14180) 1658 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:02.934 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:02 smithi156 bash[24915]: cluster 2023-12-08T11:00:01.570015+0000 mgr.smithi156.dvayok (mgr.14180) 1659 : cluster [DBG] pgmap v1084: 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-08T11:00:02.934 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:02 smithi156 bash[24915]: audit 2023-12-08T11:00:01.855466+0000 mon.smithi156 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ngussi"}]: dispatch 2023-12-08T11:00:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:02 smithi194 bash[28991]: audit 2023-12-08T11:00:00.983844+0000 mgr.smithi156.dvayok (mgr.14180) 1658 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:02 smithi194 bash[28991]: cluster 2023-12-08T11:00:01.570015+0000 mgr.smithi156.dvayok (mgr.14180) 1659 : cluster [DBG] pgmap v1084: 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-08T11:00:03.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:02 smithi194 bash[28991]: audit 2023-12-08T11:00:01.855466+0000 mon.smithi156 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ngussi"}]: dispatch 2023-12-08T11:00:03.923 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: cephadm 2023-12-08T11:00:01.854348+0000 mgr.smithi156.dvayok (mgr.14180) 1660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.923 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.923 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T11:00:03.924 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: cephadm 2023-12-08T11:00:01.854808+0000 mgr.smithi156.dvayok (mgr.14180) 1661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.925 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: cephadm 2023-12-08T11:00:01.857140+0000 mgr.smithi156.dvayok (mgr.14180) 1662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ngussi on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:03.926 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:03 smithi156 bash[24915]: cephadm 2023-12-08T11:00:01.861538+0000 mgr.smithi156.dvayok (mgr.14180) 1663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tswjlv on smithi156 2023-12-08T11:00:04.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: cephadm 2023-12-08T11:00:01.854348+0000 mgr.smithi156.dvayok (mgr.14180) 1660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:04.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: cephadm 2023-12-08T11:00:01.854808+0000 mgr.smithi156.dvayok (mgr.14180) 1661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: cephadm 2023-12-08T11:00:01.857140+0000 mgr.smithi156.dvayok (mgr.14180) 1662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ngussi on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi194.ngussi ... 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:04.069 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:03 smithi194 bash[28991]: cephadm 2023-12-08T11:00:01.861538+0000 mgr.smithi156.dvayok (mgr.14180) 1663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tswjlv on smithi156 2023-12-08T11:00:04.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:04 smithi156 bash[24915]: cluster 2023-12-08T11:00:03.570931+0000 mgr.smithi156.dvayok (mgr.14180) 1664 : cluster [DBG] pgmap v1085: 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-08T11:00:05.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:04 smithi194 bash[28991]: cluster 2023-12-08T11:00:03.570931+0000 mgr.smithi156.dvayok (mgr.14180) 1664 : cluster [DBG] pgmap v1085: 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-08T11:00:06.423 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T11:00:06.423 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:58:52.924517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.zbtcnz on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-zbtcnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.zbtcnz\nDeploy daemon haproxy.nfs.foo.smithi194.zbtcnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.243840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.onukbg on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-onukbg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.onukbg\nDeploy daemon haproxy.nfs.foo.smithi156.onukbg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:58:57.246909Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.sunwoo on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T11:00:01.856929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ngussi on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\nDeploy daemon haproxy.nfs.foo.smithi194.ngussi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -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.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T11:00:06.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:06 smithi156 bash[24915]: cluster 2023-12-08T11:00:05.571890+0000 mgr.smithi156.dvayok (mgr.14180) 1665 : cluster [DBG] pgmap v1086: 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-08T11:00:06.711 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:06 smithi156 bash[24915]: audit 2023-12-08T11:00:06.422915+0000 mon.smithi156 (mon.0) 1098 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T11:00:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:06 smithi194 bash[28991]: cluster 2023-12-08T11:00:05.571890+0000 mgr.smithi156.dvayok (mgr.14180) 1665 : cluster [DBG] pgmap v1086: 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-08T11:00:06.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:06 smithi194 bash[28991]: audit 2023-12-08T11:00:06.422915+0000 mon.smithi156 (mon.0) 1098 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T11:00:07.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T11:00:07.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: audit 2023-12-08T11:00:06.408890+0000 mgr.smithi156.dvayok (mgr.14180) 1666 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cephadm 2023-12-08T11:00:06.660219+0000 mgr.smithi156.dvayok (mgr.14180) 1667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.749 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Traceback (most recent call last): 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: yield (conn, connr) 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: code, '\n'.join(err))) 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.750 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cephadm 2023-12-08T11:00:06.660840+0000 mgr.smithi156.dvayok (mgr.14180) 1668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: audit 2023-12-08T11:00:06.661462+0000 mon.smithi156 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tswjlv"}]: dispatch 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cephadm 2023-12-08T11:00:06.662632+0000 mgr.smithi156.dvayok (mgr.14180) 1669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tswjlv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stdout 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.751 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cephadm 2023-12-08T11:00:06.664784+0000 mgr.smithi156.dvayok (mgr.14180) 1670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ercgdv on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T11:00:07.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cephadm 2023-12-08T11:00:06.666614+0000 mgr.smithi156.dvayok (mgr.14180) 1671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.wstqbk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T11:00:07.752 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:07 smithi156 bash[24915]: cluster 2023-12-08T11:00:06.667493+0000 mgr.smithi156.dvayok (mgr.14180) 1672 : cluster [DBG] pgmap v1087: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-12-08T11:00:07.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: audit 2023-12-08T11:00:06.408890+0000 mgr.smithi156.dvayok (mgr.14180) 1666 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cephadm 2023-12-08T11:00:06.660219+0000 mgr.smithi156.dvayok (mgr.14180) 1667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Traceback (most recent call last): 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: yield (conn, connr) 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: code, '\n'.join(err))) 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cephadm 2023-12-08T11:00:06.660840+0000 mgr.smithi156.dvayok (mgr.14180) 1668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: audit 2023-12-08T11:00:06.661462+0000 mon.smithi156 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tswjlv"}]: dispatch 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cephadm 2023-12-08T11:00:06.662632+0000 mgr.smithi156.dvayok (mgr.14180) 1669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tswjlv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stdout 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Deploy daemon haproxy.nfs.foo.smithi156.tswjlv ... 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T11:00:07.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: stat: stderr See 'docker run --help'. 2023-12-08T11:00:07.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T11:00:07.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cephadm 2023-12-08T11:00:06.664784+0000 mgr.smithi156.dvayok (mgr.14180) 1670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.ercgdv on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T11:00:07.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cephadm 2023-12-08T11:00:06.666614+0000 mgr.smithi156.dvayok (mgr.14180) 1671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.wstqbk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T11:00:07.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:07 smithi194 bash[28991]: cluster 2023-12-08T11:00:06.667493+0000 mgr.smithi156.dvayok (mgr.14180) 1672 : cluster [DBG] pgmap v1087: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-12-08T11:00:08.283 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T11:00:08.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:08 smithi156 bash[24915]: cluster 2023-12-08T11:00:07.463956+0000 mon.smithi156 (mon.0) 1100 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T11:00:08.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:08 smithi156 bash[24915]: audit 2023-12-08T11:00:07.870229+0000 mon.smithi156 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T11:00:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:08 smithi194 bash[28991]: cluster 2023-12-08T11:00:07.463956+0000 mon.smithi156 (mon.0) 1100 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T11:00:08.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:08 smithi194 bash[28991]: audit 2023-12-08T11:00:07.870229+0000 mon.smithi156 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.156:0/622836411' entity='mgr.smithi156.dvayok' 2023-12-08T11:00:09.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:09 smithi156 bash[24915]: cluster 2023-12-08T11:00:08.668171+0000 mgr.smithi156.dvayok (mgr.14180) 1673 : cluster [DBG] pgmap v1088: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:09.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:09 smithi194 bash[28991]: cluster 2023-12-08T11:00:08.668171+0000 mgr.smithi156.dvayok (mgr.14180) 1673 : cluster [DBG] pgmap v1088: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:11.469 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T11:00:11.469 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T11:00:01.856929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ngussi on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\nDeploy daemon haproxy.nfs.foo.smithi194.ngussi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T11:00:06.662500Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tswjlv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv\nDeploy daemon haproxy.nfs.foo.smithi156.tswjlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T11:00:06.664679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ercgdv on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T11:00:06.666508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wstqbk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T11:00:11.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:11 smithi156 bash[24915]: cluster 2023-12-08T11:00:10.668837+0000 mgr.smithi156.dvayok (mgr.14180) 1674 : cluster [DBG] pgmap v1089: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:11.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:11 smithi194 bash[28991]: cluster 2023-12-08T11:00:10.668837+0000 mgr.smithi156.dvayok (mgr.14180) 1674 : cluster [DBG] pgmap v1089: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:12.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T11:00:12.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:12 smithi156 bash[24915]: audit 2023-12-08T11:00:11.456831+0000 mgr.smithi156.dvayok (mgr.14180) 1675 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:12.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:12 smithi194 bash[28991]: audit 2023-12-08T11:00:11.456831+0000 mgr.smithi156.dvayok (mgr.14180) 1675 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T11:00:13.277 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c9503658-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T11:00:13.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:13 smithi156 bash[24915]: cluster 2023-12-08T11:00:12.669896+0000 mgr.smithi156.dvayok (mgr.14180) 1676 : cluster [DBG] pgmap v1090: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:13.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:13 smithi194 bash[28991]: cluster 2023-12-08T11:00:12.669896+0000 mgr.smithi156.dvayok (mgr.14180) 1676 : cluster [DBG] pgmap v1090: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:15.998 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:15 smithi156 bash[24915]: cluster 2023-12-08T11:00:14.671109+0000 mgr.smithi156.dvayok (mgr.14180) 1677 : cluster [DBG] pgmap v1091: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:16.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:15 smithi194 bash[28991]: cluster 2023-12-08T11:00:14.671109+0000 mgr.smithi156.dvayok (mgr.14180) 1677 : cluster [DBG] pgmap v1091: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:16.893 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-08T11:00:16.894 INFO:teuthology.orchestra.run.smithi156.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:25:04.879484Z", "last_refresh": "2023-12-08T10:57:40.043901Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:24:55.250523Z", "last_refresh": "2023-12-08T10:57:40.044029Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:24:59.607675Z", "last_refresh": "2023-12-08T10:57:40.044153Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:58:57.249600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ddcaag on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T11:00:01.856929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ngussi on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi194-ngussi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi194.ngussi\nDeploy daemon haproxy.nfs.foo.smithi194.ngussi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T11:00:06.662500Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tswjlv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi156-tswjlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi156.tswjlv\nDeploy daemon haproxy.nfs.foo.smithi156.tswjlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T11:00:06.664679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.ercgdv on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T11:00:06.666508Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wstqbk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.156/16"}, "status": {"created": "2023-12-08T10:33:36.236368Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.156/16"}}, {"events": ["2023-12-08T10:33:30.473994Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:33:30.469139Z", "last_refresh": "2023-12-08T10:57:40.045064Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:24:53.105775Z", "last_refresh": "2023-12-08T10:57:40.043765Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:26:42.782977Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi156:172.21.15.156=smithi156", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:26:42.779245Z", "last_refresh": "2023-12-08T10:57:40.043558Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:33:36.236080Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:33:36.230951Z", "last_refresh": "2023-12-08T10:57:40.045187Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:25:02.338443Z", "last_refresh": "2023-12-08T10:57:40.044287Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:24.422638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:27:24.417916Z", "last_refresh": "2023-12-08T10:57:40.044543Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:24:57.465634Z", "last_refresh": "2023-12-08T10:57:40.044421Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T11:00:17.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T11:00:17.769 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-08T11:00:17.892 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6e6a3b31583e4457a0951723d89ba999 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-08T11:00:17.893 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T11:00:17.904 INFO:tasks.vip:Removing 10.0.15.156 (and any VIPs) on smithi156.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T11:00:17.904 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.15.156/16 dev enp3s0f1 2023-12-08T11:00:17.924 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.31.156/16 dev enp3s0f1 2023-12-08T11:00:17.978 INFO:teuthology.orchestra.run.smithi156.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T11:00:17.979 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T11:00:17.979 INFO:tasks.vip:Removing 10.0.15.194 (and any VIPs) on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T11:00:17.979 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.15.194/16 dev enp3s0f1 2023-12-08T11:00:17.992 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:17 smithi194 bash[28991]: cluster 2023-12-08T11:00:16.672555+0000 mgr.smithi156.dvayok (mgr.14180) 1678 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:17.996 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.31.156/16 dev enp3s0f1 2023-12-08T11:00:17.997 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:17 smithi156 bash[24915]: cluster 2023-12-08T11:00:16.672555+0000 mgr.smithi156.dvayok (mgr.14180) 1678 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-08T11:00:18.054 INFO:teuthology.orchestra.run.smithi194.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T11:00:18.055 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T11:00:18.056 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T11:00:18.066 INFO:tasks.cephadm:Teardown begin 2023-12-08T11:00:18.066 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T11:00:18.081 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T11:00:18.113 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T11:00:18.113 DEBUG:teuthology.orchestra.run.smithi156:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T11:00:18.131 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T11:00:18.161 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T11:00:18.161 INFO:tasks.cephadm.mon.smithi156:Stopping mon.smithi156... 2023-12-08T11:00:18.162 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156 2023-12-08T11:00:18.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:18 smithi156 systemd[1]: Stopping Ceph mon.smithi156 for c9503658-95b3-11ee-95a3-87774f69a715... 2023-12-08T11:00:18.371 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:18 smithi156 bash[127970]: Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-mon.smithi156 2023-12-08T11:00:18.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:18 smithi156 bash[24915]: debug 2023-12-08T11:00:18.364+0000 7f381b36e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi156 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T11:00:18.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 08 11:00:18 smithi156 bash[24915]: debug 2023-12-08T11:00:18.364+0000 7f381b36e700 -1 mon.smithi156@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T11:00:19.508 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi156.service' 2023-12-08T11:00:19.563 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T11:00:19.563 INFO:tasks.cephadm.mon.smithi156:Stopped mon.smithi156 2023-12-08T11:00:19.563 INFO:tasks.cephadm.mon.smithi194:Stopping mon.smithi194... 2023-12-08T11:00:19.563 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi194 2023-12-08T11:00:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:19 smithi194 systemd[1]: Stopping Ceph mon.smithi194 for c9503658-95b3-11ee-95a3-87774f69a715... 2023-12-08T11:00:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:19 smithi194 bash[51248]: Error response from daemon: No such container: ceph-c9503658-95b3-11ee-95a3-87774f69a715-mon.smithi194 2023-12-08T11:00:20.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:19 smithi194 bash[28991]: debug 2023-12-08T11:00:19.819+0000 7f6badab7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi194 -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-08T11:00:20.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 08 11:00:19 smithi194 bash[28991]: debug 2023-12-08T11:00:19.819+0000 7f6badab7700 -1 mon.smithi194@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T11:00:20.975 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c9503658-95b3-11ee-95a3-87774f69a715@mon.smithi194.service' 2023-12-08T11:00:21.025 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T11:00:21.025 INFO:tasks.cephadm.mon.smithi194:Stopped mon.smithi194 2023-12-08T11:00:21.025 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9503658-95b3-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T11:01:20.877 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9503658-95b3-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T11:02:23.739 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T11:02:23.757 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T11:02:23.770 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T11:02:23.772 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/ubuntu@smithi156.front.sepia.ceph.com/crash 2023-12-08T11:02:23.773 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash -- . 2023-12-08T11:02:23.816 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T11:02:23.816 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2023-12-08T11:02:23.818 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/ubuntu@smithi194.front.sepia.ceph.com/crash 2023-12-08T11:02:23.819 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash -- . 2023-12-08T11:02:23.836 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/c9503658-95b3-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T11:02:23.836 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2023-12-08T11:02:23.836 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T11:02:23.837 DEBUG:teuthology.orchestra.run.smithi156:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T11:02:23.875 INFO:teuthology.orchestra.run.smithi156.stderr:grep: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T11:02:23.876 INFO:tasks.cephadm:Compressing logs... 2023-12-08T11:02:23.877 DEBUG:teuthology.orchestra.run.smithi156:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T11:02:23.923 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T11:02:23.934 INFO:teuthology.orchestra.run.smithi156.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-08T11:02:23.939 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-08T11:02:23.942 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi156.fercvp.log 2023-12-08T11:02:23.943 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T11:02:23.943 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi156.fercvp.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T11:02:23.944 INFO:teuthology.orchestra.run.smithi156.stderr: 60.5% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi156.fercvp.log.gz 2023-12-08T11:02:23.944 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi156.dvayok.log 2023-12-08T11:02:23.944 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi156.log 2023-12-08T11:02:23.945 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T11:02:23.945 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi156.dvayok.log: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi156.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T11:02:23.946 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi194.sgucxw.log 2023-12-08T11:02:23.950 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T11:02:23.950 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/cephadm.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi194.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi194.sgucxw.log: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi194.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi194.kkojgn.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi194.kkojgn.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr: 83.3% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi194.kkojgn.log.gz 2023-12-08T11:02:23.952 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T11:02:23.953 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log: /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T11:02:23.953 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log: 2023-12-08T11:02:23.959 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T11:02:23.961 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: 92.4% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T11:02:23.962 INFO:teuthology.orchestra.run.smithi194.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T11:02:23.963 INFO:teuthology.orchestra.run.smithi194.stderr: 93.7% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi194.sgucxw.log.gz 2023-12-08T11:02:23.968 INFO:teuthology.orchestra.run.smithi156.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T11:02:24.292 INFO:teuthology.orchestra.run.smithi194.stderr: 92.6% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi194.log.gz 2023-12-08T11:02:24.375 INFO:teuthology.orchestra.run.smithi156.stderr: 89.5% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi156.dvayok.log.gz 2023-12-08T11:02:24.469 INFO:teuthology.orchestra.run.smithi156.stderr: 93.0% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T11:02:24.494 INFO:teuthology.orchestra.run.smithi194.stderr: 93.0% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T11:02:24.613 INFO:teuthology.orchestra.run.smithi194.stderr: 92.7% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T11:02:24.645 INFO:teuthology.orchestra.run.smithi156.stderr: 92.8% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T11:02:24.698 INFO:teuthology.orchestra.run.smithi156.stderr: 93.5% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T11:02:24.721 INFO:teuthology.orchestra.run.smithi194.stderr: 93.0% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T11:02:24.729 INFO:teuthology.orchestra.run.smithi156.stderr: 93.1% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T11:02:24.856 INFO:teuthology.orchestra.run.smithi194.stderr: 92.8% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T11:02:24.858 INFO:teuthology.orchestra.run.smithi194.stderr: 2023-12-08T11:02:24.858 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.929s 2023-12-08T11:02:24.858 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m3.163s 2023-12-08T11:02:24.858 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.135s 2023-12-08T11:02:24.875 INFO:teuthology.orchestra.run.smithi156.stderr: 90.0% -- replaced with /var/log/ceph/c9503658-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi156.log.gz 2023-12-08T11:02:24.877 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-08T11:02:24.877 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m0.952s 2023-12-08T11:02:24.877 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m4.015s 2023-12-08T11:02:24.877 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m0.164s 2023-12-08T11:02:24.878 INFO:tasks.cephadm:Archiving logs... 2023-12-08T11:02:24.878 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/ubuntu@smithi156.front.sepia.ceph.com/log 2023-12-08T11:02:24.879 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T11:02:25.500 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/ubuntu@smithi194.front.sepia.ceph.com/log 2023-12-08T11:02:25.501 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T11:02:25.940 INFO:tasks.cephadm:Removing cluster... 2023-12-08T11:02:25.941 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9503658-95b3-11ee-95a3-87774f69a715 --force 2023-12-08T11:02:27.299 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c9503658-95b3-11ee-95a3-87774f69a715 --force 2023-12-08T11:02:28.667 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T11:02:28.668 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T11:02:28.675 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T11:02:28.682 INFO:tasks.cephadm:Teardown complete 2023-12-08T11:02:28.683 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T11:02:28.695 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2023-12-08T11:02:28.696 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_1 2023-12-08T11:02:29.018 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T11:02:29.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:29.020 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2023-12-08T11:02:29.020 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_2 2023-12-08T11:02:29.294 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T11:02:29.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:29.296 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2023-12-08T11:02:29.296 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_3 2023-12-08T11:02:29.585 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T11:02:29.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:29.588 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2023-12-08T11:02:29.588 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_4 2023-12-08T11:02:29.869 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T11:02:29.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:29.872 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-08T11:02:29.872 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2023-12-08T11:02:29.887 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-12-08T11:02:29.887 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_1 2023-12-08T11:02:30.216 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T11:02:30.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:30.218 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-12-08T11:02:30.218 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_2 2023-12-08T11:02:30.480 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T11:02:30.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:30.482 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-12-08T11:02:30.482 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_3 2023-12-08T11:02:30.792 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T11:02:30.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:30.794 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-12-08T11:02:30.794 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_4 2023-12-08T11:02:31.088 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T11:02:31.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:31.090 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-08T11:02:31.090 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-12-08T11:02:31.105 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T11:02:31.115 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T11:02:31.115 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T11:02:31.118 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout:*hv01.front.sepi 44.4.53.2 2 u 8 64 377 0.082 0.644 0.293 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout:+hv02.front.sepi 63.231.80.2 3 u 14 64 377 0.096 1.534 0.413 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.094 2.378 0.388 2023-12-08T11:02:31.137 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-08T11:02:31.166 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T11:02:31.167 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2023-12-08T11:02:31.167 INFO:teuthology.orchestra.run.smithi194.stdout:*hv01.front.sepi 44.4.53.2 2 u 63 128 377 0.094 -0.441 0.095 2023-12-08T11:02:31.167 INFO:teuthology.orchestra.run.smithi194.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 128 377 0.114 0.729 0.091 2023-12-08T11:02:31.167 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 128 377 0.115 0.990 0.090 2023-12-08T11:02:31.167 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-08T11:02:31.168 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T11:02:31.178 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T11:02:31.179 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T11:02:31.188 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T11:02:31.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T11:02:31.207 INFO:teuthology.task.internal:Duration was 2755.386881 seconds 2023-12-08T11:02:31.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T11:02:31.218 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T11:02:31.218 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T11:02:31.221 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T11:02:31.270 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T11:02:31.270 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2023-12-08T11:02:31.271 DEBUG:teuthology.orchestra.run.smithi156:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T11:02:31.319 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2023-12-08T11:02:31.320 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T11:02:31.336 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T11:02:31.336 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T11:02:31.363 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T11:02:31.450 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T11:02:31.450 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T11:02:31.453 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T11:02:31.652 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T11:02:31.663 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T11:02:31.663 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T11:02:31.680 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T11:02:31.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T11:02:31.709 DEBUG:teuthology.orchestra.run.smithi156:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T11:02:31.727 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T11:02:31.739 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2023-12-08T11:02:31.754 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2023-12-08T11:02:31.783 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T11:02:31.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:31.815 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T11:02:31.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T11:02:31.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T11:02:31.844 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T11:02:31.845 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/smithi156 2023-12-08T11:02:31.846 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T11:02:31.894 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464/remote/smithi194 2023-12-08T11:02:31.895 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T11:02:31.920 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T11:02:31.921 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T11:02:31.930 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T11:02:31.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T11:02:31.979 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T11:02:31.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T11:02:31.990 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T11:02:31.991 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T11:02:31.993 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T11:02:31.999 INFO:teuthology.orchestra.run.smithi156.stdout: 1048620 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 11:02 /home/ubuntu/cephtest 2023-12-08T11:02:32.019 INFO:teuthology.orchestra.run.smithi194.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 11:02 /home/ubuntu/cephtest 2023-12-08T11:02:32.021 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T11:02:32.033 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T11:02:32.062 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T11:02:32.089 DEBUG:teuthology.nuke:shortname: smithi156 2023-12-08T11:02:32.090 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T11:02:32.113 DEBUG:teuthology.nuke:shortname: smithi194 2023-12-08T11:02:32.114 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T11:02:32.121 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464', '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-08 10:07:23.542768', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-08T11:02:32.147 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483464', '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-08 10:07:23.541669', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-08T11:02:32.172 INFO:teuthology.orchestra.console.smithi156:Power off 2023-12-08T11:02:32.172 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T11:02:32.197 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2023-12-08T11:02:32.197 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:32.213 INFO:teuthology.orchestra.console.smithi194:Power off 2023-12-08T11:02:32.213 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T11:02:32.223 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-08T11:02:32.235 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2023-12-08T11:02:32.235 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:32.258 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-08T11:02:36.225 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:36.260 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:36.336 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-08T11:02:36.370 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-08T11:02:40.338 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:40.371 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:40.449 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2023-12-08T11:02:40.481 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-08T11:02:40.550 INFO:teuthology.orchestra.console.smithi156:Power off completed 2023-12-08T11:02:44.482 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T11:02:44.592 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2023-12-08T11:02:44.693 INFO:teuthology.orchestra.console.smithi194:Power off completed 2023-12-08T11:02:44.798 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: 2755.3868811130524 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6e6a3b31583e4457a0951723d89ba999 status: fail success: false 2023-12-08T11:02:44.802 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T11:02:44.883 INFO:teuthology.run:FAIL